Skip to content

Commit

Permalink
Create kickstart ISO directory
Browse files Browse the repository at this point in the history
When creating a baseimage, we must first create the kickstart directory before
creating a file there.

Signed-off-by: Adam Litke <[email protected]>
  • Loading branch information
Adam Litke committed Sep 17, 2010
1 parent 1079ec5 commit 0160406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create-baseimage
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ check_step "Create empty disk"
chmod 666 $BASEIMAGE

# Create the kickstart ISO
mkdir -p $DIR/kickstart
sed -e "s#<<MIRROR>>#$MIRROR#" < $DIR/ks.cfg.in > $DIR/kickstart/ks.cfg
mkisofs -J --quiet -o $DIR/kickstart.iso $DIR/kickstart
check_step "Create kickstart ISO"
Expand Down

0 comments on commit 0160406

Please sign in to comment.