Skip to content

Commit

Permalink
do not put resolv.conf onto the CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 7, 2015
1 parent 004aa6c commit a9e4e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/fai-cd
Expand Up @@ -94,6 +94,7 @@ create_ext3fs_image() {
echo "Copying the nfsroot to temporary directory"
# copy the contents of the nfsroot into it
cp -Pr $ONFSROOT/* $ONFSROOT/.??* $tmp/$liveos/mounted-ext3fs/ || die $? "Not enough space left on device for the nfsroot"
rm -f $tmp/$liveos/mounted-ext3fs/etc/resolv.conf

# copy config space into nfsroot-copy unless -d is given
if [ $configset -eq 0 ]; then
Expand Down

0 comments on commit a9e4e5f

Please sign in to comment.