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

This commit is contained in:
phk 2004-11-28 16:15:43 +00:00
parent 985a638215
commit a28dea3270

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 () {