correct links

rewrite the comment section
This commit is contained in:
2021-11-26 16:21:00 +01:00
parent 4aed83c7ad
commit c2c4e83321
10 changed files with 41 additions and 48 deletions

View File

@@ -14,7 +14,7 @@
%include base-fedora-repo.cfg # offical repositories for Fedora
%include base-storage.cfg # base storage
%include base.cfg # A minimal machine
%include base-desktop.cfg # A desktop environment
%include base-desktop-gnome.cfg # A desktop environment
%include base-hypervisor.cfg # A base hypervisor
%include base-hypervisor-a.cfg # Specific virtualization configuration for AMD (tm) CPUs

View File

@@ -14,7 +14,7 @@
%include base-fedora-repo.cfg # offical repositories for Fedora
%include base-storage.cfg # base storage
%include base.cfg # A minimal machine
%include base-desktop.cfg # A desktop environment
%include base-desktop-gnome.cfg # A desktop environment
%include base-hypervisor.cfg # A base hypervisor
%include base-hypervisor-ii.cfg # Specific virtualization configuration for Intel(tm) CPU and Intel(tm) GPUs

View File

@@ -14,7 +14,7 @@
%include base-fedora-repo.cfg # offical repositories for Fedora
%include base-storage.cfg # base storage
%include base.cfg # A minimal machine
%include base-desktop.cfg # A desktop environment
%include base-desktop-gnome.cfg # A desktop environment
%include base-hypervisor.cfg # A base hypervisor
reboot --kexec # Reboot straight into the system after a successfull installation
@@ -46,4 +46,5 @@ skip=privacy
providers=local-first!
EOF
%end # End of the %post section
%end # End of the %post section

View File

@@ -14,7 +14,7 @@
%include base-fedora-repo.cfg # offical repositories for Fedora
%include base-storage.cfg # base storage
%include base.cfg # A minimal machine
%include base-desktop.cfg # A desktop environment
%include base-desktop-gnome.cfg # A desktop environment
reboot --kexec # Reboot straight into the system after a successfull installation
@@ -28,9 +28,6 @@ gnome-initial-setup # Add GNOME initial setup too.
truncate -s 0 /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf # remove content of vendor.conf so that all options are made available
# set new default background (doesn't work. Would have to call a script on first boot or something)
# gsettings set org.gnome.desktop.background picture-uri file://mnt/sysimage/usr/share/backgrounds/elementary/default
## 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]

View File

@@ -15,7 +15,7 @@
%include base-fedora-repo.cfg # offical repositories for Fedora
%include base-storage.cfg # base storage
%include nano.cfg # A base system
%include base-nano.cfg # A base system
firstboot --enable --reconfig # Initial Setup will start after the first reboot
reboot --kexec # Reboot straight into the system after a successfull installation