Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
fix the vda root partition
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
  • Loading branch information
AvengerMoJo committed Apr 22, 2021
1 parent 409c713 commit cb8898d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/microOS/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
bootloader="grub2"
bootloader_console="gfxterm"
firmware="uefi"
kernelcmdline="quiet systemd.show_status=yes console=ttyS0,115200 console=tty0 net.ifnames=0 \$ignition_firstboot ignition.platform.id=metal"
kernelcmdline="quiet systemd.show_status=yes console=ttyS0,115200 console=tty0 net.ifnames=0 \$ignition_firstboot ignition.platform.id=metal root=/dev/vda3 disk=/dev/vda"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
Expand Down

0 comments on commit cb8898d

Please sign in to comment.