kernel should not be there for pi

This commit is contained in:
Louis Abel 2024-05-03 16:06:03 -07:00
parent c48f59d1dc
commit 7fdcd6dfec
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 6 additions and 3 deletions

View File

@ -2,4 +2,8 @@
<users profiles="Cloud-Azure-Base,Cloud-Azure-LVM,Cloud-EC2-Base,Cloud-EC2-LVM,Cloud-GenericCloud-Base,Cloud-GenericCloud-LVM,Cloud-OCP-Base,Live-Base">
<user name="root" groups="root" password="linux" home="/root" pwdformat="plain" />
</users>
<!-- Only for SBC -->
<users profiles="Core-Pi">
<user password="$6$ggstAnji$tPNhSHa/OG4UrJ0P77ZHlCunu.pueMXtXgAER51mTJ7bpXl/onDplJXd0usMSlFP4gOn/A7BM7cGoVw/WcCKS." home="/home/rocky" name="rocky" groups="rocky,wheel"/>
</users>
</image>

View File

@ -7,9 +7,6 @@
<requires profile="Core-Pi"/>
</profile>
</profiles>
<users>
<user password="$6$ggstAnji$tPNhSHa/OG4UrJ0P77ZHlCunu.pueMXtXgAER51mTJ7bpXl/onDplJXd0usMSlFP4gOn/A7BM7cGoVw/WcCKS." home="/home/rocky" name="rocky" groups="rocky,wheel"/>
</users>
<!-- RPI -->
<preferences profiles="SBC-RaspberryPi" arch="aarch64">
<type image="oem" format="raw"
@ -29,6 +26,8 @@
</preferences>
<packages type="image" patternType="plusRecommended" profiles="Core-Pi">
<namedCollection name="core"/>
<ignore name="kernel"/>
<ignore name="kernel-core"/>
<package name="rocky-release"/>
<package name="rocky-release-altarch"/>
<package name="bash-completion"/>