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:
@@ -112,10 +112,6 @@ arm_install_base() {
|
|||||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||||
echo "md /tmp mfs rw,noatime,-s30m 0 0" \
|
echo "md /tmp mfs rw,noatime,-s30m 0 0" \
|
||||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
>> ${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
|
local hostname
|
||||||
hostname="$(echo ${KERNEL} | tr '[:upper:]' '[:lower:]')"
|
hostname="$(echo ${KERNEL} | tr '[:upper:]' '[:lower:]')"
|
||||||
|
|||||||
Reference in New Issue
Block a user