Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSE-MicroOS for openSUSE:Factory checked in at 2021-05-18 18:27:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old) and /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-MicroOS" Tue May 18 18:27:17 2021 rev:43 rq:894060 version:16.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes 2021-04-21 21:01:17.886380777 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.2988/openSUSE-MicroOS.changes 2021-05-18 18:27:47.634610966 +0200 @@ -1,0 +2,6 @@ +Mon May 17 12:28:34 UTC 2021 - Fabian Vogt <fv...@suse.com> + +- Fix match of Pine64 in config.sh +- Set the libcontainers storage driver to btrfs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.ieEIO6/_old 2021-05-18 18:27:48.230608383 +0200 +++ /var/tmp/diff_new_pack.ieEIO6/_new 2021-05-18 18:27:48.234608366 +0200 @@ -131,6 +131,12 @@ install_items+=" /usr/lib/systemd/systemd-growfs " EOF +# Use the btrfs storage driver. This is usually detected in %post, but with kiwi +# that happens outside of the final FS. +if [ -e /etc/containers/storage.conf ]; then + sed -i 's/driver = "overlay"/driver = "btrfs"/g' /etc/containers/storage.conf +fi + #====================================== # Disable recommends on virtual images (keep hardware supplements, see bsc#1089498) #-------------------------------------- @@ -154,7 +160,7 @@ #====================================== # Configure Pine64 specifics #-------------------------------------- -if [[ "$kiwi_profiles" == *"Pine64" ]]; then +if [[ "$kiwi_profiles" == *"Pine64"* ]]; then echo 'add_drivers+=" fixed sunxi-mmc axp20x-regulator axp20x-rsb "' > /etc/dracut.conf.d/sunxi_modules.conf fi