Bump /tmp from 30m to 50m for ARM release images.
30m isn't enough for pkg anymore to extract packagesite.txz. 40m is fine for now but let's take a safer way as we don't know when pkg will need more. Reported by: many Approved by: re (gjb), andrew (mentor)
This commit is contained in:
parent
fae20a41ad
commit
ddb2ec7808
@ -109,7 +109,7 @@ arm_install_base() {
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
echo "/dev/msdosfs/MSDOSBOOT /boot/msdos msdosfs rw,noatime 0 0" \
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
echo "tmpfs /tmp tmpfs rw,mode=1777,size=30m 0 0" \
|
||||
echo "tmpfs /tmp tmpfs rw,mode=1777,size=50m 0 0" \
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
|
||||
local hostname
|
||||
|
Loading…
Reference in New Issue
Block a user