From 4cb893d39d019bf0c3bd3e2122d8844fd16ff583 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 5 Nov 2021 16:12:06 +0100 Subject: [PATCH] wallaper first! --- post-installation/post-install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/post-installation/post-install.sh b/post-installation/post-install.sh index 630c9b0..48c51db 100644 --- a/post-installation/post-install.sh +++ b/post-installation/post-install.sh @@ -1,6 +1,10 @@ # This script is fetched during the kickstarted installation of machines shipping with a hypervisor. # It is then executed once upon first-boot as a systemd-unit +# Set the default wallpaper for Phyllome + +gsettings set org.gnome.desktop.background picture-uri 'file:///usr/share/backgrounds/elementary/Morskie Oko.jpg' + # virsh command fail. would need to fetch a script and execute post-launch with a delay, for example using a systemd unit virsh pool-define-as iso dir - - - - /var/lib/libvirt/iso/ # Make libvirt aware of this new directory by creating a so-called 'pool'. virsh pool-build iso # Build the pool @@ -32,8 +36,4 @@ virt-install \ --rng /dev/urandom,model=virtio \ --disk none \ --cdrom=/var/lib/libvirt/iso/netboot.xyz.iso \ - --install no_install=yes - -# Set the default wallpaper for Phyllome - -gsettings set org.gnome.desktop.background picture-uri 'file:///usr/share/backgrounds/elementary/Morskie Oko.jpg' + --install no_install=yes \ No newline at end of file