diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile | 2 | ||||
-rwxr-xr-x | build/install/install.sh | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/build/Makefile b/build/Makefile index 94e5b3460..fdfb23971 100644 --- a/build/Makefile +++ b/build/Makefile @@ -86,7 +86,7 @@ all: @KERNEL_VER=$$(uname -r); \ KERNEL_ARRAY=($${KERNEL_VER//./ }); \ if [ $${KERNEL_ARRAY[0]} -lt 3 ] || [[ $${KERNEL_ARRAY[0]} -eq 3 && $${KERNEL_ARRAY[1]} -lt 19 ]] ; then (echo 'Kernel version must be 3.19 or newer'; exit 1) ; fi - @docker/runcontext $(DOCKERIMG) wget -q www.google.com > /dev/null 2>&1 || (echo 'No docker network connectivity or name server - check your network- and docker settings'; exit 1) + @docker/runcontext $(DOCKERIMG) wget -q www.google.com -O /dev/null || (echo 'No docker network connectivity or name server - check your network- and docker settings'; exit 1) @docker/runcontext $(DOCKERIMG) $(MAKE) $(MAKEFLAGS) iso diff --git a/build/install/install.sh b/build/install/install.sh index 4e0389ed8..c63241974 100755 --- a/build/install/install.sh +++ b/build/install/install.sh @@ -172,7 +172,7 @@ make_live() { prep_make_iso() { DEST=$TOP/newiso REPO=$DEST/ubuntu - echo "Making ISO..." + echo "Preparing ISO..." echo "Unpack of old ISO..." if [ -d newiso ]; then chmod -R 755 newiso @@ -201,6 +201,7 @@ make_iso_image() { -no-emul-boot \ -boot-load-size 4 -boot-info-table \ --hide-rr-moved \ + --joliet-long \ -x "lost+found" -o $NEWISO . isoinfo -d -i $NEWISO |