index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-09-26 23:19:13 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-09-26 23:19:13 +0200 |
commit | f98bb491fd3920c311a84ca03fd33154e1f6e1f1 (patch) | |
tree | 0b69dedb4937b4085f6eee10f454c69f3308301a /deployments/desktop_gnome.json | |
parent | 68a2b29ba2bf24bba64804787a649595cbb18a4a (diff) |
-rw-r--r-- | deployments/desktop_gnome.json | 22 |
diff --git a/deployments/desktop_gnome.json b/deployments/desktop_gnome.json new file mode 100644 index 00000000..be239a91 --- /dev/null +++ b/deployments/desktop_gnome.json @@ -0,0 +1,22 @@ +{ + "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 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} + }, + "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" : "gnome" + } +} |