Changes between Initial Version and Version 1 of Ticket #16573, comment 16
- Timestamp:
- Jul 17, 2023, 6:51:06 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16573, comment 16
initial v1 1 1 Maybe a cleaner alternative is to just have the Installer install any packages from _packages_ selected by the user before actually copying anything. 2 3 That sounds a lot nicer, but it would need to handle some edge cases. Like say in the live environment you install `make`, and the package manager installs a version from the repository which is newer than the file in `/boot/packages`. That might be trivial to handle but I'm not sure yet.