summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2017-10-27 17:37:06 +0200
committerSimon Rettberg2017-10-27 17:37:06 +0200
commit9a48e4b42bea7166a5d50950a7686cfc118ba609 (patch)
treef374914a8082c2609beb0c0d43f8f3130539b7a6
parent[rfs-stage31/dhcp] "Fix" DHCP setup logic (diff)
downloadmltk-9a48e4b42bea7166a5d50950a7686cfc118ba609.tar.gz
mltk-9a48e4b42bea7166a5d50950a7686cfc118ba609.tar.xz
mltk-9a48e4b42bea7166a5d50950a7686cfc118ba609.zip
[rfs-stage31] Increase /tmp size to 50MB
-rwxr-xr-xcore/rootfs/rootfs-stage31/data/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rootfs/rootfs-stage31/data/init b/core/rootfs/rootfs-stage31/data/init
index d191b06f..c99db106 100755
--- a/core/rootfs/rootfs-stage31/data/init
+++ b/core/rootfs/rootfs-stage31/data/init
@@ -29,7 +29,7 @@ bench_event "KERNEL" "Kernel initialized"
# the link had to be dropped, to prevent bugs in the stage32.
busybox mount -n -t devtmpfs -o 'rw,relatime,nosuid,noexec,mode=0755' initramfsdevs /dev
busybox mount -n -t tmpfs -o 'mode=755,size=10m' run "/run"
-busybox mount -n -t tmpfs -o 'mode=755,size=10m' temp "/tmp"
+busybox mount -n -t tmpfs -o 'mode=755,size=50m' temp "/tmp"
# IMPORTANT - check if kernel modules in initrams match kernel version
BASEDIR="/lib/modules/$(uname -r)/kernel/drivers"