X-Git-Url: https://vcs.fsf.org/?p=fai-configs.git;a=blobdiff_plain;f=scripts%2FLAST%2F50-misc;h=10bf73010694181a2c2de8659635e35c75ff5a23;hp=6de8856616710f0818cb926b3dbfac446684853a;hb=7d755b075a90928250d6ecd20d59daf176eb72fd;hpb=2d1f80141012c71750cb16bb6d16f48f4ea53a45;ds=inline diff --git a/scripts/LAST/50-misc b/scripts/LAST/50-misc index 6de8856..10bf730 100755 --- a/scripts/LAST/50-misc +++ b/scripts/LAST/50-misc @@ -24,7 +24,8 @@ fi # Make sure everything is configured properly echo "Running \"apt-get -f install\" for the last time." -$ROOTCMD apt-get -f install +export DEBIAN_FRONTEND=noninteractive +$ROOTCMD apt-get -y --force-yes -f install lskernels=$(echo $target/boot/vmlinu*) [ -f ${lskernels%% *} ] || echo "ERROR: No kernel was installed. Have a look at shell.log"