Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/ubuntu.json
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-06 21:02:03 +0000
committerGitHub <noreply@github.com>2020-07-06 21:02:03 +0000
commit0c57871f3b3832e31c0c835a671064364c2e9575 (patch)
tree5fe159d12713f48af46d4c339b265f24d38f5858 /profiles/ubuntu.json
parent067b31b1aa7f0111f164dfda486adbe565d6a1a9 (diff)
parentf840f9e714d9f7d2fcb601c46079978f7a20df71 (diff)
Merge pull request #39 from Torxed/annotations
v2.0.1
Diffstat (limited to 'profiles/ubuntu.json')
-rw-r--r--profiles/ubuntu.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/profiles/ubuntu.json b/profiles/ubuntu.json
new file mode 100644
index 00000000..be239a91
--- /dev/null
+++ b/profiles/ubuntu.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"
+ }
+}