Skip to content

Commit

Permalink
Merge pull request #831 from nanjj/example
Browse files Browse the repository at this point in the history
Updated ubuntu example to use ROOTFS_DEVICE_UUID
  • Loading branch information
stgraber authored Apr 7, 2024
2 parents 2420fea + 6f0a96b commit 75e5a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ actions:
update-grub
grub-install --uefi-secure-boot --target="${TARGET}-efi" --no-nvram --removable
update-grub
sed -i "s#root=[^ ]*#root=/dev/sda2#g" /boot/grub/grub.cfg
sed -i "s#root=[^ ]*#root=${DISTROBUILDER_ROOT_UUID}#g" /boot/grub/grub.cfg
types:
- vm

Expand Down

0 comments on commit 75e5a1f

Please sign in to comment.