Change barebox boot configs to support USB booting (#1575)

This commit is contained in:
TJ Horner
2021-10-07 15:43:49 -04:00
committed by GitHub
parent e819f05927
commit f012f09d4f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
global linux.bootargs.dyn.root="root=PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd rootfstype=squashfs ro"
mkdir -p /mnt/system
mount /dev/disk*.hassos-kernel0 /mnt/system
mount /dev/*disk*.hassos-kernel0 /mnt/system
global bootm.image="/mnt/system/bzImage"

View File

@@ -3,6 +3,6 @@
global linux.bootargs.dyn.root="root=PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20 rootfstype=squashfs ro"
mkdir -p /mnt/system
mount /dev/disk*.hassos-kernel1 /mnt/system
mount /dev/*disk*.hassos-kernel1 /mnt/system
global bootm.image="/mnt/system/bzImage"