Go to file
Dustin 821ea84ea7 Implement system-update feature
The `system-update` and `install-update` scripts are the same as from
Aimee OS v1, with references to Gentoo replaced, of course.  We need
some additional kernel features in order to mount the firmware partition
and update the GRUB environment file, and of course the `grub-editenv`
tool itself.  We also need `wget` for now, since that's how the tool
downloads the specified update file from the network.

Eventually, `system-update` will be replaced by a much more robust tool,
with package URL discovery, signature verification, etc.  The shell
script will do for now while development is still proceeding rapidly.
2025-08-30 11:21:44 -05:00
board grub2: Support setting rootflags in config 2025-08-29 20:17:52 -05:00
boot Begin persistent storage implementation 2025-08-29 20:17:52 -05:00
ci Implement system-update feature 2025-08-30 11:21:44 -05:00
configs configs/*: Move GRUB, kernel config to external.mk 2025-08-29 20:29:43 -05:00
package/aimee-os-utils Implement system-update feature 2025-08-30 11:21:44 -05:00
update Implement system-update feature 2025-08-30 11:21:44 -05:00
.gitignore ci: Add Jenkins pipeline 2025-08-29 20:13:14 -05:00
Config.in Begin persistent storage implementation 2025-08-29 20:17:52 -05:00
external.desc Initial commit 2025-08-17 10:30:19 -05:00
external.mk Implement system-update feature 2025-08-30 11:21:44 -05:00