add template vm spec for mirage firewall and ssh-agent

This commit is contained in:
xaki23 2019-08-25 18:21:40 +02:00
parent 55d2f9481d
commit 56306db2a0
No known key found for this signature in database
GPG Key ID: C6C39B177E1A717C
2 changed files with 18 additions and 0 deletions

9
tplspec.mirage-firewall Normal file
View File

@ -0,0 +1,9 @@
prop virt_mode pv
prop memory 42
prop vcpus 1
prop kernelopts (hd0)/boot/grub/menu.lst
prop kernel pvgrub
prop provides_network True
feat no-default-kernelopts 1
feat gui
feat qrexec 1

9
tplspec.mirage-ssh-agent Normal file
View File

@ -0,0 +1,9 @@
prop virt_mode pv
prop memory 23
prop maxmem 42
prop vcpus 1
prop kernelopts (hd0)/boot/grub/menu.lst
prop kernel pvgrub
feat no-default-kernelopts 1
feat gui
feat qrexec 1