Mailinglist Archive: opensuse-commit (1124 mails)

< Previous Next >
commit installation-images
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 18 Apr 2007 18:20:22 +0200
  • Message-id: <20070418162023.3A5D667817E@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package installation-images
checked in at Wed Apr 18 18:20:22 CEST 2007.

--------
--- installation-images/installation-images.changes     2007-04-18 12:18:39.000000000 +0200
+++ /mounts/work_src_done/STABLE/installation-images/installation-images.changes        2007-04-18 16:30:10.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Apr 18 16:30:06 CEST 2007 - snwint@xxxxxxx
+
+- add PS3 network and storage driver
+- added s390 udev rules
+- nsswitch.conf was missing in rescue system
+- more ssh config fixes
+- /root in rescue is now writable
+
+-------------------------------------------------------------------

Old:
----
  installation-images-9.64.tar.bz2

New:
----
  installation-images-9.65.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.P14725/_old  2007-04-18 18:20:10.000000000 +0200
+++ /var/tmp/diff_new_pack.P14725/_new  2007-04-18 18:20:10.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package installation-images (Version 9.64)
+# spec file for package installation-images (Version 9.65)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -66,9 +66,9 @@
 Obsoletes:      y2image
 Autoreqprov:    off
 Summary:        Installation Image Files
-Version:        9.64
+Version:        9.65
 Release:        1
-Source:         installation-images-9.64.tar.bz2
+Source:         installation-images-9.65.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 
@@ -324,6 +324,12 @@
 
 %changelog
 * Wed Apr 18 2007 - snwint@xxxxxxx
+- add PS3 network and storage driver
+- added s390 udev rules
+- nsswitch.conf was missing in rescue system
+- more ssh config fixes
+- /root in rescue is now writable
+* Wed Apr 18 2007 - snwint@xxxxxxx
 - reworked ssh/sshd config
 * Tue Apr 17 2007 - schwab@xxxxxxx
 - libcurl moved to libcurl4.


++++++ installation-images-9.64.tar.bz2 -> installation-images-9.65.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-9.64/Changelog new/installation-images-9.65/Changelog
--- old/installation-images-9.64/Changelog      2007-04-18 12:16:47.000000000 +0200
+++ new/installation-images-9.65/Changelog      2007-04-18 16:29:37.000000000 +0200
@@ -1,3 +1,10 @@
+18/4/2007:     v9.65
+       - add PS3 network and storage driver
+       - added s390 udev rules
+       - nsswitch.conf was missing in rescue system
+       - more ssh config fixes
+       - /root in rescue is now writable
+
 18/4/2007:     v9.64
        - reworked ssh/sshd config
        - libcurl4 needed
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-9.64/data/initrd/initrd_base.file_list new/installation-images-9.65/data/initrd/initrd_base.file_list
--- old/installation-images-9.64/data/initrd/initrd_base.file_list      2007-04-17 16:15:30.000000000 +0200
+++ new/installation-images-9.65/data/initrd/initrd_base.file_list      2007-04-18 16:25:58.000000000 +0200
@@ -47,6 +47,7 @@
   e save_cfg etc/passwd etc/shadow etc/group
   e prein
   e restore_cfg etc/passwd etc/shadow etc/group
+  d etc/ssh
 
 glibc:
   /etc/nsswitch.conf
@@ -237,6 +238,7 @@
 if arch eq 's390' || arch eq 's390x'
     s390-tools:
       /sbin/zfcp_*_configure
+      /etc/udev
 endif
 
 sed:
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-9.64/data/rescue/rescue.file_list new/installation-images-9.65/data/rescue/rescue.file_list
--- old/installation-images-9.64/data/rescue/rescue.file_list   2007-04-18 11:19:32.000000000 +0200
+++ new/installation-images-9.65/data/rescue/rescue.file_list   2007-04-18 16:13:13.000000000 +0200
@@ -131,6 +131,7 @@
 
 glibc:
   /etc/ld.so.conf
+  /etc/nsswitch.conf
   /{lib*,sbin}
 r /lib/libdb.so.*
 r /lib/lib{BrokenLocale.so.1,NoVersion.so.1,SegFault.so}
@@ -647,7 +648,7 @@
   d /etc/sysconfig
   t /etc/sysconfig/ssh
   /usr/bin
-  /usr/sbin/sshd
+  /usr/sbin
   /usr/lib*
   /var/lib
   e save_cfg etc/passwd etc/shadow etc/group
@@ -721,6 +722,9 @@
 # enable sysrq
 e perl -pi -e '\''s/^(ENABLE_SYSRQ=).*/$1"yes"/'\'' etc/sysconfig/sysctl
 
+# make /root rw
+e echo -e "cp -a /root /tmp\nmount --bind /tmp/root /root" >>etc/init.d/boot.local
+
 # now run SuSEconfig
 E echo "/dev/root / ext2 defaults 0 0" >/etc/fstab
 E echo "proc /proc proc defaults 0 0" >>/etc/fstab
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-9.64/data/root/etc/inst_setup_ssh new/installation-images-9.65/data/root/etc/inst_setup_ssh
--- old/installation-images-9.64/data/root/etc/inst_setup_ssh   2007-04-17 16:18:35.000000000 +0200
+++ new/installation-images-9.65/data/root/etc/inst_setup_ssh   2007-04-18 15:58:24.000000000 +0200
@@ -34,7 +34,7 @@
 cp -a --remove-destination $INSTSYS/root/.bash_login /root
 cp -a --remove-destination $INSTSYS/root/.bash_history /root
 cp -a --remove-destination $INSTSYS/root/.vimrc /root
-cp -a --remove-destination $INSTSYS/etc/ssh/{moduli,primes,ssh*config*} /etc/ssh
+cp -a --remove-destination $INSTSYS/etc/ssh/{moduli,ssh*config*} /etc/ssh
 #
 if test ! -z "$nameserver" ; then
         echo "nameserver $nameserver" >> /etc/resolv.conf
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-9.64/data/root/root.file_list new/installation-images-9.65/data/root/root.file_list
--- old/installation-images-9.64/data/root/root.file_list       2007-04-18 12:15:37.000000000 +0200
+++ new/installation-images-9.65/data/root/root.file_list       2007-04-18 15:59:05.000000000 +0200
@@ -560,8 +560,11 @@
 openssh: prein
   /etc/ssh
   /etc/pam.d/sshd
+  /etc/init.d/sshd
+  d /etc/sysconfig
+  t /etc/sysconfig/ssh
   /usr/bin
-  /usr/sbin/sshd
+  /usr/sbin
   /usr/lib*
   e prein
 
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-9.64/etc/module.config new/installation-images-9.65/etc/module.config
--- old/installation-images-9.64/etc/module.config      2007-04-16 16:52:25.000000000 +0200
+++ new/installation-images-9.65/etc/module.config      2007-04-18 14:41:17.000000000 +0200
@@ -683,6 +683,7 @@
 via-rhine,"VIA VT86c100A Rhine-II"
 ;
 iseries_veth,"iSeries virtual ethernet"
+gelic_net,"PS3 gelic ethernet"
 ; ide
 generic,"Generic PCI IDE",,,,1
 pdc202xx_new,"Promise PDC20268+ IDE",,,,1
@@ -725,6 +726,8 @@
 viodasd,"legacy iSeries vio dasd",,,,1
 viocd,"legacy iSeries vio cd",,,,1
 icom,"icom serial driver"
+;
+ps3_storage,"PS3 storage",,,,1
 ; generic
 st,"SCSI Tape Driver"
 sd_mod,"SCSI Disk Driver",-
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/installation-images-9.64/VERSION new/installation-images-9.65/VERSION
--- old/installation-images-9.64/VERSION        2007-04-18 12:14:46.000000000 +0200
+++ new/installation-images-9.65/VERSION        2007-04-18 14:41:27.000000000 +0200
@@ -1 +1 @@
-9.64
+9.65



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >