Hello community,
here is the log from the commit of package kiwi-config-openSUSE for
openSUSE:Factory checked in at 2016-02-22 08:57:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-config-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-config-openSUSE"
Changes:
--------
---
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2015-12-23 08:50:39.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
2016-02-22 08:57:54.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb 4 05:15:31 UTC 2016 - [email protected]
+
+- Use ext4 for hybridpersistent_filesystem, boo #950999
+- disable journaling in live mode, fixes boo #950999
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kiwi-config-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.CYAELz/_old 2016-02-22 08:57:55.000000000 +0100
+++ /var/tmp/diff_new_pack.CYAELz/_new 2016-02-22 08:57:55.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kiwi-config-openSUSE
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.CYAELz/_old 2016-02-22 08:57:55.000000000 +0100
+++ /var/tmp/diff_new_pack.CYAELz/_new 2016-02-22 08:57:55.000000000 +0100
@@ -109,3 +109,7 @@
# bug 891183 yast2 live-installer --gtk segfaults
baseUpdateSysConfig /etc/sysconfig/yast2 WANTED_GUI qt
+
+#Disable journal write to disk in live mode, bug 950999
+echo "Storage=volatile" >> /etc/systemd/journald.conf
+
++++++ config.xml.in ++++++
--- /var/tmp/diff_new_pack.CYAELz/_old 2016-02-22 08:57:55.000000000 +0100
+++ /var/tmp/diff_new_pack.CYAELz/_new 2016-02-22 08:57:55.000000000 +0100
@@ -6,7 +6,7 @@
<specification>openSUSE @VERSION@ Live system</specification>
</description>
<preferences>
- <type primary="true" boot="isoboot/suse-@VERSION@" bootprofile="default"
bootkernel="@BOOTKERNEL@" kernelcmdline="splash=silent quiet" filesystem="ext4"
flags="overlay" hybrid="true" hybridpersistent="true" image="iso"
editbootconfig="isopatch.sh" firmware="uefi" volid="@VOLID@"/>
+ <type primary="true" boot="isoboot/suse-@VERSION@" bootprofile="default"
bootkernel="@BOOTKERNEL@" kernelcmdline="splash=silent quiet" filesystem="ext4"
flags="overlay" hybrid="true" hybridpersistent="true"
hybridpersistent_filesystem="ext4" image="iso" editbootconfig="isopatch.sh"
firmware="uefi" volid="@VOLID@"/>
<version>2.8.0</version>
<bootloader-theme>openSUSE</bootloader-theme>
<bootsplash-theme>openSUSE</bootsplash-theme>
++++++ correct_live_for_reboot ++++++
--- /var/tmp/diff_new_pack.CYAELz/_old 2016-02-22 08:57:55.000000000 +0100
+++ /var/tmp/diff_new_pack.CYAELz/_new 2016-02-22 08:57:55.000000000 +0100
@@ -25,3 +25,5 @@
rm -rf /home/linux/.local/share/akonadi
mv /home/linux /home/linux~
+#undo journald.conf changes, bug 950999
+sed -i -e s@Storage=volatile@@ /etc/systemd/journald.conf