--- trunk/custom/00-all.sh 2008/02/09 00:28:10 44 +++ trunk/custom/00-all.sh 2009/02/02 15:21:36 60 @@ -50,3 +50,5 @@ # clean packages apt-get clean +# create /etc/fstab +echo "simfs / ext3 defaults,errors=remount-ro 0 1" > /etc/fstab