fix: syslinux menu PARTLABEL
This commit is contained in:
parent
22d48e13bc
commit
e606519a4c
|
@ -43,7 +43,7 @@ function update_syslinux_menu()
|
||||||
LABEL cloud-init-$version
|
LABEL cloud-init-$version
|
||||||
MENU LABEL Ubuntu focal (MAAS $version)
|
MENU LABEL Ubuntu focal (MAAS $version)
|
||||||
KERNEL $imagepath/boot-kernel.$version
|
KERNEL $imagepath/boot-kernel.$version
|
||||||
APPEND initrd=$imagepath/boot-initrd.$version root=PARTLABEL="rootfs_$version" ip=dhcp overlayroot=tmpfs:recurse=0 ds=nocloud-net;s=https://box.sysdeploy.org/cloud-init/
|
APPEND initrd=$imagepath/boot-initrd.$version root=PARTLABEL="root_$version" ip=dhcp overlayroot=tmpfs:recurse=0 ds=nocloud-net;s=https://box.sysdeploy.org/cloud-init/
|
||||||
_EOL_
|
_EOL_
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user