- Delete /etc/machine-id, necessary for ConditionFirstBoot
- Add rw to the default boot options to fix /etc/machine-id setup (bsc#1194484, see also gh#OSInside/kiwi#1650) - Install AppArmor pattern and audit (jsc#SLE-22705) OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=67
This commit is contained in:
parent
f70c2c4277
commit
33954f9c22
14
JeOS.kiwi
14
JeOS.kiwi
@ -29,7 +29,7 @@
|
||||
bootloader="grub2"
|
||||
firmware="uefi"
|
||||
efipartsize="33"
|
||||
kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200 console=tty0"
|
||||
kernelcmdline="rw quiet systemd.show_status=1 console=ttyS0,115200 console=tty0"
|
||||
bootpartition="false"
|
||||
bootkernel="custom"
|
||||
devicepersistency="by-uuid"
|
||||
@ -62,7 +62,7 @@
|
||||
bootloader="grub2"
|
||||
firmware="uefi"
|
||||
efipartsize="33"
|
||||
kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200 console=tty0"
|
||||
kernelcmdline="rw quiet systemd.show_status=1 console=ttyS0,115200 console=tty0"
|
||||
bootpartition="false"
|
||||
bootkernel="custom"
|
||||
devicepersistency="by-uuid"
|
||||
@ -94,7 +94,7 @@
|
||||
bootloader="grub2"
|
||||
firmware="uefi"
|
||||
efipartsize="33"
|
||||
kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200 console=tty0"
|
||||
kernelcmdline="rw quiet systemd.show_status=1 console=ttyS0,115200 console=tty0"
|
||||
bootpartition="false"
|
||||
bootkernel="custom"
|
||||
devicepersistency="by-uuid"
|
||||
@ -129,7 +129,7 @@
|
||||
bootloader="grub2"
|
||||
firmware="uefi"
|
||||
efipartsize="33"
|
||||
kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200 console=tty0 net.ifnames=0"
|
||||
kernelcmdline="rw quiet systemd.show_status=1 console=ttyS0,115200 console=tty0 net.ifnames=0"
|
||||
bootpartition="false"
|
||||
bootkernel="custom"
|
||||
devicepersistency="by-uuid"
|
||||
@ -151,7 +151,7 @@
|
||||
bootloader="grub2"
|
||||
firmware="uefi"
|
||||
efipartsize="33"
|
||||
kernelcmdline="quiet systemd.show_status=1 rootdelay=300 console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
|
||||
kernelcmdline="rw quiet systemd.show_status=1 rootdelay=300 console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
|
||||
bootpartition="false"
|
||||
bootkernel="custom"
|
||||
devicepersistency="by-uuid"
|
||||
@ -185,7 +185,7 @@
|
||||
bootloader="grub2"
|
||||
firmware="uefi"
|
||||
efipartsize="33"
|
||||
kernelcmdline="quiet systemd.show_status=1 rootdelay=300 console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
|
||||
kernelcmdline="rw quiet systemd.show_status=1 rootdelay=300 console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
|
||||
bootpartition="false"
|
||||
bootkernel="custom"
|
||||
devicepersistency="by-uuid"
|
||||
@ -218,7 +218,7 @@
|
||||
fsmountoptions="noatime,compress=lzo"
|
||||
bootloader="grub2"
|
||||
firmware="efi"
|
||||
kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200 console=tty"
|
||||
kernelcmdline="rw quiet systemd.show_status=1 console=ttyS0,115200 console=tty"
|
||||
bootpartition="false"
|
||||
devicepersistency="by-uuid"
|
||||
btrfs_quota_groups="true"
|
||||
|
@ -42,7 +42,8 @@ echo FONT="eurlatgr.psfu" >> /etc/vconsole.conf
|
||||
# prepare for setting root pw, timezone
|
||||
#--------------------------------------
|
||||
echo "** reset machine settings"
|
||||
rm -f /var/lib/zypp/AnonymousUniqueId \
|
||||
rm -f /etc/machine-id \
|
||||
/var/lib/zypp/AnonymousUniqueId \
|
||||
/var/lib/systemd/random-seed
|
||||
|
||||
#======================================
|
||||
|
@ -1,7 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 15:23:14 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Delete /etc/machine-id, necessary for ConditionFirstBoot
|
||||
- Add rw to the default boot options to fix /etc/machine-id setup
|
||||
(bsc#1194484, see also gh#OSInside/kiwi#1650)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 16 13:07:23 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Install AppArmor pattern and audit
|
||||
- Install AppArmor pattern and audit (jsc#SLE-22705)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 12 08:29:40 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kiwi-templates-JeOS
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
x
Reference in New Issue
Block a user