]> git.ipfire.org Git - thirdparty/dracut.git/commit
base/init.sh: don't remove 99-cmdline-ask on 'hostonly' cleanup 116/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 15 Feb 2016 13:47:18 +0000 (13:47 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 15 Feb 2016 13:57:27 +0000 (13:57 +0000)
commit4ab6447c2a9ed105e7fba26ded2b3f3b725de8e9
treee55fbcad98b54bcb60173858ad2b97e13f1297e4
parent6a97d2fc897164531aa781eaf95edaa0b1f8c07e
base/init.sh: don't remove 99-cmdline-ask on 'hostonly' cleanup

How to reproduce:
host# ./dracut.sh -o 'dracut-systemd systemd systemd-initrd' --local -f ./initramfs.img

host# qemu-system-x86_64 -initrd ./initramfs.img \
    -append 'root=/dev/sda1 rd.cmdline=ask rd.hostonly=0' \
    ...

Enter additional kernel command line parameter (end with ctrl-d or .)
> rd.break
> .
...
There is no "Break before switch_root"
...

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
modules.d/99base/init.sh