kernel should not be there for pi
This commit is contained in:
parent
c48f59d1dc
commit
7fdcd6dfec
@ -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">
|
<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" />
|
<user name="root" groups="root" password="linux" home="/root" pwdformat="plain" />
|
||||||
</users>
|
</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>
|
</image>
|
||||||
|
@ -7,9 +7,6 @@
|
|||||||
<requires profile="Core-Pi"/>
|
<requires profile="Core-Pi"/>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
<users>
|
|
||||||
<user password="$6$ggstAnji$tPNhSHa/OG4UrJ0P77ZHlCunu.pueMXtXgAER51mTJ7bpXl/onDplJXd0usMSlFP4gOn/A7BM7cGoVw/WcCKS." home="/home/rocky" name="rocky" groups="rocky,wheel"/>
|
|
||||||
</users>
|
|
||||||
<!-- RPI -->
|
<!-- RPI -->
|
||||||
<preferences profiles="SBC-RaspberryPi" arch="aarch64">
|
<preferences profiles="SBC-RaspberryPi" arch="aarch64">
|
||||||
<type image="oem" format="raw"
|
<type image="oem" format="raw"
|
||||||
@ -29,6 +26,8 @@
|
|||||||
</preferences>
|
</preferences>
|
||||||
<packages type="image" patternType="plusRecommended" profiles="Core-Pi">
|
<packages type="image" patternType="plusRecommended" profiles="Core-Pi">
|
||||||
<namedCollection name="core"/>
|
<namedCollection name="core"/>
|
||||||
|
<ignore name="kernel"/>
|
||||||
|
<ignore name="kernel-core"/>
|
||||||
<package name="rocky-release"/>
|
<package name="rocky-release"/>
|
||||||
<package name="rocky-release-altarch"/>
|
<package name="rocky-release-altarch"/>
|
||||||
<package name="bash-completion"/>
|
<package name="bash-completion"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user