No need to remove conf/* for nanobsd

This commit is contained in:
Renato Botelho 2015-11-26 17:28:18 -02:00
parent d52a7eb858
commit 75b167425d

View File

@ -683,7 +683,6 @@ awk '
# Set NanoBSD image size
echo "${_NANO_MEDIASIZE}" > ${MNT}/etc/nanosize.txt
rm -f $MNT/cf/conf/* 2>/dev/null
echo "/dev/ufs/${_label}0 / ufs ro,sync,noatime 1 1" > ${MNT}/etc/fstab
if [ $NANO_CONFSIZE -gt 0 ] ; then