Skip to content

Commit

Permalink
Change barebox boot configs to support USB booting (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhorner authored Oct 7, 2021
1 parent e819f05 commit f012f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildroot-external/bootloader/barebox/boot/system0
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion buildroot-external/bootloader/barebox/boot/system1
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f012f09

Please sign in to comment.