Added a file browser
Next step: pre-setup a wallpaper and the "start menu". To make it easier for people to start off easy with a arch install.. and for myself..
This commit is contained in:
parent
7a1c57d225
commit
e9f3961f08
|
|
@ -2,6 +2,7 @@
|
||||||
"args" : {
|
"args" : {
|
||||||
"password" : "<STDIN>",
|
"password" : "<STDIN>",
|
||||||
"_mediaplayer" : "lollypop gstreamer gst-plugins-good gnome-keyring",
|
"_mediaplayer" : "lollypop gstreamer gst-plugins-good gnome-keyring",
|
||||||
|
"_filebrowser" : "nemo"
|
||||||
"_webbrowser" : "chromium",
|
"_webbrowser" : "chromium",
|
||||||
"_window_manager" : "awesome",
|
"_window_manager" : "awesome",
|
||||||
"_keyboard_layout" : "sv-latin1",
|
"_keyboard_layout" : "sv-latin1",
|
||||||
|
|
@ -10,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"post" : {
|
"post" : {
|
||||||
"Install workstation packages": {
|
"Install workstation packages": {
|
||||||
"pacman -Syy --noconfirm openssh sshfs git {_webbrowser} {_mediaplayer} {_window_manager} {_virtulization} 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}
|
"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" : {
|
"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