Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
set timeout=60
menuentry 'Install ${name} (${arch})' --class ${class} --id install {
- linux /boot/vmlinuz ${commandline[@]}
+ linux /boot/vmlinuz ${commandline[@]} installer
initrd /boot/initramfs.img
}
submenu 'Other Installation Options -->' {
menuentry 'Unattended installation' --class ${class} --id install.unattended {
- linux /boot/vmlinuz ${commandline[@]} installer.unattended
+ linux /boot/vmlinuz ${commandline[@]} installer installer.unattended
initrd /boot/initramfs.img
}
}
# prevent getty from running on any consoles before we are done
Before=getty-pre.target
Conflicts=plymouth-quit-wait.service bricklayer.service
-ConditionKernelCommandLine=install
+ConditionKernelCommandLine=installer
[Service]
Type=oneshot