From 707e4a8b50f567dbbb740a067a0609c12159379f Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 29 Jan 2023 20:20:49 +0330 Subject: bunch of updates --- chroot/mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chroot') 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 -- cgit v1.2.3