Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/vmhost.json
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-06 22:23:29 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-06 22:23:29 +0200
commitd723dcf0d7c64f686fc6234a7da9649346d1f56f (patch)
tree36dceb8cd0dcb2d71294cf0d2bec8d76bee86756 /deployments/vmhost.json
parent4167946d815f2ab9c6ebf0c597f3b5f5f9723b1e (diff)
Renaming deployments to profiles
Diffstat (limited to 'deployments/vmhost.json')
-rw-r--r--deployments/vmhost.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/deployments/vmhost.json b/deployments/vmhost.json
deleted file mode 100644
index 0b2dabec..00000000
--- a/deployments/vmhost.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "args" : {
- "password" : "<STDIN>",
- "_keyboard_layout" : "us",
- "_editor" : "vim",
- "_window_manager" : "i3",
- "_window_manager_dependencies" : "xorg-server xorg-xrandr xorg-xinit xterm",
- "_window_manager_utilities" : "slock xscreensaver terminus-font-otb gnu-free-fonts ttf-liberation xsel",
- "_virtulization" : "qemu ovmf",
- "_utils" : "git htop dhclient curl",
- "post" : "don't reboot"
- },
- "post" : {
- "Install workstation packages": {
- "pacman -Syy --noconfirm {_editor} {_utils} {_window_manager} {_window_manager_dependencies} {_window_manager_utilities} {_virtulization}" : {"pass-args" : true}
- },
- "Setup virtulization" : {
- "sh -c \"Description=\\\"Bridge for virtual machines\\\"\nInterface=br0\nConnection=bridge\nBindsToInterfaces=(eno1)\nIP=no\nExecUpPost=\\\"ip link set dev br0 address $(cat /sys/class/net/eno1/address); IP=dhcp; ip_set\\\"\nExecDownPre=\\\"IP=dhcp\\\"\n\n## Ignore (R)STP and immediately activate the bridge\nSkipForwardingDelay=yes\"" : null
- },
- "Setup localization" : {
- "sh -c \"echo 'setxkbmap us' >> /etc/X11/xinit/xinitrc\"" : null,
- "sh -c \"echo 'KEYMAP={_keyboard_layout}\nFONT=lat9w-16' >> /etc/vconsole.conf\"" : {"pass-args" : true}
- },
- "Configure desktop environment" : "i3"
- }
-}