mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
revert unintentional changes from r323436
This commit is contained in:
parent
e9346a94d1
commit
f20be204d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323437
@ -32,7 +32,7 @@ fi
|
||||
|
||||
echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${1}/etc/fstab
|
||||
echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
|
||||
makefs -B little -o label=FreeBSD_Install -o version=2 ${2}.part ${1}
|
||||
makefs -B little -o label=FreeBSD_Install ${2}.part ${1}
|
||||
rm ${1}/etc/fstab
|
||||
rm ${1}/etc/rc.conf.local
|
||||
|
||||
|
@ -32,7 +32,7 @@ fi
|
||||
|
||||
echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${1}/etc/fstab
|
||||
echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
|
||||
makefs -B little -o label=FreeBSD_Install -o version=2 ${2}.part ${1}
|
||||
makefs -B little -o label=FreeBSD_Install ${2}.part ${1}
|
||||
rm ${1}/etc/fstab
|
||||
rm ${1}/etc/rc.conf.local
|
||||
|
||||
|
@ -32,7 +32,7 @@ fi
|
||||
|
||||
echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${1}/etc/fstab
|
||||
echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
|
||||
makefs -B little -o label=FreeBSD_Install -o version=2 ${2}.part ${1}
|
||||
makefs -B little -o label=FreeBSD_Install ${2}.part ${1}
|
||||
rm ${1}/etc/fstab
|
||||
rm ${1}/etc/rc.conf.local
|
||||
|
||||
|
@ -37,7 +37,7 @@ fi
|
||||
echo '/dev/da0s3 / ufs ro,noatime 1 1' > ${1}/etc/fstab
|
||||
echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
|
||||
rm -f ${tempfile}
|
||||
makefs -B big -o version=2 ${tempfile} ${1}
|
||||
makefs -B big ${tempfile} ${1}
|
||||
rm ${1}/etc/fstab
|
||||
rm ${1}/etc/rc.conf.local
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user