summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-03-09 02:33:36 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-03-09 02:33:36 (EST)
commitb8237b1423a887022fc463fbb995422eb9fb7278 (patch)
tree6f47f2d5c3acc6d1df57a4c47cbe63d8a889cc7a /hosts
parent25571b4d5d07ee2d82101190c2372d9ad3dde9ff (diff)
downloadpc-inst-b8237b1423a887022fc463fbb995422eb9fb7278.zip
pc-inst-b8237b1423a887022fc463fbb995422eb9fb7278.tar.gz
pc-inst-b8237b1423a887022fc463fbb995422eb9fb7278.tar.bz2
Download wallpaper
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' \