diff options
| -rwxr-xr-x | scripts/vyatta-grub-setup | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/scripts/vyatta-grub-setup b/scripts/vyatta-grub-setup index 2b7197c1..995b5c8a 100755 --- a/scripts/vyatta-grub-setup +++ b/scripts/vyatta-grub-setup @@ -60,9 +60,9 @@ ROOTFSDIR="$3"  # Grub options  if [ "$GRUB_OPTIONS" ]  then -	GRUB_OPTIONS="$GRUB_OPTIONS quiet" +	GRUB_OPTIONS="$GRUB_OPTIONS quiet rootdelay=5"  else -	GRUB_OPTIONS=quiet +	GRUB_OPTIONS="quiet rootdelay=5"  fi  # Path to standalone root password reset script @@ -103,7 +103,7 @@ else  fi  if eval "$UNION"; then -    GRUB_OPTIONS="boot=live quiet vyos-union=/boot/$livedir" +    GRUB_OPTIONS="boot=live quiet rootdelay=5 vyos-union=/boot/$livedir"      union_xen_kernel_version=$(ls $ROOTFSDIR/boot/$livedir/vmlinuz*-xen* \                                   2>/dev/null \                                 | awk -F/ '{ print $6 }' \ | 
