From 7d259935b08927a2649544448ee8c66da832b8fc Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 31 Jul 2019 09:21:53 -0500 Subject: T1553: add 'noautologin' to boot parameters Debian live-config (>= 5.0) will set the default to 'autologin' when booting in live mode, unless explicitly set. --- scripts/vyatta-grub-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-grub-setup b/scripts/vyatta-grub-setup index de67ba60..bc2c653c 100755 --- a/scripts/vyatta-grub-setup +++ b/scripts/vyatta-grub-setup @@ -103,7 +103,7 @@ else fi if eval "$UNION"; then - GRUB_OPTIONS="boot=live quiet rootdelay=5 vyos-union=/boot/$livedir" + GRUB_OPTIONS="boot=live quiet rootdelay=5 noautologin vyos-union=/boot/$livedir" union_xen_kernel_version=$(ls $ROOTFSDIR/boot/$livedir/vmlinuz*-xen* \ 2>/dev/null \ | awk -F/ '{ print $6 }' \ -- cgit v1.2.3