X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=b5d65fec67980341a10027f5fa847da4b7aa6d76;hp=655a00c267d93b9ea166e6c1f23c4b35ec7d6430;hb=c66941dd94e4c37be7a1c48b98f385b6bdc64752;hpb=9badc9e9e0c17f73821d0c34239ac5b0177d7a09 diff --git a/make.sh b/make.sh index 655a00c267..b5d65fec67 100644 --- a/make.sh +++ b/make.sh @@ -135,11 +135,11 @@ prepareenv() { echo -ne "Checking for necessary space on disk $BASE_DEV" | tee -a $LOGFILE BASE_DEV=`df -P -k $BASEDIR | tail -n 1 | awk '{ print $1 }'` BASE_ASPACE=`df -P -k $BASEDIR | tail -n 1 | awk '{ print $4 }'` - if (( 5242880 > $BASE_ASPACE )); then + if (( 2048000 > $BASE_ASPACE )); then BASE_USPACE=`du -skx $BASEDIR | awk '{print $1}'` - if (( 5242880 - $BASE_USPACE > $BASE_ASPACE )); then + if (( 2048000 - $BASE_USPACE > $BASE_ASPACE )); then beautify message FAIL - exiterror "Not enough temporary space available, need at least 5GB on $BASE_DEV" + exiterror "Not enough temporary space available, need at least 2GB on $BASE_DEV" fi else beautify message DONE @@ -545,14 +545,16 @@ buildinstaller() { # Run installer scripts one by one LOGFILE="$BASEDIR/log/_build.installer.log" export LOGFILE - ipfiremake syslinux - ipfiremake as86 - ipfiremake mbr ipfiremake uClibc installmake busybox + installmake udev installmake sysvinit installmake e2fsprogs installmake misc-progs +exiterror STOP HERE! + ipfiremake syslinux + ipfiremake as86 + ipfiremake mbr installmake slang installmake util-linux installmake newt