mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 13:05:17 +00:00
wallaper first!
This commit is contained in:
parent
faba0c60c3
commit
4cb893d39d
@ -1,6 +1,10 @@
|
|||||||
# This script is fetched during the kickstarted installation of machines shipping with a hypervisor.
|
# 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
|
# 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 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-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
|
virsh pool-build iso # Build the pool
|
||||||
@ -32,8 +36,4 @@ virt-install \
|
|||||||
--rng /dev/urandom,model=virtio \
|
--rng /dev/urandom,model=virtio \
|
||||||
--disk none \
|
--disk none \
|
||||||
--cdrom=/var/lib/libvirt/iso/netboot.xyz.iso \
|
--cdrom=/var/lib/libvirt/iso/netboot.xyz.iso \
|
||||||
--install no_install=yes
|
--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'
|
|
Loading…
Reference in New Issue
Block a user