diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-04 19:51:02 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-04 19:51:02 +0000 |
commit | cb13f0cc705447d6fe662e6b32e9387eeec6cbaa (patch) | |
tree | 0907f0bfdff8bd6c9c452da05e2092195dd9a344 /chroot/mount.sh | |
parent | testing gpg sing key (diff) | |
download | scripts-cb13f0cc705447d6fe662e6b32e9387eeec6cbaa.tar.gz scripts-cb13f0cc705447d6fe662e6b32e9387eeec6cbaa.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | chroot/mount.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chroot/mount.sh b/chroot/mount.sh index 6ec6472..710eaf7 100755 --- a/chroot/mount.sh +++ b/chroot/mount.sh @@ -13,4 +13,4 @@ sudo mkdir -p /tmp/tmpfs4_1 sudo mount -t tmpfs -o size=4000M 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 +virsh pool-start ramdisk |