From 8a0fcd2be1daec0e4887ac5367967dbb5931f55e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 24 Feb 2023 18:33:01 +0000 Subject: [PATCH] master: Request installer booting from the ISO image Signed-off-by: Michael Tremer --- src/bricklayer-master.in | 4 ++-- src/systemd/bricklayer.service.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bricklayer-master.in b/src/bricklayer-master.in index 61b32c7..2249bd1 100644 --- a/src/bricklayer-master.in +++ b/src/bricklayer-master.in @@ -202,13 +202,13 @@ set default=0 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 } } diff --git a/src/systemd/bricklayer.service.in b/src/systemd/bricklayer.service.in index 852fff1..a18fbff 100644 --- a/src/systemd/bricklayer.service.in +++ b/src/systemd/bricklayer.service.in @@ -7,7 +7,7 @@ Wants=getty-pre.target # 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 -- 2.47.2