diff --git a/src/09_generate_rootfs.sh b/src/09_generate_rootfs.sh index d1d25f99c..3faeeb7d4 100755 --- a/src/09_generate_rootfs.sh +++ b/src/09_generate_rootfs.sh @@ -14,7 +14,7 @@ BUSYBOX_INSTALLED=$(pwd)/work/busybox/busybox_installed cd work -echo "Preparing rootfsfs work area." +echo "Preparing rootfs work area." rm -rf rootfs # Copy all BusyBox generated stuff to the location of our 'rootfs' folder. @@ -53,12 +53,14 @@ cp $SYSROOT/lib/libc.so.6 lib # Copy all necessary 'glibc' libraries to '/lib' END. +echo "Reducing the size of libraries and executables." +set +e strip -g \ $SRC_DIR/work/rootfs/bin/* \ $SRC_DIR/work/rootfs/sbin/* \ $SRC_DIR/work/rootfs/lib/* \ 2>/dev/null -echo "Reduced the size of libraries and executables." +set -e # Read the 'OVERLAY_LOCATION' property from '.config' OVERLAY_LOCATION="$(grep -i ^OVERLAY_LOCATION $SRC_DIR/.config | cut -f2 -d'=')" diff --git a/src/13_prepare_iso.sh b/src/13_prepare_iso.sh index a5532b10b..b9397b9fe 100755 --- a/src/13_prepare_iso.sh +++ b/src/13_prepare_iso.sh @@ -52,8 +52,8 @@ PROMPT 1 TIMEOUT 50 DEFAULT mll -SAY Press enter to boot minimal linux or wait 5 seconds -SAY Press tab to view available boot entries or enter syslinux commands directly +SAY Press enter to boot Minimal Linux Live or wait 5 seconds. +SAY Press tab to view available boot entries or enter Syslinux commands directly. LABEL mll LINUX kernel.xz