mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 13:05:17 +00:00
latest desktop version
add hardware supoort
This commit is contained in:
parent
b756390291
commit
3169caeb02
@ -1,4 +1,4 @@
|
|||||||
# Generated by pykickstart v3.32
|
# Generated by pykickstart v3.34
|
||||||
#version=DEVEL
|
#version=DEVEL
|
||||||
# X Window System configuration information
|
# X Window System configuration information
|
||||||
xconfig --defaultdesktop=GNOME --startxonboot
|
xconfig --defaultdesktop=GNOME --startxonboot
|
||||||
@ -15,7 +15,7 @@ text
|
|||||||
# Network information
|
# Network information
|
||||||
network --bootproto=dhcp --device=link --hostname=phyllome-alpha --activate
|
network --bootproto=dhcp --device=link --hostname=phyllome-alpha --activate
|
||||||
# Firewall configuration
|
# Firewall configuration
|
||||||
firewall --enabled
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch"
|
url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch"
|
||||||
repo --name="fedora" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
repo --name="fedora" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||||
@ -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
|
||||||
@ -43,10 +43,6 @@ localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be p
|
|||||||
dnf update -y # Update the system
|
dnf update -y # Update the system
|
||||||
grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly
|
grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly
|
||||||
|
|
||||||
# In the %post section of the kickstart file, add the following as the first line. Probably useless : leaving this uncommented for the moment
|
|
||||||
# See : https://www.opensourceforu.com/2010/01/roll-out-a-fedora-remix/
|
|
||||||
# sed -i -e 's/Generic release/LFY Fedora Remix/g' /etc/fedora-release /etc/issue
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post --nochroot --logfile=/mnt/sysimage/root/d.log
|
%post --nochroot --logfile=/mnt/sysimage/root/d.log
|
||||||
@ -60,6 +56,7 @@ truncate -s 0 /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf # remove c
|
|||||||
|
|
||||||
%packages --exclude-weakdeps
|
%packages --exclude-weakdeps
|
||||||
@core
|
@core
|
||||||
|
@hardware-support
|
||||||
dejavu-sans-mono-fonts
|
dejavu-sans-mono-fonts
|
||||||
elementary-wallpapers-gnome.noarch
|
elementary-wallpapers-gnome.noarch
|
||||||
fedora-remix-logos
|
fedora-remix-logos
|
||||||
|
Loading…
Reference in New Issue
Block a user