From 9a48e4b42bea7166a5d50950a7686cfc118ba609 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 27 Oct 2017 17:37:06 +0200 Subject: [rfs-stage31] Increase /tmp size to 50MB --- core/rootfs/rootfs-stage31/data/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-55-g7522