Hello community, here is the log from the commit of package mkinitrd for openSUSE:Factory checked in at 2013-08-19 10:51:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mkinitrd (Old) and /work/SRC/openSUSE:Factory/.mkinitrd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mkinitrd" Changes: -------- --- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes 2013-08-04 23:52:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes 2013-08-19 10:51:34.000000000 +0200 @@ -1,0 +2,10 @@ +Thu Aug 8 10:31:25 CEST 2013 - [email protected] + +- Include /etc/e2fsck.conf to get broken_system_clock=1 (bnc#775268) + +------------------------------------------------------------------- +Thu Aug 8 08:30:17 UTC 2013 - [email protected] + +- Include modules.order in the initrd. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkinitrd.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkinitrd-2.7.2/mkinitrd.changes new/mkinitrd-2.7.2/mkinitrd.changes --- old/mkinitrd-2.7.2/mkinitrd.changes 2013-08-04 16:30:17.000000000 +0200 +++ new/mkinitrd-2.7.2/mkinitrd.changes 2013-08-08 10:47:59.000000000 +0200 @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Thu Aug 8 10:21:25 CEST 2013 - [email protected] + +- Include /etc/e2fsck.conf to get broken_system_clock=1 (bnc#775268) + +------------------------------------------------------------------- +Thu Aug 8 08:30:17 UTC 2013 - [email protected] + +- Include modules.order in the initrd. + +------------------------------------------------------------------- Sun Aug 4 16:29:03 CEST 2013 - [email protected] - Print copied firmware files only once diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkinitrd-2.7.2/scripts/setup-modules.sh new/mkinitrd-2.7.2/scripts/setup-modules.sh --- old/mkinitrd-2.7.2/scripts/setup-modules.sh 2013-08-04 16:30:17.000000000 +0200 +++ new/mkinitrd-2.7.2/scripts/setup-modules.sh 2013-08-08 10:47:59.000000000 +0200 @@ -366,9 +366,11 @@ if [ "$resolved_modules" ] ; then [ ! -d $tmp_mnt/lib/modules/$kernel_version ] && oops 10 "No modules have been installed" - if test -e "/lib/modules/$kernel_version/modules.builtin"; then - cp "$_" "$tmp_mnt/lib/modules/$kernel_version/" - fi + for f in "/lib/modules/$kernel_version/"modules.{builtin,order}; do + if test -e "$f"; then + cp "$f" "$tmp_mnt/lib/modules/$kernel_version/" + fi + done depmod -b $tmp_mnt -e -F $map $kernel_version fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkinitrd-2.7.2/scripts/setup-mount.sh new/mkinitrd-2.7.2/scripts/setup-mount.sh --- old/mkinitrd-2.7.2/scripts/setup-mount.sh 2013-08-04 16:30:17.000000000 +0200 +++ new/mkinitrd-2.7.2/scripts/setup-mount.sh 2013-08-08 10:47:59.000000000 +0200 @@ -27,6 +27,10 @@ break fi done +if test -e /etc/e2fsck.conf +then + cp -aL "$_" "$tmp_mnt$_" +fi save_var rootdev save_var rootfsck -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
