From 4a129109f63f972c4115b7fe039550d8e07bfc58 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Wed, 29 Dec 2010 00:51:33 +0000 Subject: go.sh: add isohybrid to the build process. This allows the iso to be copied to a usb drive for installation. dd if=/tmp/test2.iso of=/dev/your_usb_device. Be careful as it's possible to wipe your running system. --- build_tools/go.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build_tools/go.sh b/build_tools/go.sh index c00f976..27d6b85 100755 --- a/build_tools/go.sh +++ b/build_tools/go.sh @@ -53,7 +53,14 @@ time ./larch-archin -f -p larch0/profiles/$profile install && ./larch-larchify - status=$? if [ $status = 0 ] then - + if [ -f /usr/bin/isohybrid ] + then + echo "Running isohybrid..." + /usr/bin/isohybrid /tmp/test2.iso + else + echo "Syslinux needs to be installed to run isohybrid" + fi + echo "*****************************************************" echo "your $profile iso is complete (/tmp/test2.iso)" echo "*****************************************************" -- cgit v0.12