Go to file
Dustin 62035f3223
Aimee OS/aimee-os/pipeline/head This commit looks good Details
init-storage: Add retry loop for findfs
Occasionally, especially on a Raspberry Pi, the storage subsystem has
not fully enumerated all of the disks before the `init-storage` script
starts.  This prevents the system from being able to boot, since the
script attempts to identify the root filesystem very early.  Now, we try
a few times to identify the filesystem before giving up, to give the
kernel a chance to discover everything.
2025-09-03 08:06:26 -05:00
board grub2: Support setting rootflags in config 2025-08-29 20:17:52 -05:00
boot init-storage: Add retry loop for findfs 2025-09-03 08:06:26 -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 Configure network interfaces by default 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 Force built-in kernel overlayfs driver 2025-08-31 08:09:18 -05:00