Add editvm.sh TEMPLATE CMD command
This commit is contained in:
parent
6d81507a99
commit
787a678a79
6 changed files with 139 additions and 2 deletions
1
setup.sh
1
setup.sh
|
|
@ -9,6 +9,7 @@ mkdir -p /ramdisk/persist
|
|||
|
||||
ln -sf "$(pwd)"/bin/ramdisk.sh /usr/sbin/
|
||||
ln -sf "$(pwd)"/bin/mkvm.sh /usr/sbin/
|
||||
ln -sf "$(pwd)"/bin/editvm.sh /usr/sbin/
|
||||
|
||||
ln -sf "$(pwd)"/ramdisk.service /etc/systemd/system/
|
||||
systemctl daemon-reload
|
||||
|
|
|
|||
Loading…
Reference in a new issue