Do not mount /var/log and /var/tmp as md(4)-backed devices.
Discussed with: ian MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7d5369ba8e
commit
eb8d3d79be
@ -112,10 +112,6 @@ arm_install_base() {
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
echo "md /tmp mfs rw,noatime,-s30m 0 0" \
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
echo "md /var/log mfs rw,noatime,-s15m 0 0" \
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
echo "md /var/tmp mfs rw,noatime,-s12m 0 0" \
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
|
||||
local hostname
|
||||
hostname="$(echo ${KERNEL} | tr '[:upper:]' '[:lower:]')"
|
||||
|
Loading…
Reference in New Issue
Block a user