diff --git a/JeOS.kiwi b/JeOS.kiwi index 579f833..309b2fc 100644 --- a/JeOS.kiwi +++ b/JeOS.kiwi @@ -248,6 +248,8 @@ + + diff --git a/config.sh b/config.sh index 5ec449b..53fb253 100644 --- a/config.sh +++ b/config.sh @@ -98,7 +98,8 @@ if [ "${kiwi_btrfs_root_is_snapshot-false}" = 'true' ]; then # we can't call snapper here as the .snapshots subvolume # already exists and snapper create-config doesn't like # that. - cp /etc/snapper/config-templates/default /etc/snapper/configs/root + cp /etc/snapper/config-templates/default /etc/snapper/configs/root \ + || cp /usr/share/snapper/config-templates/default /etc/snapper/configs/root # Change configuration to match SLES12-SP1 values sed -i -e '/^TIMELINE_CREATE=/s/yes/no/' /etc/snapper/configs/root sed -i -e '/^NUMBER_LIMIT=/s/50/10/' /etc/snapper/configs/root diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes index f7ac81f..48ae612 100644 --- a/kiwi-templates-JeOS.changes +++ b/kiwi-templates-JeOS.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 16 13:07:23 UTC 2021 - Fabian Vogt + +- Install AppArmor pattern and audit + +------------------------------------------------------------------- +Fri Nov 12 08:29:40 UTC 2021 - Fabian Vogt + +- Support new location of the snapper config templates + ------------------------------------------------------------------- Mon Oct 18 11:20:51 UTC 2021 - Fabian Vogt