mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 13:05:17 +00:00
latest version of virtual-desktop
This commit is contained in:
parent
b6af4d7aca
commit
2becc66328
@ -25,7 +25,7 @@ timezone Europe/Paris --utc
|
|||||||
# SELinux configuration
|
# SELinux configuration
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
# System services
|
# System services
|
||||||
services --disabled="sshd" --enabled="NetworkManager"
|
services --disabled="sshd" --enabled="NetworkManager,libvirtd"
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --location=mbr --timeout=1
|
bootloader --location=mbr --timeout=1
|
||||||
# Clear the Master Boot Record
|
# Clear the Master Boot Record
|
||||||
@ -45,17 +45,7 @@ grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful
|
|||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post --nochroot --logfile=/mnt/sysimage/opt/base-initial-setup-gnome.log
|
%post --nochroot --logfile=/mnt/sysimage/opt/base-desktop-gnome.log
|
||||||
|
|
||||||
truncate -s 0 /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf # remove content of vendor.conf so that all options are made available
|
|
||||||
|
|
||||||
## Append lines to existing vendor.conf file, so that options are skipped upon reboot
|
|
||||||
cat >> /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf<< EOF
|
|
||||||
[pages]
|
|
||||||
skip=privacy
|
|
||||||
[goa]
|
|
||||||
providers=local-first!
|
|
||||||
EOF
|
|
||||||
|
|
||||||
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.override<< EOF
|
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.override<< EOF
|
||||||
[org.gnome.desktop.background]
|
[org.gnome.desktop.background]
|
||||||
@ -71,6 +61,7 @@ EOF
|
|||||||
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.Terminal.gschema.override<< EOF
|
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.Terminal.gschema.override<< EOF
|
||||||
[org.gnome.Terminal.Legacy.Profile]
|
[org.gnome.Terminal.Legacy.Profile]
|
||||||
font='DejaVu Sans Mono 12'
|
font='DejaVu Sans Mono 12'
|
||||||
|
use-system-font=false
|
||||||
audible-bell=false
|
audible-bell=false
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@ -123,6 +114,20 @@ glib-compile-schemas /mnt/sysimage/usr/share/glib-2.0/schemas/
|
|||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
%post --nochroot --logfile=/mnt/sysimage/opt/base-initial-setup-gnome.log
|
||||||
|
|
||||||
|
truncate -s 0 /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf # remove content of vendor.conf so that all options are made available
|
||||||
|
|
||||||
|
## Append lines to existing vendor.conf file, so that options are skipped upon reboot
|
||||||
|
cat >> /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf<< EOF
|
||||||
|
[pages]
|
||||||
|
skip=privacy
|
||||||
|
[goa]
|
||||||
|
providers=local-first!
|
||||||
|
EOF
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
%packages --exclude-weakdeps
|
%packages --exclude-weakdeps
|
||||||
@core
|
@core
|
||||||
@hardware-support
|
@hardware-support
|
||||||
|
Loading…
Reference in New Issue
Block a user