aboutsummaryrefslogtreecommitdiffstats
path: root/chroot/mount.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-29 16:50:49 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-29 16:50:49 +0000
commit707e4a8b50f567dbbb740a067a0609c12159379f (patch)
treee33dbc72026366994db1dcf56ecef8d3d6fc5f7e /chroot/mount.sh
parentupdate (diff)
downloadscripts-707e4a8b50f567dbbb740a067a0609c12159379f.tar.gz
scripts-707e4a8b50f567dbbb740a067a0609c12159379f.zip
bunch of updates
Diffstat (limited to '')
-rwxr-xr-xchroot/mount.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chroot/mount.sh b/chroot/mount.sh
index 710eaf7..b2a9c68 100755
--- a/chroot/mount.sh
+++ b/chroot/mount.sh
@@ -10,7 +10,7 @@ sudo mount -t ext4 -U a27a2530-a37e-4bb3-9f4b-4b3975253e43 /home/devi/storage/ss
sudo mount -o bind /home/devi/storage/ssd1/nix/store /nix/store
sudo mkdir -p /tmp/tmpfs4_1
-sudo mount -t tmpfs -o size=4000M tmpfs /tmp/tmpfs4_1
+sudo mount -t tmpfs -o size=4096M tmpfs /tmp/tmpfs4_1
sudo chown devi:devi /tmp/tmpfs4_1
# virsh pool-define-as --name ramdisk --type dir --target /tmp/tmpfs4_1
virsh pool-start ramdisk