26 lines
1.4 KiB
JSON
26 lines
1.4 KiB
JSON
{
|
|
"args" : {
|
|
"password" : "<STDIN>",
|
|
"_mediaplayer" : "lollypop gstreamer gst-plugins-good gnome-keyring",
|
|
"_filebrowser" : "nemo gpicview-gtk3",
|
|
"_webbrowser" : "chromium",
|
|
"_window_manager" : "awesome",
|
|
"_keyboard_layout" : "sv-latin1",
|
|
"_virtulization" : "qemu ovmf",
|
|
"post" : "don't reboot"
|
|
},
|
|
"post" : {
|
|
"Install workstation packages": {
|
|
"pacman -Syy --noconfirm openssh sshfs git {_webbrowser} {_mediaplayer} {_window_manager} {_virtulization} {_filebrowser} dhclient ttf-freefont ttf-liberation xorg-server xorg-xrandr xorg-xinit xterm nano wget pulseaudio pulseaudio-alsa pavucontrol smbclient cifs-utils xscreensaver" : {"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 loclization" : {
|
|
"sh -c \"echo 'setxkbmap se' >> /etc/X11/xinit/xinitrc\"" : null,
|
|
"sh -c \"echo 'KEYMAP={_keyboard_layout}\nFONT=lat9w-16' >> /etc/vconsole.conf\"" : {"pass-args" : true}
|
|
},
|
|
"Configure desktop environment" : "awesome"
|
|
}
|
|
}
|