some more, non-asahi cleanup
This commit is contained in:
parent
6bedd927b0
commit
550563d561
@ -5,11 +5,13 @@
|
|||||||
<packages type="image" patternType="plusRecommended" profiles="Common">
|
<packages type="image" patternType="plusRecommended" profiles="Common">
|
||||||
<namedCollection name="core"/>
|
<namedCollection name="core"/>
|
||||||
<namedCollection name="standard"/>
|
<namedCollection name="standard"/>
|
||||||
<namedCollection name="hardware-support"/>
|
|
||||||
<package name="NetworkManager-wifi"/>
|
<package name="NetworkManager-wifi"/>
|
||||||
<package name="chrony"/>
|
<package name="chrony"/>
|
||||||
<package name="initial-setup"/>
|
|
||||||
<package name="glibc-all-langpacks"/>
|
<package name="glibc-all-langpacks"/>
|
||||||
|
<package name="shadow-utils"/>
|
||||||
|
|
||||||
|
<ignore name="abrt-cli"/>
|
||||||
<ignore name="dracut-config-rescue"/>
|
<ignore name="dracut-config-rescue"/>
|
||||||
<ignore name="generic-release*"/>
|
<ignore name="generic-release*"/>
|
||||||
<ignore name="generic-logos*"/>
|
<ignore name="generic-logos*"/>
|
||||||
|
14
config.sh
14
config.sh
@ -57,20 +57,6 @@ passwd -l root
|
|||||||
## Enable persistent journal
|
## Enable persistent journal
|
||||||
mkdir -p /var/log/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
|
# Setup default target
|
||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user