diff --git a/rootfs/mkrootfs_tweak.sh b/rootfs/mkrootfs_tweak.sh index fab22f96..93b1a168 100755 --- a/rootfs/mkrootfs_tweak.sh +++ b/rootfs/mkrootfs_tweak.sh @@ -30,6 +30,7 @@ if [[ -z "$(/bin/mount -t devtmpfs)" ]]; then fi /bin/mount sysfs /sys -t sysfs +/bin/mount tmpfs /tmp -t tmpfs /bin/mount bpffs /sys/fs/bpf -t bpf /bin/mount debugfs /sys/kernel/debug -t debugfs