why is extlink hardcoding root device?

pull/3/head
Daniel Barlow 2024-01-07 20:30:23 +00:00
parent a251ceeb99
commit 7bc9cb6c55
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ in {
label Liminix
kernel /boot/kernel
# initrd /boot/initramfs
append ${cmdline} root=/dev/vda1
append ${cmdline}
${if wantsDtb then "fdt /boot/dtb" else ""}
_EOF
'';