Moved packages into variables.
Also cleaned up and added some more stuff that's useful to get awesome going :)
This commit is contained in:
parent
95ccc7e283
commit
763fde17b8
|
|
@ -1,18 +1,22 @@
|
||||||
{
|
{
|
||||||
"args" : {
|
"args" : {
|
||||||
"password" : "<STDIN>",
|
"password" : "<STDIN>",
|
||||||
|
"_keyboard_layout" : "sv-latin1",
|
||||||
|
"_editor" : "nano",
|
||||||
"_mediaplayer" : "lollypop gstreamer gst-plugins-good gnome-keyring",
|
"_mediaplayer" : "lollypop gstreamer gst-plugins-good gnome-keyring",
|
||||||
"_filebrowser" : "nemo gpicview-gtk3",
|
"_filebrowser" : "nemo gpicview-gtk3",
|
||||||
"_webbrowser" : "chromium",
|
"_webbrowser" : "chromium",
|
||||||
"_window_manager" : "awesome feh",
|
"_window_manager" : "awesome",
|
||||||
"_keyboard_layout" : "sv-latin1",
|
"_window_manager_dependencies" : "xorg-server xorg-xrandr xorg-xinit xterm",
|
||||||
|
"_window_manager_utilities" : "feh slock xscreensaver terminus-font-otb gnu-free-fonts ttf-liberation xsel",
|
||||||
"_virtulization" : "qemu ovmf",
|
"_virtulization" : "qemu ovmf",
|
||||||
"_utils" : "htop pkgfile",
|
"_utils" : "openssh sshfs git htop pkgfile scrot dhclient wget smbclient cifs-utils",
|
||||||
|
"_audio" : "pulseaudio pulseaudio-alsa pavucontrol",
|
||||||
"post" : "don't reboot"
|
"post" : "don't reboot"
|
||||||
},
|
},
|
||||||
"post" : {
|
"post" : {
|
||||||
"Install workstation packages": {
|
"Install workstation packages": {
|
||||||
"pacman -Syy --noconfirm openssh sshfs git {_webbrowser} {_utils} {_mediaplayer} {_window_manager} {_virtulization} {_filebrowser} dhclient gnu-free-fonts ttf-liberation xorg-server xorg-xrandr xorg-xinit xterm nano wget pulseaudio pulseaudio-alsa pavucontrol smbclient cifs-utils xscreensaver" : {"pass-args" : true}
|
"pacman -Syy --noconfirm {_webbrowser} {_utils} {_mediaplayer} {_window_manager} {_window_manager_dependencies} {_window_manager_utilities} {_virtulization} {_filebrowser} {_editor}" : {"pass-args" : true}
|
||||||
},
|
},
|
||||||
"Setup virtulization" : {
|
"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
|
"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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue