From 1875d315ec99a634eeb570b54ce3ba8753e48393 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 03 Jun 2018 01:30:18 -0400 Subject: logi1: Use Debian stretch's softWaves wallpaper --- diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst index eca7348..3c21d0d 100644 --- a/hosts/logi1/postinst +++ b/hosts/logi1/postinst @@ -175,9 +175,9 @@ printf '%s %s\n' \ in_target dpkg -i 'ssic_1.0.0-1_all.deb' in_target rm -f 'ssic_1.0.0-1_all.deb' -# Download wallpaper. -in_target sudo -u pj wget -O /home/pj/.wallpaper \ - http://product-files.libiquity.com/taurinus/boot-splash/x200/background.png +# Convert wallpaper. +wp_dir='/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images' +in_target sudo -u pj convert "${wp_dir}/1280x1024.svg" 'png:/home/pj/.wallpaper' # Use temporary configuation SSH key. install -d -o 1000 -g 1000 -m 0700 "${target}/home/pj/.ssh" || return 1 -- cgit v0.9.1