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-08-18 21:56:22 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-08-18 21:56:22 +0000
commitaf875e3902904e80557cf3ecb351ff5e3a80f461 (patch)
tree75fa1d775b15d6563a94097444f470f7c75151f9 /profiles/ubuntu.json
parent76c386951a802abd814f88aa9d67109275244a5c (diff)
parent1d8591c7fe2a9c4d2a6338cc332e7704751acbe7 (diff)
Fixed merge.
Diffstat (limited to 'profiles/ubuntu.json')
-rw-r--r--profiles/ubuntu.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/profiles/ubuntu.json b/profiles/ubuntu.json
deleted file mode 100644
index be239a91..00000000
--- a/profiles/ubuntu.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "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"
- }
-}