summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/alsvid2004
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/alsvid200 b/hosts/alsvid200
index 132f3f1..9f82ebd 100644
--- a/hosts/alsvid200
+++ b/hosts/alsvid200
@@ -135,6 +135,10 @@ do_postinst()
EOF
[ ${?} -ne 0 ] && return 1
+ # Download wallpaper.
+ in_target sudo -u pj wget -O /home/pj/.wallpaper \
+ http://product-files.libiquity.com/taurinus/boot-splash/x200/background.png
+
# Use host's SSH keypair temporarily.
install -d -o pj -g pj -m 0700 "${target}/home/pj/.ssh" || return 1
install -o pj -g pj -m 0600 '/home/pj/.ssh/id_rsa' \