projects
/
carnet-upgrade.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d19d35e
)
Handle error in CN kernel detection.
author
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Wed, 17 Jun 2009 12:50:51 +0000
(14:50 +0200)
committer
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Wed, 17 Jun 2009 12:50:51 +0000
(14:50 +0200)
src/functions.sh
patch
|
blob
|
history
diff --git
a/src/functions.sh
b/src/functions.sh
index
b931651
..
9d074be
100644
(file)
--- a/
src/functions.sh
+++ b/
src/functions.sh
@@
-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"