forked from dan/liminix
why is extlink hardcoding root device?
This commit is contained in:
parent
a251ceeb99
commit
7bc9cb6c55
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue