From 6e48880d0b0aa76f139fdca081c5ca48c146ee82 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 27 Feb 2008 20:12:37 -0500 Subject: Change the ISOs we build Stop building boot.iso (and diskboot.img) in preference for building a netinst.iso with the boot bits as well as the second stage. This will replace the rescue image and is overall far more useful --- scripts/buildinstall | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/buildinstall') diff --git a/scripts/buildinstall b/scripts/buildinstall index b8e7ea799..abcb066d5 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -100,6 +100,10 @@ if [ -z "$OUTPUT" ]; then usage fi +if [ ! -d "$OUTPUT" ]; then + mkdir -p $OUTPUT +fi + yumconf=$(mktemp /tmp/yum.conf.XXXXXX) cat > $yumconf <