Hello community,
here is the log from the commit of package installation-images for
openSUSE:13.1 checked in at 2013-10-25 13:02:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/installation-images (Old)
and /work/SRC/openSUSE:13.1/.installation-images.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Changes:
--------
--- /work/SRC/openSUSE:13.1/installation-images/installation-images.changes
2013-10-07 09:14:17.000000000 +0200
+++
/work/SRC/openSUSE:13.1/.installation-images.new/installation-images.changes
2013-10-25 13:02:56.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Oct 24 15:53:28 CEST 2013 - [email protected]
+
+- Don't compress install kernel on powerpc
+
+-------------------------------------------------------------------
+Thu Oct 24 15:24:44 CEST 2013 - [email protected]
+
+- Fix nfs, mount rpc_pipefs and start rpc.idmapd (bnc#846193)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images-14.17.diff ++++++
--- /var/tmp/diff_new_pack.XbyAjt/_old 2013-10-25 13:02:56.000000000 +0200
+++ /var/tmp/diff_new_pack.XbyAjt/_new 2013-10-25 13:02:56.000000000 +0200
@@ -10,3 +10,50 @@
kernel/drivers/hid/.*
kernel/drivers/net/usb/.*
+diff --git a/data/initrd/etc/myudevstart b/data/initrd/etc/myudevstart
+index 62c8a63..98eb195 100755
+--- a/data/initrd/etc/myudevstart
++++ b/data/initrd/etc/myudevstart
+@@ -28,3 +28,7 @@ mkdir /dev/.udev/queue
+ # 10 min - just long enough
+ /usr/bin/udevadm settle --timeout=100
+
++echo "Mounting rpc_pipefs on /var/lib/nfs/rpc_pipefs"
++mount -t rpc_pipefs rpc_pipefs /var/lib/nfs/rpc_pipefs
++echo "Starting /usr/sbin/rpc.idmapd"
++/usr/sbin/rpc.idmapd < /dev/null
+diff --git a/data/initrd/initrd.file_list b/data/initrd/initrd.file_list
+index 8d27684..d1c413e 100644
+--- a/data/initrd/initrd.file_list
++++ b/data/initrd/initrd.file_list
+@@ -239,8 +239,12 @@ nfs-client:
+ /sbin/mount.nfs4
+ /sbin/umount.nfs
+ /sbin/umount.nfs4
++ /etc/idmapd.conf
++ /usr/sbin/rpc.idmapd
+ /var/lib/nfs
+
++nfsidmap:
++
+ gpg2:
+ /usr/bin/gpg{,2}
+ d root/.gnupg
+diff --git a/bin/mk_ppc_installation-images_bootbinaries.sh
b/bin/mk_ppc_installation-images_bootbinaries.sh
+index 7133a5d..d4ebf09 100755
+--- a/bin/mk_ppc_installation-images_bootbinaries.sh
++++ b/bin/mk_ppc_installation-images_bootbinaries.sh
+@@ -43,11 +43,11 @@ if test "$do_32" = "true" ; then
+ #cp -pfv /usr/share/ps3/otheros.bld $CD1/PS3/otheros
+ #
+ cp -pfv $bdir/initrd $CD1/suseboot/initrd32
+-gzip -fcv9 /boot/vmlinux-*-default > $CD1/suseboot/linux32.gz
++cp -pfv /boot/vmlinux-*-default $CD1/suseboot/linux32
+ fi
+ if test "$do_64" = "true" ; then
+ cp -pfv $bdir/initrd-default $CD1/suseboot/initrd64
+-gzip -fcv9 /boot/vmlinux-*-default > $CD1/suseboot/linux64.gz
++cp -pfv /boot/vmlinux-*-default $CD1/suseboot/linux64
+ fi
+
+ #deprecate inst{32,64}. We use yaboot anyway, it doens't make sense
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]