some more, non-asahi cleanup

This commit is contained in:
Pratham Patel 2024-04-30 10:37:24 +05:30
parent 6bedd927b0
commit 550563d561
No known key found for this signature in database
2 changed files with 4 additions and 16 deletions

View File

@ -5,11 +5,13 @@
<packages type="image" patternType="plusRecommended" profiles="Common">
<namedCollection name="core"/>
<namedCollection name="standard"/>
<namedCollection name="hardware-support"/>
<package name="NetworkManager-wifi"/>
<package name="chrony"/>
<package name="initial-setup"/>
<package name="glibc-all-langpacks"/>
<package name="shadow-utils"/>
<ignore name="abrt-cli"/>
<ignore name="dracut-config-rescue"/>
<ignore name="generic-release*"/>
<ignore name="generic-logos*"/>

View File

@ -57,20 +57,6 @@ passwd -l root
## Enable persistent journal
mkdir -p /var/log/journal
#======================================
# Setup firstboot initial setup
#--------------------------------------
if [[ "$kiwi_profiles" == *"KDE"* ]]; then
## Enable calamares
systemctl enable calamares-firstboot.service
elif [[ "$kiwi_profiles" != *"GNOME"* ]] && [[ "$kiwi_profiles" != *"KDE"* ]]; then
## Enable initial-setup
systemctl enable initial-setup.service
## Enable reconfig mode
touch /etc/reconfigSys
fi
#======================================
# Setup default target
#--------------------------------------