Handle error in CN kernel detection.
authorValentin Vidic <Valentin.Vidic@CARNet.hr>
Wed, 17 Jun 2009 12:50:51 +0000 (14:50 +0200)
committerValentin Vidic <Valentin.Vidic@CARNet.hr>
Wed, 17 Jun 2009 12:50:51 +0000 (14:50 +0200)
src/functions.sh

index b931651..9d074be 100644 (file)
@@ -1316,7 +1316,7 @@ check_kernel_space() {
   log "Kernel package: $pkg"
   log "Kernel size: ${kernel_size}MB"
 
-  if LC_ALL=C apt-get --yes --print-uris install kernel-2.6-cn \
+  if LC_ALL=C apt-get -s install kernel-2.6-cn \
      | grep -q '^kernel-2.6-cn is already the newest version.$'
   then
      log "Not checking free space in /: kernel-2.6-cn already installed"