Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2014-10-05 20:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
        2014-10-01 07:40:36.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2014-10-05 20:29:16.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Oct  1 16:00:22 CEST 2014 - [email protected]
+
+- get server rescue image working
+- 14.144
+
+-------------------------------------------------------------------

Old:
----
  installation-images-14.143.tar.xz

New:
----
  installation-images-14.144.tar.xz

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

Other differences:
------------------
++++++ installation-images-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.eiXLhY/_old  2014-10-05 20:29:17.000000000 +0200
+++ /var/tmp/diff_new_pack.eiXLhY/_new  2014-10-05 20:29:17.000000000 +0200
@@ -358,10 +358,10 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        14.143
+Version:        14.144
 Release:        0
 Provides:       installation-images = %version-%release
-Source:         installation-images-14.143.tar.xz
+Source:         installation-images-14.144.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++++++ installation-images-14.143.tar.xz -> installation-images-14.144.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.143/VERSION 
new/installation-images-14.144/VERSION
--- old/installation-images-14.143/VERSION      2014-09-29 15:23:01.000000000 
+0200
+++ new/installation-images-14.144/VERSION      2014-10-01 16:00:14.000000000 
+0200
@@ -1 +1 @@
-14.143
+14.144
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.143/changelog 
new/installation-images-14.144/changelog
--- old/installation-images-14.143/changelog    2014-09-29 15:23:43.000000000 
+0200
+++ new/installation-images-14.144/changelog    2014-10-01 16:00:21.000000000 
+0200
@@ -1,3 +1,6 @@
+2014-10-01:    14.144
+       - get server rescue image working
+
 2014-09-29:    14.143
        - start wpa_supplicant for wicked
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.143/data/boot/syslinux-rescue.cfg 
new/installation-images-14.144/data/boot/syslinux-rescue.cfg
--- old/installation-images-14.143/data/boot/syslinux-rescue.cfg        
2014-01-29 15:46:04.000000000 +0100
+++ new/installation-images-14.144/data/boot/syslinux-rescue.cfg        
2014-10-01 13:54:16.000000000 +0200
@@ -3,7 +3,7 @@
 # rescue
 label rescue
   kernel linux
-  append initrd=initrd splash=silent rescue=1 showopts
+  append initrd=initrd splash=silent rescue=1 netsetup=1 showopts
 
 ui             gfxboot bootlogo message
 implicit       1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.143/data/rescue/etc/exports 
new/installation-images-14.144/data/rescue/etc/exports
--- old/installation-images-14.143/data/rescue/etc/exports      1970-01-01 
01:00:00.000000000 +0100
+++ new/installation-images-14.144/data/rescue/etc/exports      2014-10-01 
12:37:19.000000000 +0200
@@ -0,0 +1,7 @@
+# See the exports(5) manpage for a description of the syntax of this file.
+# This file contains a list of all directories that are to be exported to 
+# other computers via NFS (Network File System).
+# This file used by rpc.nfsd and rpc.mountd. See their manpages for details
+# on how make changes in this file effective.
+
+/media/repo    *(ro,insecure,all_squash,crossmnt,no_subtree_check)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.143/data/rescue/etc/motd 
new/installation-images-14.144/data/rescue/etc/motd
--- old/installation-images-14.143/data/rescue/etc/motd 1970-01-01 
01:00:00.000000000 +0100
+++ new/installation-images-14.144/data/rescue/etc/motd 2014-10-01 
13:45:45.000000000 +0200
@@ -0,0 +1,10 @@
+
+To export the installation repository, mount the DVD to /media/repo.
+For example: 'mount /dev/sr0 /media/repo'.
+
+The repository will be accessible via ftp, nfs, and smb/cifs:
+
+install=ftp://<this_host>
+install=nfs://<this_host>/media/repo
+install=smb://<this_host>/repo
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.143/data/rescue/etc/smb.conf 
new/installation-images-14.144/data/rescue/etc/smb.conf
--- old/installation-images-14.143/data/rescue/etc/smb.conf     1970-01-01 
01:00:00.000000000 +0100
+++ new/installation-images-14.144/data/rescue/etc/smb.conf     2014-10-01 
13:14:39.000000000 +0200
@@ -0,0 +1,8 @@
+[repo]
+       comment = repo
+       path = /media/repo
+       writable = no
+       browsable = yes
+       guest ok = yes
+       create mode = 0777
+       directory mode = 0777
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.143/data/rescue/rescue-server.file_list 
new/installation-images-14.144/data/rescue/rescue-server.file_list
--- old/installation-images-14.143/data/rescue/rescue-server.file_list  
2014-08-27 15:35:43.000000000 +0200
+++ new/installation-images-14.144/data/rescue/rescue-server.file_list  
2014-10-01 13:30:21.000000000 +0200
@@ -3,9 +3,38 @@
 # add other packages here
 
 vsftpd:
+  /
+  E prein
+
+ftp:
 nfs-kernel-server:
 samba:
 
+:
+
+# mount point for install repo
+r media/*
+d media/repo
+
 # remove unnecessary files
 r /usr/share/doc /usr/share/info /usr/share/man /var/adm/fillup-templates
 
+# enable services
+s ../vsftpd.service usr/lib/systemd/system/multi-user.target.wants
+s ../smb.service usr/lib/systemd/system/multi-user.target.wants
+s ../nmb.service usr/lib/systemd/system/multi-user.target.wants
+s ../rpcbind.service usr/lib/systemd/system/multi-user.target.wants
+E chkconfig nfsserver on
+
+# add motd
+x /etc/motd /etc/motd
+
+# set ftpd working dir
+R s#:/srv/ftp:#:/media/repo:# etc/passwd
+
+# add samba server config
+A /etc/smb.conf /etc/samba/smb.conf
+
+# add nfs server config
+x /etc/exports /etc/exports
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.143/data/rescue/rescue.file_list 
new/installation-images-14.144/data/rescue/rescue.file_list
--- old/installation-images-14.143/data/rescue/rescue.file_list 2014-09-29 
12:17:12.000000000 +0200
+++ new/installation-images-14.144/data/rescue/rescue.file_list 2014-10-01 
15:58:06.000000000 +0200
@@ -21,7 +21,12 @@
   r /usr/bin/ld
   s ld.bfd /usr/bin/ld
 
-TEMPLATE 
lvm2|device-mapper|rpcbind|rsync|syslog-service|syslogd|util-linux|wicked|dmraid|mdadm|multipath-tools:
+TEMPLATE nfs-client|device-mapper|rpcbind|rsync|syslogd|dmraid|multipath-tools:
+  /
+  E prein
+  E postin
+
+TEMPLATE wicked|lvm2|syslog-service|util-linux|mdadm:
   /
   E postin
 
@@ -123,7 +128,6 @@
 ncurses-utils:
 net-tools:
 netcat-openbsd:
-nfs-client:
 nfsidmap:
 nscd:
 ntfsprogs:
@@ -177,9 +181,12 @@
   openSUSE-release-mini:
 endif
 
-samba-libs: nodeps
-  /usr/lib*/samba/libreplace.so
-  /usr/lib*/samba/libwinbind-client.so
+# we have full samba in rescue-server
+if filelist ne 'rescue-server'
+  samba-libs: nodeps
+    /usr/lib*/samba/libreplace.so
+    /usr/lib*/samba/libwinbind-client.so
+endif
 
 rpm:
   /bin
@@ -301,6 +308,7 @@
 dmraid:
 mdadm:
 multipath-tools:
+nfs-client:
 
 openssh:
   /
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.143/etc/module.config 
new/installation-images-14.144/etc/module.config
--- old/installation-images-14.143/etc/module.config    2014-08-04 
15:30:15.000000000 +0200
+++ new/installation-images-14.144/etc/module.config    2014-10-01 
12:38:03.000000000 +0200
@@ -145,6 +145,7 @@
 rapidio
 ntb
 ntb_netdev
+nfsd
 
 mlx4_en
 inet_lro
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.143/etc/module.list 
new/installation-images-14.144/etc/module.list
--- old/installation-images-14.143/etc/module.list      2014-08-04 
15:29:49.000000000 +0200
+++ new/installation-images-14.144/etc/module.list      2014-10-01 
12:39:40.000000000 +0200
@@ -92,6 +92,7 @@
 kernel/fs/binfmt_misc.ko
 kernel/fs/nfs/
 kernel/fs/nfs_common/
+kernel/fs/nfsd/
 kernel/fs/lockd/
 kernel/fs/mbcache.ko
 kernel/fs/configfs/

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to