1
0
forked from pool/kernel-source
OBS User unknown
2008-10-14 16:16:00 +00:00
committed by Git OBS Bridge
parent 7cc11fd84e
commit 14874086dd
57 changed files with 3497 additions and 446 deletions

2
pre.sh
View File

@@ -6,7 +6,7 @@
# this will double the required space below /boot
# remove the files from the old packages to make room for the new initrd
# rpm may complain about low disk space if /boot/vmlinux does not fit
if [ "$YAST_IS_RUNNING" != "" ]; then
if [ @BASE_PACKAGE@ = 1 -a "$YAST_IS_RUNNING" != "" ]; then
mydf="$( POSIXLY_CORRECT=1 df -P /boot/ | awk '/^(\/|-[[:blank:]])/{ print $4}' )"
if test "$mydf" != "" ; then
echo "Free diskspace below /boot: $mydf blocks"