Hello community,
here is the log from the commit of package installation-images-openSUSE for
openSUSE:Factory checked in at 2014-03-21 12:14:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-06 19:29:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
2014-03-21 12:14:41.000000000 +0100
@@ -1,0 +2,71 @@
+Thu Mar 20 14:05:59 CET 2014 - [email protected]
+
+- move 'hostname' into initrd
+- make 'boot installed system' work from usb disk (bnc #807157)
+- add and start haveged (bnc #869158)
+
+-------------------------------------------------------------------
+Wed Mar 19 14:34:14 CET 2014 - [email protected]
+
+- move /run dir completely to initrd (bnc #869122)
+
+-------------------------------------------------------------------
+Wed Mar 19 10:27:11 CET 2014 - [email protected]
+
+- open-fcoe are now fcoe-utils
+- take care of service types
+- add script to start systemd services (without systemd)
+
+-------------------------------------------------------------------
+Tue Mar 18 09:05:29 CET 2014 - [email protected]
+
+- adapt to fixed yast2-theme
+
+-------------------------------------------------------------------
+Tue Mar 18 08:17:14 CET 2014 - [email protected]
+
+- s390: revert parmfile change (bnc #867811)
+
+-------------------------------------------------------------------
+Mon Mar 17 16:43:47 CET 2014 - [email protected]
+
+- added kdump package (fate #315241)
+
+-------------------------------------------------------------------
+Fri Mar 14 15:44:01 CET 2014 - [email protected]
+
+- remove system wide bash startup scripts (bnc #867577)
+- prepare for a separate SLED theme but for now just drop 'Server' (bnc
#867976)
+
+-------------------------------------------------------------------
+Fri Mar 14 13:24:12 CET 2014 - [email protected]
+
+- fix ppc grub2 branding
+
+-------------------------------------------------------------------
+Wed Mar 12 16:45:13 CET 2014 - [email protected]
+
+- startshell=1 now starts login shell, so .profile is actually read
+
+-------------------------------------------------------------------
+Wed Mar 12 12:51:39 CET 2014 - [email protected]
+
+- changed login message to refer to setup_ssh (bnc #866383)
+- added help text to setup_ssh
+- removed some unused files
+- added basic .bashrc with some aliases
+- ensure passwd/shadow/group are only in initrd
+
+-------------------------------------------------------------------
+Mon Mar 10 14:29:42 CET 2014 - [email protected]
+
+- go for release-mini instead of -dvd
+
+-------------------------------------------------------------------
+Mon Mar 10 14:06:28 CET 2014 - [email protected]
+
+- load autoyast.xml and driver updates from OEMDRV partition (fate #316530)
+- Put grub2 on ppc media
+- add all of Xvnc package (bnc 867273)
+
+-------------------------------------------------------------------
Old:
----
installation-images-14.55.tar.bz2
New:
----
_constraints
installation-images-14.67.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.Qv2FgG/_old 2014-03-21 12:14:43.000000000 +0100
+++ /var/tmp/diff_new_pack.Qv2FgG/_new 2014-03-21 12:14:43.000000000 +0100
@@ -40,11 +40,12 @@
%if %theme == SLES
BuildRequires: sles-release
-BuildRequires: sles-release-DVD
+BuildRequires: sles-release-MINI
%else
BuildRequires: openSUSE-release
-BuildRequires: openSUSE-release-dvd
+BuildRequires: openSUSE-release-mini
%endif
+BuildRequires: kdump
BuildRequires: Mesa
BuildRequires: Mesa-libEGL1
BuildRequires: aaa_base
@@ -251,6 +252,7 @@
BuildRequires: ftp
BuildRequires: ipw-firmware
BuildRequires: tftp
+BuildRequires: hyper-v
%if %{with xen}
BuildRequires: kernel-xen
BuildRequires: xen-kmp-default
@@ -290,6 +292,7 @@
%ifarch ppc ppc64 ppc64le
BuildRequires: lilo
BuildRequires: powerpc-utils
+BuildRequires: grub2-powerpc-ieee1275
%endif
%ifarch %ix86 x86_64
BuildRequires: acpica
@@ -351,10 +354,10 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 14.55
+Version: 14.67
Release: 0
Provides: installation-images = %version-%release
-Source: installation-images-14.55.tar.bz2
+Source: installation-images-14.67.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _binary_payload w.ufdio
++++++ _constraints ++++++
<constraints>
<hardware>
<disk>
<size unit="G">7</size>
</disk>
</hardware>
</constraints>
++++++ installation-images-14.55.tar.bz2 -> installation-images-14.67.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/Makefile
new/installation-images-14.67/Makefile
--- old/installation-images-14.55/Makefile 2014-02-27 15:14:50.000000000
+0100
+++ new/installation-images-14.67/Makefile 2014-03-14 13:22:34.000000000
+0100
@@ -39,7 +39,7 @@
endif
ifneq ($(filter ppc ppc64 ppc64le, $(ARCH)),)
-ALL_TARGETS := initrd-themes initrd initrd+modules+gefrickel
$(COMMON_TARGETS)
+ALL_TARGETS := initrd-themes initrd initrd+modules+gefrickel
boot-grub2-powerpc $(COMMON_TARGETS)
INSTSYS_PARTS := $(COMMON_INSTSYS_PARTS)
BOOT_PARTS :=
endif
@@ -157,9 +157,9 @@
done
boot-grub2-powerpc: base
- for arch in ppc ppc64 ppc64le ; do \
- mkdir -p {tmp,images}/$$theme/boot/$$arch ; \
- image=$$theme/boot/$$arch/grub2-ieee1275 src=boot
filelist=grub2-powerpc fs=dir bin/mk_image ; \
+ for theme in $(THEMES) ; do \
+ mkdir -p images/$$theme/boot/$(ARCH) ; \
+ theme=$$theme tmpdir=boot-grub2-ieee1275-$(ARCH)-$$theme nostrip=1
image=$$theme/grub2-ieee1275 src=boot filelist=grub2-powerpc fs=dir
bin/mk_image ; \
done
boot: base
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/VERSION
new/installation-images-14.67/VERSION
--- old/installation-images-14.55/VERSION 2014-03-06 16:22:11.000000000
+0100
+++ new/installation-images-14.67/VERSION 2014-03-20 14:05:50.000000000
+0100
@@ -1 +1 @@
-14.55
+14.67
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.55/bin/mk_ppc_installation-images_bootbinaries.sh
new/installation-images-14.67/bin/mk_ppc_installation-images_bootbinaries.sh
---
old/installation-images-14.55/bin/mk_ppc_installation-images_bootbinaries.sh
2014-02-17 13:24:04.000000000 +0100
+++
new/installation-images-14.67/bin/mk_ppc_installation-images_bootbinaries.sh
2014-03-10 13:34:28.000000000 +0100
@@ -33,24 +33,18 @@
CD1=$targetdir/CD1
#
mkdir -pv $CD1/ppc
+mkdir -pv $CD1/boot/$ARCH/grub2-ieee1275
+cp -apfv $bdir/grub2-ieee1275/grub2-ieee1275 $CD1/boot/$ARCH
# to trigger the HFS part, avoid 8.3 filenames and allow OF booting
-mkdir -pv $CD1/suseboot
-if [ -f /lib/lilo/chrp/yaboot ] ; then
-cp -pfv /lib/lilo/chrp/yaboot $CD1/suseboot/yaboot
-fi
-cp -pfv /lib/lilo/chrp/yaboot.chrp $CD1/suseboot/yaboot.ibm
-if test "$do_32" = "true" ; then
-# provide PS3 bootloader only on openSuSE
-#mkdir -pv $CD1/PS3/otheros
-#cp -pfv /usr/share/ps3/otheros.bld $CD1/PS3/otheros
-#
-cp -pfv $bdir/initrd $CD1/suseboot/initrd32
-cp -pfv /boot/vmlinux-*-default $CD1/suseboot/linux32
-fi
-if test "$do_64" = "true" ; then
-cp -pfv $bdir/initrd-default $CD1/suseboot/initrd64
-cp -pfv /boot/vmlinux-*-default $CD1/suseboot/linux64
-fi
+#mkdir -pv $CD1/suseboot
+#if [ -f /lib/lilo/chrp/yaboot ] ; then
+#cp -pfv /lib/lilo/chrp/yaboot $CD1/suseboot/yaboot
+#fi
+#cp -pfv /lib/lilo/chrp/yaboot.chrp $CD1/suseboot/yaboot.ibm
+
+#copy initrd and kernel
+cp -pfv $bdir/initrd $CD1/boot/$ARCH/initrd
+cp -pfv /boot/vmlinux-*-default $CD1/boot/$ARCH/linux
#grub-mkimage -O powerpc-ieee1275 -d /usr/lib/grub/powerpc-ieee1275 -p
'()/boot/$ARCH/powerpc-ieee1275' \
# -o $CD1/boot/$ARCH/powerpc-ieee1275/grub2.core
@@ -119,23 +113,23 @@
<chrp-boot>
<description>${we_dont_smoke_that_stuff}</description>
<os-name>${we_dont_smoke_that_stuff}</os-name>
-<boot-script>boot &device;:1,\\suseboot\\yaboot.ibm</boot-script>
+<boot-script>boot
&device;:1,\\boot\\$ARCH\\grub2-ieee1275\\core.elf</boot-script>
</chrp-boot>
EOF
cat $CD1/ppc/bootinfo.txt
-cat > $CD1/suseboot/yaboot.txt <<EOF
-
- Welcome to ${we_dont_smoke_that_stuff}!
-
- Type "install" to start the YaST installer on this CD/DVD
- Type "slp" to start the YaST install via network
- Type "rescue" to start the rescue system on this CD/DVD
-
-
-EOF
-cat $CD1/suseboot/yaboot.txt
+#cat > $CD1/suseboot/yaboot.txt <<EOF
+#
+# Welcome to ${we_dont_smoke_that_stuff}!
+#
+# Type "install" to start the YaST installer on this CD/DVD
+# Type "slp" to start the YaST install via network
+# Type "rescue" to start the rescue system on this CD/DVD
+#
+#
+#EOF
+#cat $CD1/suseboot/yaboot.txt
if test "$do_32" = "true" ; then
do_bits="$do_bits 32"
@@ -144,32 +138,32 @@
do_bits="$do_bits 64"
fi
-cat > $CD1/suseboot/yaboot.cnf <<EOF
-message=yaboot.txt
-EOF
-for i in $do_bits
-do
-cat >> $CD1/suseboot/yaboot.cnf <<EOF
-
-image[${i}bit]=linux${i}
- initrd=initrd${i}
- label=install
- append="quiet sysrq=1 insmod=sym53c8xx insmod=ipr "
-image[${i}bit]=linux${i}
- initrd=initrd${i}
- label=slp
- append="quiet sysrq=1 install=slp "
-image[${i}bit]=linux${i}
- initrd=initrd${i}
- label=rescue
- append="quiet sysrq=1 rescue=1 "
-
-EOF
-done
-cat $CD1/suseboot/yaboot.cnf
+#cat > $CD1/suseboot/yaboot.cnf <<EOF
+#message=yaboot.txt
+#EOF
+#for i in $do_bits
+#do
+#cat >> $CD1/suseboot/yaboot.cnf <<EOF
+#
+#image[${i}bit]=linux${i}
+# initrd=initrd${i}
+# label=install
+# append="quiet sysrq=1 insmod=sym53c8xx insmod=ipr "
+#image[${i}bit]=linux${i}
+# initrd=initrd${i}
+# label=slp
+# append="quiet sysrq=1 install=slp "
+#image[${i}bit]=linux${i}
+# initrd=initrd${i}
+# label=rescue
+# append="quiet sysrq=1 rescue=1 "
+#
+#EOF
+#done
+#cat $CD1/suseboot/yaboot.cnf
-cat > $CD1/suseboot/os-chooser <<EOF
+cat > $CD1/ppc/os-chooser <<EOF
<CHRP-BOOT>
<COMPATIBLE>
MacRISC MacRISC3 MacRISC4
@@ -178,7 +172,7 @@
SuSE Linux for PowerMac
</DESCRIPTION>
<BOOT-SCRIPT>
-load &device;:&partition;,\\suseboot\\yaboot
+load &device;:&partition;,\\boot\\$ARCH\\grub2-ieee1275\\core.elf
go
</BOOT-SCRIPT>
<OS-BADGE-ICONS>
@@ -234,7 +228,7 @@
</OS-BADGE-ICONS>
</CHRP-BOOT>
EOF
-cat $CD1/suseboot/os-chooser
+cat $CD1/ppc/os-chooser
#
find $CD1 -ls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/changelog
new/installation-images-14.67/changelog
--- old/installation-images-14.55/changelog 2014-03-06 16:22:15.000000000
+0100
+++ new/installation-images-14.67/changelog 2014-03-20 14:05:54.000000000
+0100
@@ -1,4 +1,56 @@
-2014-03-06: HEAD
+2014-03-20: HEAD
+ - move 'hostname' into initrd
+ - make 'boot installed system' work from usb disk (bnc #807157)
+ - add and start haveged (bnc #869158)
+
+2014-03-19: 14.66
+ - move /run dir completely to initrd
+
+2014-03-19: 14.65
+ - open-fcoe are now fcoe-utils
+ - take care of service types
+ - add script to start systemd services (without systemd)
+
+2014-03-18: 14.64
+ - adapt to fixed yast2-theme
+
+2014-03-18: 14.63
+ - s390: revert parmfile change (bnc #867811)
+
+2014-03-17: 14.62
+ - added kdump package (fate #315241)
+
+2014-03-14: 14.61
+ - remove system wide bash startup scripts (bnc #867577)
+ - prepare for a separate SLED theme but for now just drop 'Server' (bnc
#867976)
+
+2014-03-14: 14.60
+ - fix ppc grub2 branding
+
+2014-03-12: 14.59
+ - startshell=1 now starts login shell, so .profile is actually read
+
+2014-03-12: 14.58
+ - changed login message to refer to setup_ssh (bnc #866383)
+ - added help text to setup_ssh
+ - removed some unused files
+ - added basic .bashrc with some aliases
+ - ensure passwd/shadow/group are only in initrd
+
+2014-03-10: 14.57
+ - go for release-mini instead of -dvd
+
+2014-03-10: 14.56
+ - load autoyast.xml and driver updates from OEMDRV partition (fate
#316530)
+ - Merge branch 'master' of github.com:openSUSE/installation-images
+ - Merge pull request #11 from k0da/master
+ - Put grub2 on ppc media
+ - Put grub2 on ppc media
+ - This is finall set of changes to put grub2 on ppc media
+ - Signed-off-by: Dinar Valeev <[email protected]>
+ - add all of Xvnc package (bnc 867273)
+
+2014-03-06: 14.55
- add sg3_utils to initrd (bnc #866933)
2014-03-06: 14.54
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/base/base.file_list
new/installation-images-14.67/data/base/base.file_list
--- old/installation-images-14.55/data/base/base.file_list 2014-02-18
11:01:39.000000000 +0100
+++ new/installation-images-14.67/data/base/base.file_list 2014-03-14
14:58:28.000000000 +0100
@@ -88,15 +88,19 @@
systemd:
tar:
terminfo-base:
+?grub2-powerpc-ieee1275:
udev:
util-linux:
if theme eq 'SLES'
sles-release:
- sles-release-DVD:
+ sles-release-MINI:
+elsif theme eq 'SLED'
+ sled-release:
+ sled-release-MINI:
else
openSUSE-release:
- openSUSE-release-dvd:
+ openSUSE-release-mini:
endif
if arch eq 'aarch64'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/boot/grub-powerpc.cfg
new/installation-images-14.67/data/boot/grub-powerpc.cfg
--- old/installation-images-14.55/data/boot/grub-powerpc.cfg 2014-02-06
16:40:00.000000000 +0100
+++ new/installation-images-14.67/data/boot/grub-powerpc.cfg 2014-03-10
13:34:28.000000000 +0100
@@ -4,81 +4,34 @@
locale_dir=$prefix/locale
lang=en_US
-insmod gzio
insmod gettext
color_normal=light-gray/black
color_highlight=white/light-gray
-if [ "$with_gfx" = 1 ] ; then
- insmod gfxterm
- insmod gfxmenu
- insmod png
-
- terminal_output gfxterm
-
- theme=$prefix/themes/openSUSE/theme.txt
- export theme
-
- loadfont $prefix/unicode.pf2
- loadfont $prefix/themes/openSUSE/DejaVuSans10.pf2
- loadfont $prefix/themes/openSUSE/DejaVuSans12.pf2
- loadfont $prefix/themes/openSUSE/DejaVuSans-Bold14.pf2
-fi
-
if sleep --interruptible 0 ; then
timeout=60
fi
-
-for ARCH in ppc ppc64 ppc64le;do
- if [ -d /boot/$ARCH ];then
- if [ "$ARCH" = "ppc" ];then
- arch = "ppc"
- kernel = "linux32"
- initrd = "initrd32"
- elif [ "$ARCH" = "ppc64" ];then
- arch = "ppc64"
- kernel = "linux64"
- initrd = "initrd64"
- elif [ "$ARCH" = "ppc64le" ];then
- arch = "ppc64le"
- kernel = "linux64"
- initrd = "initrd64"
- fi
- fi
-done
-
menuentry 'Installation' --class opensuse --class gnu-linux --class gnu
--class os {
- set gfxpayload=keep
echo 'Loading kernel ...'
- linuxefi /boot/$arch/loader/$kernel
+ linux /boot/ARCH/linux
echo 'Loading initial ramdisk ...'
- initrdefi /boot/$arch/loader/$initrd
+ initrd /boot/ARCH/initrd
}
-menuentry 'Upgrade' --class opensuse --class gnu-linux --class gnu --class os {
- set gfxpayload=keep
+menuentry 'Rescue System' $arch --class opensuse --class gnu-linux --class gnu
{
echo 'Loading kernel ...'
- linuxefi /boot/$arch/loader/$kernel upgrade=1
+ linux /boot/ARCH/linux rescue=1
echo 'Loading initial ramdisk ...'
- initrdefi /boot/$arch/loader/$initrd
+ initrd /boot/ARCH/initrd
}
-menuentry 'Rescue System' --class opensuse --class gnu-linux --class gnu {
- set gfxpayload=keep
+menuentry 'Check Installation Media' $arch --class opensuse --class gnu-linux
--class gnu {
echo 'Loading kernel ...'
- linuxefi /boot/$arch/loader/$linux rescue=1
+ linux /boot/ARCH/linux mediacheck=1
echo 'Loading initial ramdisk ...'
- initrdefi /boot/$arch/loader/$initrd
-}
-
-menuentry 'Check Installation Media' --class opensuse --class gnu-linux
--class gnu {
- set gfxpayload=keep
- echo 'Loading kernel ...'
- linuxefi /boot/$arch/loader/$linux mediacheck=1
- echo 'Loading initial ramdisk ...'
- initrdefi /boot/$arch/loader/$initrd
+ initrd /boot/ARCH/initrd
}
submenu 'Other options...' {
@@ -90,4 +43,3 @@
exit
}
}
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.55/data/boot/grub2-powerpc.file_list
new/installation-images-14.67/data/boot/grub2-powerpc.file_list
--- old/installation-images-14.55/data/boot/grub2-powerpc.file_list
2014-02-07 08:31:22.000000000 +0100
+++ new/installation-images-14.67/data/boot/grub2-powerpc.file_list
2014-03-10 13:34:28.000000000 +0100
@@ -1,13 +1,15 @@
-d /boot/<arch>/grub2-ieee1275
-
+d grub2-ieee1275
grub2-powerpc-ieee1275:
- e grub2-mkimage -d /usr/lib/grub/powerpc-ieee1275 -O powerpc-ieee1275 -o
boot/<arch>/grub2-ieee1275 -p "(cd0)/boot/<arch>/grub2-ieee1275" iso9660 ext2
ofnet net tftp http
-
- x grub-powerpc.cfg boot/<arch>/grub2-ieee1275/grub.cfg
+ d grub2-ieee1275/powerpc-ieee1275
+ e grub2-mkimage -d /usr/lib/grub2/powerpc-ieee1275 -O powerpc-ieee1275 -o
grub2-ieee1275/core.elf -p "()/boot/<arch>/grub2-ieee1275" iso9660 ext2 ofnet
net tftp http
+ f /usr/lib/grub2/powerpc-ieee1275 *.mod grub2-ieee1275/powerpc-ieee1275/
+ f /usr/lib/grub2/powerpc-ieee1275 *.lst grub2-ieee1275/powerpc-ieee1275/
+ x grub-powerpc.cfg grub2-ieee1275/grub.cfg
+ R s/ARCH/<arch>/ grub2-ieee1275/grub.cfg
# show product name in title instead of default grub string
- d boot/<arch>/grub2-ieee1275/locale
+ d grub2-ieee1275/locale
x grub2_head.po .
R s/product_name/<product_name>/ grub2_head.po
- e msgfmt -o boot/<arch>/grub2-ieee1275/locale/en.mo grub2_head.po
+ e msgfmt -o grub2-ieee1275/locale/en.mo grub2_head.po
r grub2_head.po
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/boot/syslinux.cfg
new/installation-images-14.67/data/boot/syslinux.cfg
--- old/installation-images-14.55/data/boot/syslinux.cfg 2014-01-16
11:21:01.000000000 +0100
+++ new/installation-images-14.67/data/boot/syslinux.cfg 2014-03-20
13:56:48.000000000 +0100
@@ -2,7 +2,7 @@
# hard disk
label harddisk
- localboot 0x80
+ localboot -2
# install
label linux
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/cd1/cd1.file_list
new/installation-images-14.67/data/cd1/cd1.file_list
--- old/installation-images-14.55/data/cd1/cd1.file_list 2014-02-18
08:44:33.000000000 +0100
+++ new/installation-images-14.67/data/cd1/cd1.file_list 2014-03-14
14:58:51.000000000 +0100
@@ -1,6 +1,9 @@
if theme eq 'SLES'
skelcd-sles:
/
+elsif theme eq 'SLED'
+ skelcd-sled:
+ /
else
skelcd-<theme>:
/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/initrd/etc/bashrc
new/installation-images-14.67/data/initrd/etc/bashrc
--- old/installation-images-14.55/data/initrd/etc/bashrc 1970-01-01
01:00:00.000000000 +0100
+++ new/installation-images-14.67/data/initrd/etc/bashrc 2014-03-20
11:50:25.000000000 +0100
@@ -0,0 +1,11 @@
+PS1='\l:\H:\w # '
+if [ -x /bin/hostname ] ; then
+ PS1='\l:$(/bin/hostname 2>/dev/null):\w # '
+fi
+alias ll="ls -l"
+alias la="ls -la"
+alias ..="cd .."
+alias ...="cd ../.."
+alias ....="cd ../../.."
+alias .....="cd ../../../.."
+alias ......="cd ../../../../.."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/initrd/etc/motd
new/installation-images-14.67/data/initrd/etc/motd
--- old/installation-images-14.55/data/initrd/etc/motd 2013-11-18
11:49:20.000000000 +0100
+++ new/installation-images-14.67/data/initrd/etc/motd 2014-03-20
13:54:27.000000000 +0100
@@ -4,6 +4,6 @@
- there are shells running on consoles 2, 5, 6, 9
- use 'extend' to load extensions (remove with 'extend -r'); extensions are:
o bind, gdb
-- network setup: run, e.g. 'dhcpcd eth0'
-- sshd: run 'rcsshd start' (don't forget to set a password with 'passwd')
+- for network setup use wicked
+- sshd: run 'setup_ssh' (don't forget to set a password with 'passwd')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.55/data/initrd/initrd.file_list
new/installation-images-14.67/data/initrd/initrd.file_list
--- old/installation-images-14.55/data/initrd/initrd.file_list 2014-03-06
15:52:43.000000000 +0100
+++ new/installation-images-14.67/data/initrd/initrd.file_list 2014-03-20
13:11:48.000000000 +0100
@@ -1,6 +1,6 @@
d bin dev etc mnt proc sys tmp
d run/dbus
-d var/run var/spool var/lock/libstorage var/tmp var/log/YaST2 var/adm/mount
+d var/run var/spool var/run/libstorage var/tmp var/log/YaST2 var/adm/mount
d var/lib/YaST2 var/lib/hardware/unique-keys var/lib/autoinstall
d var/run/hotplug var/cache/fontconfig
d var/lib/sshd var/lib/empty var/run/ntp var/lib/rpcbind
@@ -71,7 +71,6 @@
diffutils: ignore
dirmngr: ignore
dummy-release: ignore
-filesystem: ignore
fillup: ignore
gnu-unifont-bitmap-fonts: ignore
grep: ignore
@@ -86,7 +85,6 @@
pinentry: ignore
rpcbind: ignore
?suspend: ignore
-systemd: ignore
update-alternatives: ignore
?dracut: ignore
?mkinitrd: ignore
@@ -113,6 +111,7 @@
?wicked:
sysconfig-netconfig:
sg3_utils:
+systemd-presets-branding-<base_theme>:
if arch eq 'aarch64'
qemu-linux-aarch64:
@@ -232,6 +231,7 @@
/lib*/libtinfo.so.*
net-tools:
+ /bin
/sbin/ifconfig
/sbin/route
@@ -375,6 +375,15 @@
m /var/adm/fillup-templates/sysconfig.dhcp-network
/etc/sysconfig/network/dhcp
r sbin/rcnetwork
+?fcoe-utils:
+ /etc
+ m /var/adm/fillup-templates/sysconfig.fcoe /etc/sysconfig/fcoe
+
+filesystem:
+ /var/spool/locks
+ /var/lock
+ /run
+
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
@@ -388,6 +397,11 @@
/etc/rc.status
/etc/inputrc
/usr/sbin/service
+ # steal them from base image
+ e cp /etc/passwd etc
+ e cp /etc/group etc
+ e cp /etc/shadow etc
+ t /run/utmp
dbus-1:
/
@@ -506,6 +520,8 @@
# remove files we don't want to show up at all
r /usr/share/{doc,info,locale,man} /usr/src/packages /var/adm/fillup-templates
+r /etc/passwd?* /etc/shadow?* /etc/group?*
+r /etc/profile.d
# historical static device nodes
x devz /devz
@@ -524,6 +540,9 @@
# our own udevd start script
x etc/myudevstart /bin
+# systemd service start script
+x service_start /bin
+
# mini host file
x etc/host.conf etc
@@ -536,9 +555,9 @@
# initial /etc/adjtime (bnc #764690)
x etc/adjtime etc
-# add udev compat link (bnc #774143, bnc #774599)
-# *** link is in udev package! ***
-# s /lib/firmware /usr/lib
+# get us some basic aliases
+x etc/bashrc /.profile
+x etc/bashrc root/.profile
e ldconfig -r .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/initrd/s390/parmfile
new/installation-images-14.67/data/initrd/s390/parmfile
--- old/installation-images-14.55/data/initrd/s390/parmfile 2014-03-04
15:01:22.000000000 +0100
+++ new/installation-images-14.67/data/initrd/s390/parmfile 2014-03-18
08:15:26.000000000 +0100
@@ -1,2 +1,2 @@
-TERM=ibm327x conmode=3270 manual=1
+TERM=dumb manual=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/initrd/service_start
new/installation-images-14.67/data/initrd/service_start
--- old/installation-images-14.55/data/initrd/service_start 1970-01-01
01:00:00.000000000 +0100
+++ new/installation-images-14.67/data/initrd/service_start 2014-03-19
09:40:48.000000000 +0100
@@ -0,0 +1,77 @@
+#! /usr/bin/perl
+
+use strict;
+use Getopt::Long;
+
+sub usage;
+
+my $opt_show;
+
+GetOptions(
+ 'show' => \$opt_show,
+ 'help' => sub { usage 0 },
+) || usage 1;
+
+my $service = shift;
+
+usage 2 unless defined $service;
+
+my $service_file;
+$service_file = "/usr/lib/systemd/system/$service.service" if -f
"/usr/lib/systemd/system/$service.service";
+$service_file = "/etc/systemd/system/$service.service" if -f
"/etc/systemd/system/$service.service";
+
+die "$service: no such service\n" if !defined $service_file;
+
+my @todo;
+
+open my $f, $service_file;
+while (<$f>) {
+ if(/^\[Service\]/ ... /^\[/) {
+ chomp;
+ push @todo, $_ if !/^\[/ && !/^\s*$/;
+ }
+}
+close $f;
+
+my $cmd;
+my $type = 'simple';
+
+for (@todo) { $type = $1 if /^Type=(.+)/ }
+
+my $suffix = " &" if $type !~ /^(forking|oneshot)$/;
+
+for (@todo) { $cmd .= ". $_\n" if s/^EnvironmentFile=[\-@]*// }
+for (@todo) { $cmd .= "export $1\n" if /^Environment=(.+)/ }
+for (@todo) { $cmd .= "$_\n" if s/^ExecStartPre=[\-@]*// }
+for (@todo) { $cmd .= "$_$suffix\n" if s/^ExecStart=[\-@]*// }
+
+if($opt_show) {
+ print $cmd;
+}
+else {
+ open $f, "| /bin/sh";
+ print $f $cmd;
+ exit $? >> 8 if !close $f;
+}
+
+
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# usage($exit_code)
+#
+# Print help text and exit.
+#
+sub usage
+{
+ print <<"= = = = = = = =";
+Usage: service_start SERVICE
+Start systemd service SERVICE.
+
+Options:
+ --show Don't run service but show necessary commands.
+ --help Write this help text.
+
+= = = = = = = =
+
+ exit shift;
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.55/data/initrd/theme.file_list
new/installation-images-14.67/data/initrd/theme.file_list
--- old/installation-images-14.55/data/initrd/theme.file_list 2014-01-16
11:21:01.000000000 +0100
+++ new/installation-images-14.67/data/initrd/theme.file_list 2014-03-10
13:15:38.000000000 +0100
@@ -68,6 +68,10 @@
# look for driver updates on usb media (bnc #363650)
e echo "dud: disk:/?device=*usb*&all=1&quiet=1" >>linuxrc.config
+# load autoyast file & driver update from OEMDRV partition
+e echo "autoyast2: disk:/autoyast.xml?device=*label/OEMDRV"
>>linuxrc.config
+e echo "dud: disk:/?device=*label/OEMDRV&quiet=1" >>linuxrc.config
+
e echo "KexecReboot: 1" >>linuxrc.config
e echo "PTOptions: AutoUpgrade,Upgrade" >>linuxrc.config
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.55/data/rescue/rescue.file_list
new/installation-images-14.67/data/rescue/rescue.file_list
--- old/installation-images-14.55/data/rescue/rescue.file_list 2014-03-04
11:55:44.000000000 +0100
+++ new/installation-images-14.67/data/rescue/rescue.file_list 2014-03-14
14:59:23.000000000 +0100
@@ -170,10 +170,13 @@
if theme eq 'SLES'
sles-release:
- sles-release-DVD:
+ sles-release-MINI:
+elsif theme eq 'SLED'
+ sled-release:
+ sled-release-MINI:
else
openSUSE-release:
- openSUSE-release-dvd:
+ openSUSE-release-mini:
endif
samba-libs: nodeps
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/root/etc/bash.bashrc
new/installation-images-14.67/data/root/etc/bash.bashrc
--- old/installation-images-14.55/data/root/etc/bash.bashrc 2013-11-18
11:49:20.000000000 +0100
+++ new/installation-images-14.67/data/root/etc/bash.bashrc 1970-01-01
01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-export PATH=/sbin:/bin:/usr/bin:/usr/sbin
-export HISTCONTROL=ignoreboth
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/root/etc/inst_setup
new/installation-images-14.67/data/root/etc/inst_setup
--- old/installation-images-14.55/data/root/etc/inst_setup 2014-02-17
13:55:40.000000000 +0100
+++ new/installation-images-14.67/data/root/etc/inst_setup 2014-03-19
16:35:37.000000000 +0100
@@ -102,15 +102,9 @@
ldconfig
-# don't start dbus - done by linuxrc
-if [ -x /bin/dbus-daemonXXX ] ; then
- rm -f /var/run/dbus/pid
- echo -n "starting dbus..."
- if /bin/dbus-daemon --system ; then
- echo " ok"
- else
- echo " failed"
- fi
+# start haveged
+if [ -f /usr/lib/systemd/system/haveged.service ] ; then
+ service_start haveged
fi
# driver update: rebuild yast update tree
@@ -204,8 +198,8 @@
function start_shell() {
plymouth_off
echo
- echo "ATTENTION: Starting shell... (use 'exit' to proceed)"
- bash --init-file /root/.bash_login
+ echo "ATTENTION: Starting shell... (use 'exit' to proceed with installation)"
+ bash -l
}
[ "$START_SHELL" ] && start_shell
@@ -268,6 +262,7 @@
killall slpd >/dev/null 2>&1
killall Xvnc >/dev/null 2>&1
killall sshd >/dev/null 2>&1
+killall haveged >/dev/null 2>&1
umount /usr/bin/gdb 2>/dev/null
umount devpts 2>/dev/null
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.55/data/root/etc/inst_setup_ssh
new/installation-images-14.67/data/root/etc/inst_setup_ssh
--- old/installation-images-14.55/data/root/etc/inst_setup_ssh 2014-02-10
16:14:36.000000000 +0100
+++ new/installation-images-14.67/data/root/etc/inst_setup_ssh 2014-03-12
11:28:10.000000000 +0100
@@ -3,8 +3,20 @@
# vim: syntax=sh
+if [ "$1" = "-h" -o "$1" = "--help" ] ; then
+ echo "Usage: setup_ssh [OPTIONS] [PASSWORD]"
+ echo "Setup and run sshd."
+ echo
+ echo "If PASSWORD is specified, set root password to PASSWORD."
+ echo
+ echo "Options:"
+ echo " -n, --no-sshkey Don't create new set of ssh keys."
+ echo " -h, --help Write this help text."
+ exit 0
+fi
+
nosshkey=false
-if [ "$1" = "-n" ] ; then
+if [ "$1" = "-n" -o "$1" = "--no-sshkey" ] ; then
nosshkey=true
shift
fi
@@ -26,12 +38,6 @@
fi
if [ ! -z "$sshpassword" ] ; then
- mv -f /etc/passwd /etc/passwd.
- mv -f /etc/shadow /etc/shadow.
- cat /etc/passwd. > /etc/passwd
- cat /etc/shadow. > /etc/shadow
- chmod 600 /etc/shadow
- chmod 644 /etc/passwd
echo "setting temporary root password to '$sshpassword'"
echo "root:$sshpassword" | chpasswd
fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.55/data/root/root/.bash_history
new/installation-images-14.67/data/root/root/.bash_history
--- old/installation-images-14.55/data/root/root/.bash_history 2013-11-18
11:49:20.000000000 +0100
+++ new/installation-images-14.67/data/root/root/.bash_history 1970-01-01
01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-less -Si /var/log/YaST2/y2log
-less -Si /var/log/boot.msg
-vi /root/.yast2/logconf.ycp
-tail -Fn42 /var/log/YaST2/y2log
-yast
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/root/root/.bash_login
new/installation-images-14.67/data/root/root/.bash_login
--- old/installation-images-14.55/data/root/root/.bash_login 2013-11-18
11:49:20.000000000 +0100
+++ new/installation-images-14.67/data/root/root/.bash_login 1970-01-01
01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
-test -f /etc/vendor.inf && . /etc/vendor.inf
-echo "Welcome to the inst-sys on `uname -n` `uname -r` `uname -m`"
-PS1="inst-sys:\w # "
-
-[ -z "$SSH_TTY" ] && return
-
-#[ -x /bin/initviocons ] && /bin/initviocons
-
-echo
-echo "run `cat /tmp/linuxrc_installer_name` to start the installation"
-echo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.55/data/root/root/.ssh/authorized_keys
new/installation-images-14.67/data/root/root/.ssh/authorized_keys
--- old/installation-images-14.55/data/root/root/.ssh/authorized_keys
2013-11-18 11:49:20.000000000 +0100
+++ new/installation-images-14.67/data/root/root/.ssh/authorized_keys
1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
-1024 35
129832777155763510910609656130991031491287088632179570575154437436844080188526917264959742943640291347917777471823478276834005773137742692289642389456373405802439158967577949254382503564638912013703520083585401322720459408809520244438356737474823607393156203271109714446936818775648984614869523681652933074243
olh@Smirnow
-1024 33
130191317312309884622185478408198329447783117641433140545231937628244234626973441138309547474811115993079766196523382424491943182027314185774428496817006182168882180101610472860713875107711678982805918377251871545658148116868657485026584304076741619337131077402312738576482413774795391199759097002655739708041
kskaem@heron
-1024 35
112961952704054747469251346201915814815972235386386587899818549467327974356862497915150845655088921501168202173056224687097591529196805981197377271814175251485147605409501465020652133786672811375303491794350223676990000104991290980438869512137566917590486975601068220276617015352883054954365623385257363598291
sh@snell
-1024 35
133741610869176786405342814977470758146516865504135044368684745199913079976969512858906253242191011635912510480096210307323430939248048274256252133962592608600074947596467610735974827819608385504523535031821705099190783893827648302463589542324634665156332161684902419164734518567659576384352582251601477961717
mike@steiner
-1024 37
122819357422187618497494965487709663047869190452849966688756370348372570562084487078005618513210588724249808068634374914840431109024757470159055903505642757299218158866304244743137390592203435934789669278371095231748987838191364859007031105901332873214770099827632470933757053900269866005598332503454625752741
gs@sturm
-1024 35
121660071014897610772056621217737932311135159928465186858839038769098752338919528017873558829461032121034482565996439164176975819111801254101566198271302723196966424550205449432871155334332744711192248186695342290129834855966911502724885035918437621857386818768408694567580432595505332783005369620982471503649
schubi@waerden
-1024 35
124604486338865933981151399948761414453896687843561904755509857320674546210924603706143435182489652854778495885697912729005959150582929483222130392819948269035142365049676730425470707346298976418193997796625206000500146584682261522546524837064994156984806270141645520411715418047924806069110600063772332242091
[email protected]
-1024 35
137301650778417463513413083087669041395025922738761979884521765518683189986665888398658511480012530751748098024133982428456806354451469593746518996072315678084765253794858545523185154814234285962569349154035021090022308129156861861176375252121833384426670802239786258599066187881533244309294024677008834532619
snwint@metcalf
-1024 37
143284010221163213225997039295760914858277108985033382311756232764670021996554312798733368719374457973163586412796406212753268280599568395529166940117242139303771793535345077791964576063834648023433078665602259627081522864351624341725825800752870804015817537315574702815039231987809731413151141697023279387203
fehr@Lagrange
-1024 35
120722697066623539419953524792968725170630651599378188141546948714932598018756061970257727776919671970418156456420377230209403186104673339128644486186518136879332529498924643260081940273952854673705045870607437113086581942849483620284720345315863607501243010856531532120325838862631025038347004356104195104971
poeml@hipparchos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/root/root/.vimrc
new/installation-images-14.67/data/root/root/.vimrc
--- old/installation-images-14.55/data/root/root/.vimrc 2013-11-18
11:49:20.000000000 +0100
+++ new/installation-images-14.67/data/root/root/.vimrc 1970-01-01
01:00:00.000000000 +0100
@@ -1,154 +0,0 @@
-" Vim
-" An example for a vimrc file.
-"
-" To use it, copy it to
-" for Unix and OS/2: ~/.vimrc
-" for Amiga: s:.vimrc
-" for MS-DOS and Win32: $VIM\_vimrc
-
-set nocompatible " Use Vim defaults (much better!)
-set bs=2 " allow backspacing over everything in insert mode
-set ai " always set autoindenting on
-set backup " keep a backup file
-set viminfo='20,\"50 " read/write a .viminfo file, don't store more
- " than 50 lines of registers
-
-
-:set showmatch " jump emacs style to matching bracket
-
-"these characters can move past end of line
-:set whichwrap=b,s,h,l
-
-"default tabs are too wide IMO. uncomment to change them
-" :set tabstop=6
-
-
-" In text files, always limit the width of text to 78 characters
-autocmd BufRead *.txt set tw=78
-
-" For Win32 GUI: remove 't' flag from 'guioptions': no tearoff menu entries
-" let &guioptions = substitute(&guioptions, "t", "", "g")
-
-" Don't use Ex mode, use Q for formatting
-map Q gq
-
-augroup cprog
- " Remove all cprog autocommands
- au!
-
- " When starting to edit a file:
- " For *.c and *.h files set formatting of comments and set C-indenting on.
- " For other files switch it off.
- " Don't change the order, it's important that the line with * comes first.
- autocmd BufRead * set formatoptions=tcql nocindent comments&
- autocmd BufRead *.c,*.h set formatoptions=croql cindent
comments=sr:/*,mb:*,el:*/,://
-augroup END
-
-augroup gzip
- " Remove all gzip autocommands
- au!
-
- " Enable editing of gzipped files
- " read: set binary mode before reading the file
- " uncompress text in buffer after reading
- " write: compress file after writing
- " append: uncompress file, append, compress file
- autocmd BufReadPre,FileReadPre *.gz set bin
- autocmd BufReadPost,FileReadPost *.gz let ch_save = &ch|set ch=2
- autocmd BufReadPost,FileReadPost *.gz '[,']!gunzip
- autocmd BufReadPost,FileReadPost *.gz set nobin
- autocmd BufReadPost,FileReadPost *.gz let &ch = ch_save|unlet ch_save
- autocmd BufReadPost,FileReadPost *.gz execute ":doautocmd BufReadPost "
. expand("%:r")
-
- autocmd BufWritePost,FileWritePost *.gz !mv <afile> <afile>:r
- autocmd BufWritePost,FileWritePost *.gz !gzip <afile>:r
-
- autocmd FileAppendPre *.gz !gunzip <afile>
- autocmd FileAppendPre *.gz !mv <afile>:r <afile>
- autocmd FileAppendPost *.gz !mv <afile> <afile>:r
- autocmd FileAppendPost *.gz !gzip <afile>:r
-augroup END
-
-
-"let bash_is_sh = 1
-"let is_bash = 1
-
-" Uncomment to turn off arrow keys. Using arrow keys is a good habit to
-" get out of ...
-
-":map <left> <Nop>
-":map <right> <Nop>
-":map <up> <Nop>
-":map <down> <Nop>
-
-":imap <left> <Nop>
-":imap <right> <Nop>
-":imap <up> <Nop>
-":imap <down> <Nop>
-
-" Some emacs/pico like keybindings for insert mode
-
-":imap <C-A> <ESC>0i
-":imap <C-E> <ESC>$a
-":imap <C-P> <ESC>ki
-":imap <C-N> <ESC>ji
-":imap <C-B> <ESC>la
-":imap <C-F> <ESC>ha
-
-" Some highlighting definitions
-
-" THis is the default.
-" Doesn't use colours wisely IMO. Consider changing Repeat and Conditional
-" to make them stand out a little better.
-
-" There are two sets of defaults: for a dark and a light background.
- if &background == "dark"
- hi Comment term=bold ctermfg=Cyan guifg=#80a0ff
- hi Constant term=underline ctermfg=Magenta guifg=#ffa0a0
- hi Special term=bold ctermfg=LightRed guifg=Orange
- hi Identifier term=underline cterm=bold ctermfg=Cyan guifg=#40ffff
- hi Statement term=bold ctermfg=Yellow guifg=#ffff60 gui=bold
- hi PreProc term=underline ctermfg=LightBlue guifg=#ff80ff
- hi Type term=underline ctermfg=LightGreen guifg=#60ff60 gui=bold
- hi Ignore ctermfg=black guifg=bg
- else
- hi Comment term=bold ctermfg=DarkBlue guifg=Blue
- hi Constant term=underline ctermfg=DarkRed guifg=Magenta
- hi Special term=bold ctermfg=DarkMagenta guifg=SlateBlue
- hi Identifier term=underline ctermfg=DarkCyan guifg=DarkCyan
- hi Statement term=bold ctermfg=Brown gui=bold guifg=Brown
- hi PreProc term=underline ctermfg=DarkMagenta guifg=Purple
- hi Type term=underline ctermfg=DarkGreen guifg=SeaGreen gui=bold
- hi Ignore ctermfg=white guifg=bg
- endif
- hi Error term=reverse ctermbg=Red ctermfg=White guibg=Red guifg=White
- hi Todo term=standout ctermbg=Yellow ctermfg=Black guifg=Blue
guibg=Yellow
-
- " Common groups that link to default highlighting.
- " You can specify other highlighting easily.
- hi link String Constant
- hi link Character Constant
- hi link Number Constant
- hi link Boolean Constant
- hi link Float Number
- hi link Function Identifier
- hi link Conditional Statement
- hi link Repeat Statement
- hi link Label Statement
- hi link Operator Statement
- hi link Keyword Statement
- hi link Exception Statement
- hi link Include PreProc
- hi link Define PreProc
- hi link Macro PreProc
- hi link PreCondit PreProc
- hi link StorageClass Type
- hi link Structure Type
- hi link Typedef Type
- hi link Tag Special
- hi link SpecialChar Special
- hi link Delimiter Special
- hi link SpecialComment Special
- hi link Debug Special
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.55/data/root/root/.yast2/logconf.ycp
new/installation-images-14.67/data/root/root/.yast2/logconf.ycp
--- old/installation-images-14.55/data/root/root/.yast2/logconf.ycp
2013-11-18 11:49:20.000000000 +0100
+++ new/installation-images-14.67/data/root/root/.yast2/logconf.ycp
1970-01-01 01:00:00.000000000 +0100
@@ -1,70 +0,0 @@
-//
-// ~/.yast2/logconf.ycp
-//
-// Automatically generated by update_logconf
-//
-// Edit the flags as you like - update_logconf will leave them as they are.
-// Invoke update_logconf again if there are any new logging components
-// or even if you just suspect there might be some.
-//
-// component debug mile warn error
secu inter
-// stone ing
rity nal
-[
- [ "BasicInterpreter::evaluate" , [ true, true, true,
true, true, true ] ],
- [ "BasicInterpreter::evaluateBuiltin" , [ true, true, true,
true, true, true ] ],
- [ "BasicInterpreter::evaluateTerm" , [ true, true, true,
true, true, true ] ],
- [ "BasicInterpreter::result" , [ true, true, true,
true, true, true ] ],
- [ "Block" , [ true, true, true,
true, true, true ] ],
- [ "EvalLine" , [ true, true, true,
true, true, true ] ],
- [ "Interpreter" , [ true, true, true,
true, true, true ] ],
- [ "Locale" , [ true, true, true,
true, true, true ] ],
- [ "RawPackageInfo" , [ true, true, true,
true, true, true ] ],
- [ "RpmDb" , [ true, true, true,
true, true, true ] ],
- [ "Scanner" , [ true, true, true,
true, true, true ] ],
- [ "Solver" , [ true, true, true,
true, true, true ] ],
- [ "Symbol" , [ true, true, true,
true, true, true ] ],
- [ "Term" , [ true, true, true,
true, true, true ] ],
- [ "YCP" , [ true, true, true,
true, true, true ] ],
- [ "ag_anyagent" , [ true, true, true,
true, true, true ] ],
- [ "ag_hwprobe" , [ true, true, true,
true, true, true ] ],
- [ "ag_modules:ModulesConf.cc" , [ true, true, true,
true, true, true ] ],
- [ "ag_shell" , [ true, true, true,
true, true, true ] ],
- [ "ag_target" , [ true, true, true,
true, true, true ] ],
- [ "bash" , [ true, true, true,
true, true, true ] ],
- [ "continue" , [ true, true, true,
true, true, true ] ],
- [ "gf" , [ true, true, true,
true, true, true ] ],
- [ "inst_rpmcopy" , [ true, true, true,
true, true, true ] ],
- [ "inst_source" , [ true, true, true,
true, true, true ] ],
- [ "installation" , [ true, true, true,
true, true, true ] ],
- [ "lan.ycp" , [ true, true, true,
true, true, true ] ],
- [ "libpkg" , [ true, true, true,
true, true, true ] ],
- [ "liby2" , [ true, true, true,
true, true, true ] ],
- [ "libycp" , [ true, true, true,
true, true, true ] ],
- [ "menu" , [ true, true, true,
true, true, true ] ],
- [ "package_tests" , [ true, true, true,
true, true, true ] ],
- [ "package_utils" , [ true, true, true,
true, true, true ] ],
- [ "packager" , [ true, true, true,
true, true, true ] ],
- [ "pkginfo" , [ true, true, true,
true, true, true ] ],
- [ "probe" , [ true, true, true,
true, true, true ] ],
- [ "qt-ui" , [ true, true, true,
true, true, true ] ],
- [ "scope" , [ true, true, true,
true, true, true ] ],
- [ "scr" , [ true, true, true,
true, true, true ] ],
- [ "sound.ycp" , [ true, true, true,
true, true, true ] ],
- [ "stdio" , [ true, true, true,
true, true, true ] ],
- [ "sw_single" , [ true, true, true,
true, true, true ] ],
- [ "translator" , [ true, true, true,
true, true, true ] ],
- [ "ui" , [ true, true, true,
true, true, true ] ],
- [ "ui-layout" , [ true, true, true,
true, true, true ] ],
- [ "ui-shortcuts" , [ true, true, true,
true, true, true ] ],
- [ "wfm" , [ true, true, true,
true, true, true ] ],
- [ "y2" , [ true, true, true,
true, true, true ] ],
- [ "y2scr" , [ true, true, true,
true, true, true ] ],
- [ "yast2-agent-isax" , [ true, true, true,
true, true, true ] ],
- [ "yast2-agent-package" , [ true, true, true,
true, true, true ] ],
- [ "yast2-agent-probe" , [ true, true, true,
true, true, true ] ],
- [ "yast2-agent-system" , [ true, true, true,
true, true, true ] ],
- [ "yast2-agent-targetpkg" , [ true, true, true,
true, true, true ] ],
- [ "yast2-core-clients" , [ true, true, true,
true, true, true ] ],
- [ "yast2-core-scr" , [ true, true, true,
true, true, true ] ],
- [ "ycp" , [ true, true, true,
true, true, true ] ]
-]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.55/data/root/root/.yast2/logconf.ycp.less
new/installation-images-14.67/data/root/root/.yast2/logconf.ycp.less
--- old/installation-images-14.55/data/root/root/.yast2/logconf.ycp.less
2013-11-18 11:49:20.000000000 +0100
+++ new/installation-images-14.67/data/root/root/.yast2/logconf.ycp.less
1970-01-01 01:00:00.000000000 +0100
@@ -1,58 +0,0 @@
-//
-// ~/.yast2/logconf.ycp
-//
-// Automatically generated by update_logconf
-//
-// Edit the flags as you like - the update_logconf will leave them as they are.
-// Invoke update_logconf again if there are any new logging components
-// or even if you just suspect there might be some.
-//
-// component debug mile warn error
secu inter
-// stone ing
rity nal
-[
- [ "BasicInterpreter::evaluate" , [ false, false, false,
false, false, false ] ],
- [ "BasicInterpreter::evaluateBuiltin" , [ false, false, false,
false, false, false ] ],
- [ "BasicInterpreter::evaluateTerm" , [ false, false, false,
false, false, false ] ],
- [ "BasicInterpreter::result" , [ false, false, false,
false, false, false ] ],
- [ "Block" , [ false, false, false,
false, false, false ] ],
- [ "EvalLine" , [ false, false, false,
false, false, false ] ],
- [ "Interpreter" , [ false, true, true,
true, true, true ] ],
- [ "Locale" , [ false, false, false,
false, false, false ] ],
- [ "RawPackageInfo" , [ false, false, false,
true, false, false ] ],
- [ "RpmDb" , [ false, false, false,
true, true, false ] ],
- [ "Scanner" , [ false, false, false,
true, false, false ] ],
- [ "Solver" , [ false, false, false,
true, false, false ] ],
- [ "Symbol" , [ false, false, false,
true, false, false ] ],
- [ "Term" , [ false, true, true,
true, true, true ] ],
- [ "YCP" , [ true, true, true,
true, true, false ] ],
- [ "ag_anyagent" , [ false, false, false,
true, false, false ] ],
- [ "ag_modules:ModulesConf.cc" , [ false, false, false,
false, false, false ] ],
- [ "ag_shell" , [ false, true, true,
true, true, true ] ],
- [ "ag_target" , [ true, true, true,
true, true, true ] ],
- [ "ag_hwprobe" , [ true, true, true,
true, true, true ] ],
- [ "continue" , [ false, false, false,
true, false, false ] ],
- [ "gf" , [ false, false, false,
false, false, false ] ],
- [ "inst_rpmcopy" , [ true, true, true,
true, true, true ] ],
- [ "inst_source" , [ true, true, true,
true, true, true ] ],
- [ "installation" , [ true, true, true,
true, true, true ] ],
- [ "lan.ycp" , [ false, true, true,
true, true, false ] ],
- [ "liby2" , [ false, false, false,
true, false, false ] ],
- [ "libycp" , [ false, false, false,
true, false, false ] ],
- [ "menu" , [ true, true, true,
true, true, false ] ],
- [ "package_tests" , [ true, true, true,
true, true, true ] ],
- [ "package_utils" , [ false, true, true,
true, true, false ] ],
- [ "packager" , [ true, true, true,
true, true, true ] ],
- [ "pkginfo" , [ false, false, false,
true, false, true ] ],
- [ "probe" , [ false, false, false,
true, false, false ] ],
- [ "scope" , [ false, true, true,
true, true, true ] ],
- [ "scr" , [ true, true, true,
true, true, true ] ],
- [ "sound.ycp" , [ false, true, true,
true, true, false ] ],
- [ "stdio" , [ false, false, false,
true, false, false ] ],
- [ "sw_single" , [ true, true, true,
true, true, true ] ],
- [ "translator" , [ false, true, true,
true, true, true ] ],
- [ "qt-ui" , [ false, false, false,
false, false, false ] ],
- [ "ui" , [ false, false, false,
false, false, false ] ],
- [ "y2" , [ false, false, false,
true, false, false ] ],
- [ "y2scr" , [ true, true, true,
true, true, true ] ],
- [ "ycp" , [ false, true, true,
true, true, true ] ]
-]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/root/root/shadow
new/installation-images-14.67/data/root/root/shadow
--- old/installation-images-14.55/data/root/root/shadow 2013-11-18
11:49:20.000000000 +0100
+++ new/installation-images-14.67/data/root/root/shadow 1970-01-01
01:00:00.000000000 +0100
@@ -1,42 +0,0 @@
-root:uNvr78brxDLd6:9473:0:10000::::
-bin:*:8902:0:10000::::
-daemon:*:8902:0:10000::::
-lp:*:9473:0:10000::::
-news:*:8902:0:10000::::
-uucp:*:0:0:10000::::
-games:*:0:0:10000::::
-man:*:8902:0:10000::::
-at:*:8902:0:10000::::
-lnx:*:8902:0:10000::::
-mdom:*:8902:0:10000::::
-yard:*:8902:0:10000::::
-wwwrun:*:8902:0:10000::::
-squid:*:8902:0:10000::::
-postgres:*:8902:0:10000::::
-fax:*:8902:0:10000::::
-gnats:*:8902:0:10000::::
-empress:*:8902:0:10000::::
-adabas:*:8902:0:10000::::
-amanda:*:8902:0:10000::::
-ixess:*:8902:0:10000::::
-irc:*:8902:0:10000::::
-ftp:*:8902:0:10000::::
-firewall:*:8902:0:10000::::
-informix:*:8902:0:10000::::
-named:*:8902:0:10000::::
-virtuoso:*:8902:0:10000::::
-db2fenc1:*:8902:0:10000::::
-db2inst1:*:8902:0:10000::::
-db2as:*:8902:0:10000::::
-fnet:*:8902:0:10000::::
-postfix:*:8902:0:10000::::
-cyrus:*:8902:0:10000::::
-nps:*:8902:0:10000::::
-skyrix:*:8902:0:10000::::
-dbmaker:*:8902:0:10000::::
-fixadm:*:8902:0:10000::::
-fib:*:8902:0:10000::::
-fixlohn:*:8902:0:10000::::
-oracle:*:10682:0:10000::::
-mysql:*:8902:0:10000::::
-nobody:*:0:0:10000::::
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/root/root.file_list
new/installation-images-14.67/data/root/root.file_list
--- old/installation-images-14.55/data/root/root.file_list 2014-03-05
11:44:58.000000000 +0100
+++ new/installation-images-14.67/data/root/root.file_list 2014-03-20
13:14:08.000000000 +0100
@@ -32,10 +32,6 @@
# just a template that does nothing
d .
-TEMPLATE yast2-theme-openSUSE:
- # yast2 openSUSE theme is just broken...
- /usr/share/YaST2
-
TEMPLATE:
/
@@ -100,6 +96,7 @@
gpart:
grep:
gzip:
+?haveged:
hex:
hwinfo:
?hyper-v:
@@ -108,6 +105,7 @@
iputils:
jfsutils:
joe:
+kdump:
klogd:
libsolv-tools:
libudev*:
@@ -119,8 +117,8 @@
module-init-tools:
mozilla-nspr:
multipath-tools:
+net-tools:
ntfsprogs:
-?open-fcoe:
open-iscsi:
openslp:
parted:
@@ -156,10 +154,13 @@
if theme eq 'SLES'
sles-release:
- sles-release-DVD:
+ sles-release-MINI:
+elsif theme eq 'SLED'
+ sled-release:
+ sled-release-MINI:
else
openSUSE-release:
- openSUSE-release-dvd:
+ openSUSE-release-mini:
endif
# pull in yast2 installation related packages via package deps
@@ -179,11 +180,12 @@
s gawk usr/bin/awk
filesystem:
- /run
/var
t /var/log/{faillog,lastlog,mail,messages,sendmail.st,wtmp,xdm.errors}
# remove symlink to /run
e [ -L var/run ] && rm var/run ; true
+ r /var/spool/locks /var/lock
+ d /run
bash:
/bin/bash
@@ -205,13 +207,6 @@
smartmontools:
/usr/sbin/smartctl
-net-tools:
- /bin/{domain,host}name
- /sbin/{ifconfig,route}
- if !(arch eq 's390' || arch eq 's390x')
- /sbin/plipconfig
- endif
-
?powerpc-utils:
/sbin/nvsetenv
/sbin/lsprop
@@ -333,16 +328,9 @@
x etc/inst_setup_ssh /sbin/
c 755 0 0 /sbin/inst_setup_ssh
+ s inst_setup_ssh /sbin/setup_ssh
# for Olaf
x etc/ssh /lib
- r /lib/ssh/.svn
- d /root
- x root/.yast2 /root
- r /root/.yast2/.svn
- x root/.bash_history /root
- x root/.bash_login /root
- x root/.vimrc /root
-
x ../rescue/mount-rootfs-and-do-chroot.sh /bin
openssl:
@@ -498,7 +486,7 @@
if exists(xorg-x11-Xvnc)
xorg-x11-Xvnc:
- /usr/bin
+ /
endif
Mesa-libEGL*:
@@ -511,9 +499,6 @@
/etc/slp.reg.d
/usr/sbin/slpd
-fribidi:
- /usr/lib*/libfribidi.so*
-
icewm-lite:
/usr/bin/icewm-lite
s /usr/bin/icewm-lite /usr/bin/icewm
@@ -548,6 +533,7 @@
E prein
/
E postin
+ r /run/utmp
?s390-tools:
/
@@ -595,11 +581,15 @@
# remove files we don't want to show up at all
r /usr/share/{doc,info,man} /usr/src/packages /var/adm/fillup-templates
+r /etc/profile.d /etc/profile /etc/bash.bashrc /etc/bash_completion.d
+
+# they are all part of the initrd
+r /etc/passwd* /etc/shadow* /etc/group*
# don't mess with mtab (from aaa_base postin ATM)
r etc/mtab
-# remove these: ########### ???
+# remove these, we don't want them symlinked
r root mnt tmp proc usr/libexec
x /usr/lib/YaST/.Reh /usr/lib/YaST2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/data/root/theme.file_list
new/installation-images-14.67/data/root/theme.file_list
--- old/installation-images-14.55/data/root/theme.file_list 2014-02-18
16:58:35.000000000 +0100
+++ new/installation-images-14.67/data/root/theme.file_list 2014-03-18
09:04:29.000000000 +0100
@@ -10,5 +10,4 @@
yast2-theme-<yast_theme>:
/
s <yast_theme> usr/share/YaST2/theme/current
- s <yast_theme> usr/share/YaST2/theme/openSUSE-current
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/etc/config
new/installation-images-14.67/etc/config
--- old/installation-images-14.55/etc/config 2014-03-05 11:32:45.000000000
+0100
+++ new/installation-images-14.67/etc/config 2014-03-18 09:04:29.000000000
+0100
@@ -69,7 +69,7 @@
[Theme openSUSE]
base = openSUSE
splash = openSUSE
-yast = openSUSE-Oxygen
+yast = openSUSE
product = openSUSE
version = 13.2
sle = 12
@@ -81,7 +81,7 @@
base = SLE
splash = SLE
yast = SLE
-product = SUSE Linux Enterprise Server 12
+product = SUSE Linux Enterprise 12
version = 13.2
sle = 12
update = /linux/suse/<arch>-<sles>
@@ -92,7 +92,7 @@
base = SLE
splash = SLE
yast = SLE
-product = SUSE Linux Enterprise Desktop 12
+product = SUSE Linux Enterprise 12
version = 13.2
sle = 12
update = /linux/suse/<arch>-<sled>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/install.i386
new/installation-images-14.67/install.i386
--- old/installation-images-14.55/install.i386 2014-02-27 15:15:54.000000000
+0100
+++ new/installation-images-14.67/install.i386 2014-03-14 15:27:05.000000000
+0100
@@ -74,6 +74,7 @@
if [ -f images/rescue-server ] ; then
t=openSUSE
[ -d $DESTDIR/branding/SLES ] && t=SLES
+ [ -d $DESTDIR/branding/SLED ] && t=SLED
dst=$DESTDIR/usr/share/rescue-server/boot/x86_64
mkdir -p $dst
cp images/rescue-server $dst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.55/install.ppc
new/installation-images-14.67/install.ppc
--- old/installation-images-14.55/install.ppc 2014-02-27 15:18:03.000000000
+0100
+++ new/installation-images-14.67/install.ppc 2014-03-10 13:34:28.000000000
+0100
@@ -22,7 +22,7 @@
done
case "$ARCH" in
- ppc) BITS="-32 -64";;
+ ppc) BITS="-32";;
ppc64|ppc64le) BITS="-64";;
esac
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]