Hardlink the generated /etc/fstab to /conf/base/etc/fstab

This commit is contained in:
Poul-Henning Kamp 2004-11-28 16:15:43 +00:00
parent 36bdb858fa
commit 2b1d432238
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138158

View File

@ -33,6 +33,7 @@ TMPMNT=`mktemp -d -t nanobsd`
make_fstab () {
echo "/dev/$1 / ufs ro 1 1" > $2/etc/fstab
ln -f $2/etc/fstab $2/conf/base/etc/fstab
}
get_label () {