commit 79676a6fdaf56fc4dd92abd06b675cba1779d4efbc36c0be99b8bf92cc671d88 Author: Steffen Winterfeldt Date: Thu May 14 15:27:19 2009 +0000 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/check-build.sh b/check-build.sh new file mode 100644 index 0000000..972c990 --- /dev/null +++ b/check-build.sh @@ -0,0 +1,55 @@ +#!/bin/bash +# Copyright (c) 2004 SuSE Linux AG Nuernberg, Germany. All rights reserved. +# + +function error { + echo + echo "error: $1" + echo + echo "build does not work on `hostname` for this package" + exit 1 +} + +mkdir -vp $BUILD_ROOT/looptest || exit 1 +cd $BUILD_ROOT/looptest || exit 1 +pwd +# +echo "Testing if this host is ok to build this package" + +grep -q loop /proc/devices || error "no loop devices" + +case `uname -m` in + i?86) + grep -q vfat /proc/filesystems || modprobe vfat + grep -q vfat /proc/filesystems || error "no vfat filesystem" + ;; +esac + +echo "-------------- Testing loop mount capability -----------------" +dd if=/dev/zero of=tmpfile bs=1024 count=200 +echo "--------------------------------------------------------------" +mke2fs -F tmpfile +echo "--------------------------------------------------------------" +mkdir tmpdir +mount -text2 -o loop tmpfile $PWD/tmpdir +exit_code=$? +umount $PWD/tmpdir +rmdir $PWD/tmpdir +rm tmpfile +if [ $exit_code != 0 ]; then + echo "--------------------------------------------------------------" + error "Could not mount an ext2 fs over a loop device" +fi +echo "------------------- Testing finished -------------------------" +# Need this because check-build.sh does not have 32-bit mount available +# before setting up the chroot. Can be done at the start of %prep, but it's +# ok to just turn off all emulation builds for s390x for now: +if [ -x /usr/bin/s390x ]; then + CURRENT_ARCH=`arch` + KERNELARCH=`/usr/bin/s390x arch` + if [ "$CURRENT_ARCH" != "$KERNELARCH" ]; then + error "31-bit emulation of loop ioctls is broken, see bug 15872." + fi +fi +echo "ok" +exit 0 diff --git a/installation-images-12.4.tar.bz2 b/installation-images-12.4.tar.bz2 new file mode 100644 index 0000000..94be269 --- /dev/null +++ b/installation-images-12.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caaa8e22e52171e4f07a885fb65b96ca18a7705f7469f7520da7e343dd6d5ced +size 175698 diff --git a/installation-images.changes b/installation-images.changes new file mode 100644 index 0000000..9363b19 --- /dev/null +++ b/installation-images.changes @@ -0,0 +1,7061 @@ +------------------------------------------------------------------- +Mon May 11 12:20:38 CEST 2009 - snwint@suse.de + +- added aria2c to instsys +- some package adjustments + +------------------------------------------------------------------- +Mon Apr 20 21:57:36 CEST 2009 - dmueller@suse.de + +- remove kdelibs3 buildrequires + +------------------------------------------------------------------- +Fri Apr 17 15:51:24 CEST 2009 - snwint@suse.de + +- add modprobe rules from xen kmp (bnc #468265) +- enabled Zen theme (bnc #476443) +- install.s390x: patched to look for kernel-installation-tapeipl + instead of installation-kernel-tapeipl in the /boot directory in + order to accomodate package name change (bnc#471566) +- added xen-kmp (bnc #468265) +- added iconv (bnc #495038) +- adjust module config +- adjust to various package changes + +------------------------------------------------------------------- +Thu Mar 5 20:34:25 CET 2009 - coolo@suse.de + +- readline5 is now readline6, sonst ändert sich nix + +------------------------------------------------------------------- +Thu Mar 5 15:54:30 CET 2009 - ro@suse.de + +- disable tightvnc for the moment + +------------------------------------------------------------------- +Sun Mar 1 12:59:52 CET 2009 - coolo@suse.de + +- libcap2 and liblzma0 are needed in more sets now + +------------------------------------------------------------------- +Sun Feb 22 23:22:54 CET 2009 - ro@suse.de + +- change libboost_signals1_36_0 to libboost_signals1_38_0 +- disable xen ofed enic fnic for the moment + +------------------------------------------------------------------- +Fri Feb 20 00:21:02 CET 2009 - ro@suse.de + +- fix kernel-installation-tapeipl (ifarch vs ifnarch) + +------------------------------------------------------------------- +Wed Feb 18 02:31:10 CET 2009 - jjolly@suse.de + +- Added kernel-installation-tapeipl to s390 BuildRequires +- install.s390x: fixed to look for kernel-installation-tapeipl + instead of installation-kernel-tapeipl to accomodate package + name change + +------------------------------------------------------------------- +Mon Feb 16 18:26:29 CET 2009 - snwint@suse.de + +- switch to use xz +- package libpixmap and libpciaccess, that moved out of xorg libs +- adjust modules.dep parser + +------------------------------------------------------------------- +Sat Feb 14 20:22:28 CET 2009 - coolo@suse.de + +- switch to use xz +- package libpixmap and libpciaccess, that moved out of xorg libs + +------------------------------------------------------------------- +Mon Feb 9 17:44:41 CET 2009 - snwint@suse.de + +- copy modprobe config from initrd to rescue system (bnc #471211) +- elilo: add extra options for broken firmware (bnc #466570) + +------------------------------------------------------------------- +Wed Feb 4 14:41:50 CET 2009 - snwint@suse.de + +- make it build in sle11-xxx +- check that insserv worked properly for rescue system (bnc #457947) +- add airport,b43,cfg80211,hermes,mac80211,orinoco,pcmcia,pcmcia_core,rfkill,ssb on ppc +- update module config +- add bonding module (bnc #470217) +- print message to cause build to fail +- added graphviz + +------------------------------------------------------------------- +Mon Jan 19 14:36:38 CET 2009 - snwint@suse.de + +- use kernel-extra (bnc #460812) +- remove kernel-binary-packages + +------------------------------------------------------------------- +Fri Jan 16 15:23:35 CET 2009 - snwint@suse.de + +- fixed sles11.exec (aka inst.exec) (bnc #447527) + +------------------------------------------------------------------- +Tue Jan 13 16:42:46 CET 2009 - snwint@suse.de + +- update sax2 package deps (bnc #461898) + +------------------------------------------------------------------- +Mon Jan 12 18:12:56 CET 2009 - snwint@suse.de + +- added qt translations (bnc #460214) +- adjusted module config to latest kernel + +------------------------------------------------------------------- +Thu Dec 11 13:47:18 CET 2008 - uli@suse.de + +- s390: force network setup when booting from CD (bnc #439907) + +------------------------------------------------------------------- +Wed Dec 10 14:03:56 CET 2008 - snwint@suse.de + +- added missing vmlinuz-xenpae link + +------------------------------------------------------------------- +Tue Dec 9 16:05:27 CET 2008 - snwint@suse.de + +- added dmraid script to rescue system (bnc #456801) + +------------------------------------------------------------------- +Fri Dec 5 13:53:56 CET 2008 - snwint@suse.de + +- added enic & fnic (bnc #455742) + +------------------------------------------------------------------- +Wed Dec 3 17:31:07 CET 2008 - snwint@suse.de + +- check /bin/bash size again at the end + +------------------------------------------------------------------- +Mon Dec 1 15:34:50 CET 2008 - snwint@suse.de + +- mkbootdisk could create an invalid FAT fs (bnc #450182) + +------------------------------------------------------------------- +Mon Dec 1 12:03:42 CET 2008 - snwint@suse.de + +- move biostest to correct place (bnc #450144) + +------------------------------------------------------------------- +Sat Nov 29 18:30:06 CET 2008 - coolo@suse.de + +- fix build in picking flavor for virtualbox-kmp + +------------------------------------------------------------------- +Wed Nov 26 16:13:07 CET 2008 - snwint@suse.de + +- rewrite modules.order (bnc #448203) +- adjust to some dm-xxx renaming + +------------------------------------------------------------------- +Tue Nov 25 11:55:09 CET 2008 - snwint@suse.de + +- check /bin/bash size in initrd + +------------------------------------------------------------------- +Mon Nov 24 16:00:01 CET 2008 - snwint@suse.de + +- added modules.order (bnc #448203) + +------------------------------------------------------------------- +Mon Nov 24 12:58:19 CET 2008 - snwint@suse.de + +- t3fw firmware is now in cxgb3-firmware (bnc #442117) +- added brocade-bfa + +------------------------------------------------------------------- +Fri Nov 21 15:54:27 CET 2008 - snwint@suse.de + +- add t3fw firmware (bnc #441595) + +------------------------------------------------------------------- +Thu Nov 20 14:59:22 CET 2008 - snwint@suse.de + +- turn kexec off for SLES & SLED (bnc #447095) + +------------------------------------------------------------------- +Thu Nov 20 12:03:40 CET 2008 - snwint@suse.de + +- move initrd to correct place + +------------------------------------------------------------------- +Wed Nov 19 20:11:20 CET 2008 - coolo@suse.de + +- do not drag in install-initrd into the minimal installation +- fix prereq + +------------------------------------------------------------------- +Wed Nov 19 18:03:13 CET 2008 - ro@suse.de + +- hack to move initrd back to boot/$ARCH/loader on x86,x86_64 + +------------------------------------------------------------------- +Wed Nov 19 15:45:32 CET 2008 - snwint@suse.de + +- drop libusb1, glib + +------------------------------------------------------------------- +Wed Nov 19 14:45:20 CET 2008 - snwint@suse.de + +- libusb-0_1-5 -> libusb-0_1-4 + +------------------------------------------------------------------- +Wed Nov 19 10:02:36 CET 2008 - ro@suse.de + +- use libboost_signals1_36_0 instead of boost + +------------------------------------------------------------------- +Tue Nov 18 16:59:51 CET 2008 - snwint@suse.de + +- libusb-0_1-4 -> libusb-0_1-5 +- some more modules (bnc #445754) +- added 'theme' option to mkinstallinitrd + +------------------------------------------------------------------- +Tue Nov 18 12:39:58 CET 2008 - snwint@suse.de + +- fixed mkbootdisk to work with > 16 floppies (bnc #445946) + +------------------------------------------------------------------- +Mon Nov 17 17:39:51 CET 2008 - snwint@suse.de + +- added branding to install-initrd +- removed references to at76_usb & wlan-ng kmps + +------------------------------------------------------------------- +Fri Nov 14 17:26:57 CET 2008 - snwint@suse.de + +- fix mkbootdisk (bnc #444861) + +------------------------------------------------------------------- +Fri Nov 14 15:46:42 CET 2008 - snwint@suse.de + +- added video=efifb to elilo.conf +- added iscsi_ibft.ko (bnc #443531) +- ensure /etc/sysconfig is writable (bnc #441664) +- add more sax2 config files to sax2 image +- reworked branding (bnc #427743) + +------------------------------------------------------------------- +Wed Nov 12 11:24:31 CET 2008 - snwint@suse.de + +- af_packet had to be a module on ppc, add it to the module list (bnc#433540) + +------------------------------------------------------------------- +Tue Nov 11 17:09:02 CET 2008 - snwint@suse.de + +- yast2-trans-xx: we need aliases for languages linuxrc doesn't + know about (bnc #443283) + +------------------------------------------------------------------- +Mon Nov 10 18:15:28 CET 2008 - snwint@suse.de + +- added libdrm_intel.so (bnc #442413) +- added mini-iso-rmlist (file that should not go to mini-iso, bnc #443400) + +------------------------------------------------------------------- +Mon Nov 10 16:12:29 CET 2008 - snwint@suse.de + +- added sg_luns & lsscsi to initrd (bnc #437633) +- added wireless-tools to rescue system (bnc #443199) +- don't use kernel-extra + +------------------------------------------------------------------- +Fri Nov 7 18:20:49 CET 2008 - snwint@suse.de + +- adapt mkinstallinitrd to kernel split (bnc #442177) +- prepare for initrd branding +- undid last kernel-ppc64 changes (with ok from olh) + +------------------------------------------------------------------- +Fri Nov 7 11:28:27 CET 2008 - olh@suse.de + +- disable kernel-default in dist ppc64 because it is not built + anymore in kernel-source + +------------------------------------------------------------------- +Fri Oct 31 16:02:19 CET 2008 - snwint@suse.de + +- added gpg key for testing (for bnc#435685) + (key does not appear in built package) + +------------------------------------------------------------------- +Wed Oct 29 12:12:21 CET 2008 - ro@suse.de + +- drop installation-kernel-tapeipl for now (s390) + +------------------------------------------------------------------- +Wed Oct 29 10:33:51 CET 2008 - ro@suse.de + +- drop cpint from buildrequires + (unused since March 2006, see changelog) + +------------------------------------------------------------------- +Mon Oct 27 17:24:37 CET 2008 - snwint@suse.de + +- added cxgb3 on ppc (bnc #434203) +- added zfcp_san_disc (bnc #432644) +- add 3c59x, myri10ge, r8169, sky2, virtio_net (bnc #434203) +- added netconsole (bnc #430282) +- added missing perl module (bnc #432499) + +------------------------------------------------------------------- +Mon Oct 27 14:14:39 CET 2008 - snwint@suse.de + +- add xenpae compat symlinks (bnc #397065) + +------------------------------------------------------------------- +Mon Oct 27 12:36:40 CET 2008 - snwint@suse.de + +- replace FZSongTi -> ttf-arphic-uming (bnc #431280) + +------------------------------------------------------------------- +Mon Oct 27 11:41:02 CET 2008 - snwint@suse.de + +- add ibmvfc (bnc #438085) +- adjust to boost package split +- added showmount (bnc #432951) + +------------------------------------------------------------------- +Mon Oct 20 14:12:18 CEST 2008 - olh@suse.de + +- use petitboot only on ppc +- remove librtas from BuildRequires, its a rpm dependency + +------------------------------------------------------------------- +Fri Oct 17 12:11:24 CEST 2008 - snwint@suse.de + +- even s390x needs sax2 now (bnc #432738) + +------------------------------------------------------------------- +Thu Oct 16 15:49:19 CEST 2008 - snwint@suse.de + +- fixed initrd fs parts code (bnc #430140) + +------------------------------------------------------------------- +Thu Oct 16 01:31:54 CEST 2008 - ro@suse.de + +- re-enable ofed-kmp + +------------------------------------------------------------------- +Wed Oct 15 16:59:33 CEST 2008 - snwint@suse.de + +- added sntp (bnc #431516) +- initrd can have parts in fs images (bnc #430140) + +------------------------------------------------------------------- +Wed Oct 15 15:04:55 CEST 2008 - ro@suse.de + +- temporarily disable ofed-kmp + +------------------------------------------------------------------- +Tue Oct 14 14:41:43 CEST 2008 - uli@suse.de + +- patch initrd offset in kernel when booting via suse.ins + (bnc #432646) + +------------------------------------------------------------------- +Tue Oct 14 01:52:30 CEST 2008 - ro@suse.de + +- remove dropped/upstreamed kmps from buildreqs + +------------------------------------------------------------------- +Mon Oct 13 15:54:05 CEST 2008 - snwint@suse.de + +- the FTP dir was removed, move CD2 content to CD1 (bnc#431320) +- do not package ISERIES64 file anymore (bnc#433685) +- added all kbd keymaps to initrd (bnc #432581) +- various adjustments to new packages + +------------------------------------------------------------------- +Mon Oct 6 15:41:18 CEST 2008 - snwint@suse.de + +- add libsqlite3-0 to rescue image +- md5sum is in /bin now (bnc #431887) +- get efi image size right (bnc #431678) + +------------------------------------------------------------------- +Thu Oct 2 15:13:03 CEST 2008 - ro@suse.de + +- no ofed on ia64 for the moment + +------------------------------------------------------------------- +Thu Oct 2 00:34:42 CEST 2008 - ro@suse.de + +- add the missing gfxboot-brandingg paackes to buildreq + +------------------------------------------------------------------- +Wed Oct 1 11:17:56 CEST 2008 - snwint@suse.de + +- really use SLE themes for bootsplash +- add libservicelog-1_0-1 to rescue image + +------------------------------------------------------------------- +Tue Sep 30 18:26:47 CEST 2008 - snwint@suse.de + +- removed %patch from spec + +------------------------------------------------------------------- +Tue Sep 30 16:58:57 CEST 2008 - snwint@suse.de + +- added yast2-reipl (fate #304960) + +------------------------------------------------------------------- +Tue Sep 30 15:25:41 CEST 2008 - snwint@suse.de + +- yast2-theme-SLED -> *-SLE +- adapt to split kernel package + +------------------------------------------------------------------- +Tue Sep 30 11:26:14 CEST 2008 - kukuk@suse.de + +- yast2-theme-SLED -> yast2-theme-SLE + +------------------------------------------------------------------- +Mon Sep 29 17:06:01 CEST 2008 - snwint@suse.de + +- added uname (bnc #429917) +- look for driver updates on usb media (bnc #363650) +- yast2-theme-openSUSE -> *-SLED + +------------------------------------------------------------------- +Fri Sep 26 18:21:51 CEST 2008 - snwint@suse.de + +- provide PS3 bootloader only on openSuSE +- remove /.buildenv usage, BUILD_DISTRIBUTION_NAME comes now from the rpm spec file +- added iwl5000-ucode +- really added ofed-kmp + +------------------------------------------------------------------- +Fri Sep 26 14:31:24 CEST 2008 - jjolly@suse.de + +- Added ofed to BuildRequires in order to get the latest cxgb3 + +------------------------------------------------------------------- +Tue Sep 23 16:38:28 CEST 2008 - snwint@suse.de + +- ia64: link image -> efi, remove initdisk.gz + +------------------------------------------------------------------- +Tue Sep 23 13:42:40 CEST 2008 - snwint@suse.de + +- add keyboard maps from sax2-indent + +------------------------------------------------------------------- +Mon Sep 22 21:00:26 CEST 2008 - schwab@suse.de + +- Add perl-XML-Simple. + +------------------------------------------------------------------- +Mon Sep 22 15:45:06 CEST 2008 - snwint@suse.de + +- add xen images + +------------------------------------------------------------------- +Mon Sep 22 11:19:52 CEST 2008 - olh@suse.de + +- provide BUILD_DISTRIBUTION_NAME for scripts, /.buildenv is empty + +------------------------------------------------------------------- +Fri Sep 19 15:13:59 CEST 2008 - snwint@suse.de + +- added rpcbind (bnc #427428) +- use either suse-build-key or openSUSE-build-key (bnc #427678) +- start yast repair module with 'dvd' as arg (bnc #403472) +- s390x: added qeth_l{2,3} (bnc #427482) + +------------------------------------------------------------------- +Thu Sep 18 17:50:24 CEST 2008 - snwint@suse.de + +- avoid 'grep | head' +- EFI boot image size has 32MB limit (bnc #427303) + +------------------------------------------------------------------- +Thu Sep 18 14:02:17 CEST 2008 - adrian@suse.de + +- use "build-key" meta provides instead of "suse-build-key" + +------------------------------------------------------------------- +Wed Sep 17 14:33:02 CEST 2008 - snwint@suse.de + +- fixed theme bug +- buildservice fix + +------------------------------------------------------------------- +Wed Sep 17 13:59:40 CEST 2008 - snwint@suse.de + +- split off 'bind' image (with bind tools) (bnc #425382) +- fix motd message (bnc #425403) +- always use openSUSE theme + +------------------------------------------------------------------- +Wed Sep 17 11:25:04 CEST 2008 - kukuk@suse.de + +- disable speechd and yast2-theme-SLED + +------------------------------------------------------------------- +Tue Sep 16 13:11:12 CEST 2008 - snwint@suse.de + +- follow cryptsetup package split + +------------------------------------------------------------------- +Mon Sep 15 15:27:58 CEST 2008 - snwint@suse.de + +- adjust to autobuild changes ('head') + +------------------------------------------------------------------- +Mon Sep 15 15:02:50 CEST 2008 - snwint@suse.de + +- new libvolumeid +- create efi boot image for x86_64 +- s390: added manual=1 to parmfile (but not to parmfile.cd) + +------------------------------------------------------------------- +Thu Sep 11 14:06:58 CEST 2008 - uli@suse.de + +- s390: added inst.exec script (fate #304028) +- merged resmgr patch from Autobuild + +------------------------------------------------------------------- +Tue Sep 9 19:20:50 CEST 2008 - ro@suse.de + +- removed resmgr (dropped) + +------------------------------------------------------------------- +Mon Sep 8 11:33:40 CEST 2008 - snwint@suse.de + +- look in /.build.binaries for rpms first +- added smartctrl (bnc #423661) + +------------------------------------------------------------------- +Wed Sep 3 12:50:18 CEST 2008 - snwint@suse.de + +- sd_mod needs crc-t10dif + +------------------------------------------------------------------- +Mon Sep 1 18:09:29 CEST 2008 - snwint@suse.de + +- load efivars module + +------------------------------------------------------------------- +Mon Sep 1 14:15:05 CEST 2008 - snwint@suse.de + +- removed evms +- temporarily add alsa/sound to initrd (for blinux) +- added yast2-nfs-client +- new kernel modules +- remove unused InputDevices from xorg.conf, leave only /dev/input/mice +- remove unused ModulePath from xorg.conf, it breaks transition from 32 to 64 bit + +------------------------------------------------------------------- +Fri Aug 29 16:31:14 CEST 2008 - snwint@suse.de + +- always use SLE branding + +------------------------------------------------------------------- +Mon Aug 25 11:37:18 CEST 2008 - snwint@suse.de + +- fixed spec file typo + +------------------------------------------------------------------- +Fri Aug 22 14:15:27 CEST 2008 - snwint@suse.de + +- merged Adrians OBS hack +- assume no SLE branding in OBS + +------------------------------------------------------------------- +Wed Aug 20 13:15:06 CEST 2008 - snwint@suse.de + +- make /var/lock/libstorage writable (bnc #416276) +- added s390 network config scripts to initrd +- updated module config +- added bind-utils to inst-sys +- added yast2-multipath + +------------------------------------------------------------------- +Thu Jul 31 15:06:39 CEST 2008 - snwint@suse.de + +- reworked instsys scripts +- added sax2 & gdb image +- added branding images + +------------------------------------------------------------------- +Tue Jul 29 21:16:55 CEST 2008 - coolo@suse.de + +- libzypp needs more of boost now + +------------------------------------------------------------------- +Tue Jul 29 15:29:36 CEST 2008 - ro@suse.de + +- ignore sax* on s390x + +------------------------------------------------------------------- +Tue Jul 29 10:46:43 CEST 2008 - snwint@suse.de + +- fixed BuildRequires + +------------------------------------------------------------------- +Wed Jul 23 12:46:53 CEST 2008 - snwint@suse.de + +- vnc needs Mesa +- added sax for mouse config + +------------------------------------------------------------------- +Tue Jul 22 13:44:40 CEST 2008 - snwint@suse.de + +- removed yast2-storage-evms from BuildRequires + +------------------------------------------------------------------- +Tue Jul 22 12:46:36 CEST 2008 - snwint@suse.de + +- fixed lib deps + +------------------------------------------------------------------- +Mon Jul 21 18:44:22 CEST 2008 - snwint@suse.de + +- added yast2-kdump (fate #303263, fate #303893) + +------------------------------------------------------------------- +Mon Jul 21 17:43:07 CEST 2008 - snwint@suse.de + +- adjusted to various package changes +- new modules +- fixed udev start script to use udevadm (bnc #406632) +- remove unneeded mkdir CD1/boot/ppc +- remove atimiscold_drv, i810_drv and SecurityPolicy +- add libpciaccess.so from xorg-x11-libs +- fix librtas installation for 64bit +- add start-statd (bnc#399987) + +------------------------------------------------------------------- +Fri Jul 4 11:54:30 CEST 2008 - snwint@suse.de + +- fixed library deps: libldap, libncursesw +- atimisc_drv gone +- ipv6 support added + +------------------------------------------------------------------- +Fri Jul 4 08:56:41 CEST 2008 - aj@suse.de + +- Follow ldap rename. + +------------------------------------------------------------------- +Wed Jun 25 10:41:18 CEST 2008 - snwint@suse.de + +- update ppc image build for 32bit and 64bit +- keep /lib/libgcc_s.so on ppc64 +- fix some missing /usr/lib64/ path in root image +- add arch ppc64 in addition to arch ppc (fate#304103) +- more xfs tools (bnc #401954) + +------------------------------------------------------------------- +Mon Jun 9 13:13:54 CEST 2008 - snwint@suse.de + +- fix firmware test environment +- added missing desktop icon + +------------------------------------------------------------------- +Mon Jun 2 14:16:32 CEST 2008 - snwint@suse.de + +- remove sk98lin (bnc #391275) + +------------------------------------------------------------------- +Tue May 27 15:58:40 CEST 2008 - snwint@suse.de + +- add default openSUSE DUD location + +------------------------------------------------------------------- +Tue May 27 01:47:36 CEST 2008 - ro@suse.de + +- scsi package has been split up, adapt rescue filelist + +------------------------------------------------------------------- +Mon May 26 18:57:56 CEST 2008 - snwint@suse.de + +- fix cpufreq config (part 2) + +------------------------------------------------------------------- +Mon May 19 17:46:34 CEST 2008 - snwint@suse.de + +- s390: new path to iucv +- fix cpufreq config +- move most fonts out of instsys + +------------------------------------------------------------------- +Fri May 16 12:43:10 CEST 2008 - uli@suse.de + +- s390: new path to iucv module + +------------------------------------------------------------------- +Thu May 15 17:49:08 CEST 2008 - snwint@suse.de + +- provide the linux32/initrd32 files on install media to simplify + install on oldworld macs +- drop pata_isapnp (bnc #388948) +- adjust to new gfxboot package + +------------------------------------------------------------------- +Wed May 14 11:15:32 CEST 2008 - olh@suse.de + +- remove unneeded /SuSE/SuSE/ppc/boot/ directory + +------------------------------------------------------------------- +Tue May 13 15:57:01 CEST 2008 - snwint@suse.de + +- we need liblzmadec + +------------------------------------------------------------------- +Tue May 13 15:36:03 CEST 2008 - snwint@suse.de + +- ps3: add swapon +- adjust to last bootsplash branding changes (no animations) + +------------------------------------------------------------------- +Fri May 9 17:03:35 CEST 2008 - snwint@suse.de + +- firmware test needs pci lib +- remove autoloading of ps3vram and mtdblock, linuxrc loads them + +------------------------------------------------------------------- +Thu May 8 18:24:58 CEST 2008 - snwint@suse.de + +- add swap to videoram on PS3 (ps3vram, mtd, mtd_blkdevs, mtdblock) +- fix some package deps + +------------------------------------------------------------------- +Thu May 8 13:07:51 CEST 2008 - snwint@suse.de + +- configure & start brld in rescue system + +------------------------------------------------------------------- +Wed May 7 16:33:06 CEST 2008 - snwint@suse.de + +- lower memory limit for swap (bnc #385699) +- ide-cd was renamed to ide-cd_mod +- moved braille programs to initrd + +------------------------------------------------------------------- +Wed Apr 30 15:15:05 CEST 2008 - snwint@suse.de + +- added cracklib locales (bnc #381286) +- multipath tools need a lib + +------------------------------------------------------------------- +Mon Apr 28 18:03:53 CEST 2008 - snwint@suse.de + +- virtio: load all virtio modules +- ncurses -> ncurses-utils, terminfo-base + +------------------------------------------------------------------- +Thu Apr 24 14:41:52 CEST 2008 - snwint@suse.de + +- added nice (bnc #381470) +- more virtio modules +- added file to rescue system (bnc #381857) + +------------------------------------------------------------------- +Mon Apr 21 12:35:56 CEST 2008 - snwint@suse.de + +- added arping (bnc #379987) + +------------------------------------------------------------------- +Mon Apr 21 12:07:01 CEST 2008 - ro@suse.de + +- xenpae is gone + +------------------------------------------------------------------- +Thu Apr 17 17:53:25 CEST 2008 - snwint@suse.de + +- re-enable xen (bnc #380635) + +------------------------------------------------------------------- +Tue Apr 15 19:59:27 CEST 2008 - ro@suse.de + +- buildreq: ncurses-32bit -> libncurses5-32bit + +------------------------------------------------------------------- +Tue Apr 15 11:57:12 CEST 2008 - snwint@suse.de + +- there are debuginfo & debugsource packages now + +------------------------------------------------------------------- +Mon Apr 14 17:07:53 CEST 2008 - snwint@suse.de + +- various library fixes + +------------------------------------------------------------------- +Wed Apr 9 15:39:03 CEST 2008 - snwint@suse.de + +- adjust to new bootsplash & gfxboot branding packages + +------------------------------------------------------------------- +Mon Apr 7 14:55:12 CEST 2008 - snwint@suse.de + +- removed busybox (too broken) +- glib2 was splitted +- libxcrypt has plugin dir +- don't include yast2-trans-xx packages in inst-sys + +------------------------------------------------------------------- +Wed Apr 2 12:29:01 CEST 2008 - snwint@suse.de + +- fixed spec fix + +------------------------------------------------------------------- +Tue Apr 1 16:05:34 CEST 2008 - snwint@suse.de + +- changed config to use rpmlist +- fixed spec to copy rpmlist +- drop root.fonts + +------------------------------------------------------------------- +Mon Mar 31 15:40:47 CEST 2008 - snwint@suse.de + +- add /boot//rpmlist + +------------------------------------------------------------------- +Mon Mar 31 13:06:31 CEST 2008 - snwint@suse.de + +- libgssapi renamed +- added lzma +- added rpm & mksquashfs to initrd + +------------------------------------------------------------------- +Tue Mar 25 14:43:46 CET 2008 - snwint@suse.de + +- adjust to new perl package +- parted needs libreiserfs (bnc #373166) +- Loma looks better than Garuda + +------------------------------------------------------------------- +Mon Mar 17 18:23:56 CET 2008 - snwint@suse.de + +- qt needs utf-16.so (bnc #371747) + +------------------------------------------------------------------- +Fri Mar 14 15:39:33 CET 2008 - snwint@suse.de + +- add bootsplash files directly to initrd for ZENworks (bnc #370332) +- add ipv6 module (bnc #370073) + +------------------------------------------------------------------- +Thu Mar 13 15:17:36 CET 2008 - olh@suse.de + +- PS3 otheros.bld moved from powerpc-utils to petitboot package + +------------------------------------------------------------------- +Tue Mar 11 15:11:36 CET 2008 - snwint@suse.de + +- curl needs kerberos +- adapt to new kernel + +------------------------------------------------------------------- +Thu Mar 6 12:25:54 CET 2008 - snwint@suse.de + +- added users_proposal.ycp (fate #302980) + +------------------------------------------------------------------- +Thu Mar 6 10:58:31 CET 2008 - olh@suse.de + +- add kernel-ppc64 to install-initrd for full module list + +------------------------------------------------------------------- +Tue Mar 4 14:35:15 CET 2008 - snwint@suse.de + +- added cracklib-dict-full to BuildRequires (bnc #365506) + +------------------------------------------------------------------- +Mon Mar 3 18:27:34 CET 2008 - snwint@suse.de + +- added virtualbox drivers (bnc #358460) + +------------------------------------------------------------------- +Mon Mar 3 16:12:41 CET 2008 - snwint@suse.de + +- A. Stieger: adjust mkbootdisk script to use two digits for floppy + image names +- fixed library list for firmware test (bnc #359320) + +------------------------------------------------------------------- +Wed Feb 27 20:12:44 CET 2008 - coolo@suse.de + +- adapt to yast2-core split + +------------------------------------------------------------------- +Fri Feb 22 12:29:32 CET 2008 - snwint@suse.de + +- added inst_root_first.ycp + +------------------------------------------------------------------- +Fri Feb 22 12:07:20 CET 2008 - snwint@suse.de + +- added ralink-firmware (#357256) +- adapt to pwdutils changes + +------------------------------------------------------------------- +Thu Feb 21 21:05:21 CET 2008 - coolo@suse.de + +- adapt to libzypp changes + +------------------------------------------------------------------- +Mon Feb 11 12:06:41 CET 2008 - snwint@suse.de + +- add bnx2 on ppc (#359114) +- add ixgbe and e1000e on ppc (#358970) +- added sha1sum (fate #302955) +- added cracklib dict (fate #302980) +- fix module dependencies for fec_mpc52xx, dont mark required modules as hidden (#347234) + +------------------------------------------------------------------- +Tue Feb 5 18:34:07 CET 2008 - bk@suse.de + +- ntfs-3g uses /lib*/libntfs-3g.so.* for ntfs-3g and ntfs-3g.probe + +------------------------------------------------------------------- +Tue Feb 5 17:15:03 CET 2008 - snwint@suse.de + +- increased number of loop devs to 64 + +------------------------------------------------------------------- +Tue Feb 5 16:22:03 CET 2008 - olh@suse.de + +- add more debuginfo packages to debug Xvnc (#358865) +- no -debuginfo packages on s390 + +------------------------------------------------------------------- +Mon Feb 4 18:03:29 CET 2008 - snwint@suse.de + +- adapted to new gfxboot +- added 'mediacheck' boot option + +------------------------------------------------------------------- +Fri Feb 1 16:42:10 CET 2008 - snwint@suse.de + +- adjusted to new sbl package +- added yast2-users (fate #302980) + +------------------------------------------------------------------- +Thu Jan 31 15:14:50 CET 2008 - snwint@suse.de + +- put debuginfo into image files + +------------------------------------------------------------------- +Wed Jan 30 15:40:07 CET 2008 - snwint@suse.de + +- fixed perl file list (#357249) + +------------------------------------------------------------------- +Wed Jan 30 14:54:52 CET 2008 - snwint@suse.de + +- added icewm + +------------------------------------------------------------------- +Wed Jan 30 14:25:34 CET 2008 - snwint@suse.de + +- build with split root/rescue images +- fixed debug initrd + +------------------------------------------------------------------- +Mon Jan 28 17:03:16 CET 2008 - snwint@suse.de + +- add rescue system setup script +- add tmpfs bindmount to /usr/{lib,src}/debug +- adjust to perl package changes + +------------------------------------------------------------------- +Wed Jan 23 19:05:13 CET 2008 - olh@suse.de + +- add libqt4-debuginfo + one line per debuginfo BuildRequires for simpler diffs + +------------------------------------------------------------------- +Tue Jan 22 16:05:42 CET 2008 - snwint@suse.de + +- removed all references to $INSTSYS + +------------------------------------------------------------------- +Tue Jan 22 11:35:25 CET 2008 - snwint@suse.de + +- add module dependencies for fec_mpc52xx (#347234) +- some package names changed + +------------------------------------------------------------------- +Tue Jan 15 16:22:36 CET 2008 - snwint@suse.de + +- fix crypto module list (#351604) + +------------------------------------------------------------------- +Mon Jan 14 14:33:41 CET 2008 - snwint@suse.de + +- prepare to split off common part from rescue/instsys images +- adapt to new perl +- sqlite is libsqlite3 now + +------------------------------------------------------------------- +Wed Jan 9 15:22:27 CET 2008 - snwint@suse.de + +- prepare for separate language-dependent instsys parts + +------------------------------------------------------------------- +Tue Jan 8 16:19:17 CET 2008 - snwint@suse.de + +- added mkfifo to instsys + +------------------------------------------------------------------- +Mon Jan 7 12:55:40 CET 2008 - snwint@suse.de + +- include the jpeg plugin so that qt can read the world map +- country was split into 2 packages +- remove some libraries no longer in use +- also rename the libpng package in the file list +- BuildRequires: libpng-debuginfo -> libpng12-0-debuginfo +- added igb + +------------------------------------------------------------------- +Sat Dec 29 14:19:41 CET 2007 - coolo@suse.de + +- include the jpeg plugin so that qt can read the world map + +------------------------------------------------------------------- +Thu Dec 20 21:45:13 CET 2007 - coolo@suse.de + +- country was split into 2 packages + +------------------------------------------------------------------- +Thu Dec 13 14:38:06 CET 2007 - coolo@suse.de + +- remove some libraries no longer in use + +------------------------------------------------------------------- +Thu Dec 13 09:16:27 CET 2007 - coolo@suse.de + +- remove yast2-qt4 again + +------------------------------------------------------------------- +Wed Dec 12 09:47:23 CET 2007 - coolo@suse.de + +- next try to get it build + +------------------------------------------------------------------- +Mon Dec 10 17:47:27 CET 2007 - coolo@suse.de + +- also rename the libpng package in the file list +- add yast2-qt4 for easier testing with both qt frontends + +------------------------------------------------------------------- +Mon Dec 10 07:04:47 CET 2007 - aj@suse.de + +- BuildRequires: libpng-debuginfo -> libpng12-0-debuginfo + +------------------------------------------------------------------- +Mon Dec 3 17:40:06 CET 2007 - snwint@suse.de + +- it's libblocxx6 now (#343731) +- sys-manager will be named ps3-sys-manager in newer kernels +- move ppc kernel/initrd from CD2 to FTP/suseboot directory (#333665) + +------------------------------------------------------------------- +Mon Dec 3 12:58:43 CET 2007 - ro@suse.de + +- mktemp is in coreutils now + +------------------------------------------------------------------- +Sun Dec 2 20:24:45 CET 2007 - coolo@suse.de + +- glib2 needs pcre now + +------------------------------------------------------------------- +Fri Nov 30 13:20:06 CET 2007 - ro@suse.de + +- remove liby2util (dropped) + +------------------------------------------------------------------- +Wed Nov 28 15:01:30 CET 2007 - coolo@suse.de + +- follow library renames + +------------------------------------------------------------------- +Mon Nov 12 15:29:21 CET 2007 - snwint@suse.de + +- adjust to new kernel + +------------------------------------------------------------------- +Mon Nov 12 12:11:40 CET 2007 - ro@suse.de + +- disable xen for the moment +- remove rt2x00,adm8211,iwlwifi (merged into mainline kernel) + +------------------------------------------------------------------- +Fri Nov 9 12:52:01 CET 2007 - snwint@suse.de + +- fix firmware test menu entry (#331531) +- include pkg-bindings translations (#330343) +- updated module list +- switch to gcc43 + +------------------------------------------------------------------- +Thu Oct 25 18:11:33 CEST 2007 - ro@suse.de + +- re-enable xen following kernel-source + +------------------------------------------------------------------- +Mon Oct 22 16:01:56 CEST 2007 - snwint@suse.de + +- fixed fvmw deps +- reworked xen switch a bit + +------------------------------------------------------------------- +Fri Oct 19 17:13:13 CEST 2007 - ro@suse.de + +- added libaio for multipath +- added libpixman for Xorg +- added gtk2/glib2/cairo/librsvg for fvwm + +------------------------------------------------------------------- +Fri Oct 19 17:02:03 CEST 2007 - snwint@suse.de + +- changed product version to 11.0 (#332774) +- make /etc/YaST2 writable (#329795) +- added ldap libs to initrd (#333768) + +------------------------------------------------------------------- +Fri Oct 19 16:31:23 CEST 2007 - ro@suse.de + +- add master-switch in specfile to enable/disable xen images +- disable xen until we have kernel-xen again + +------------------------------------------------------------------- +Thu Sep 27 15:14:02 CEST 2007 - snwint@suse.de + +- added intel xorg driver (#328042) + +------------------------------------------------------------------- +Tue Sep 25 17:52:16 CEST 2007 - snwint@suse.de + +- added libbrld.so + +------------------------------------------------------------------- +Mon Sep 24 14:56:43 CEST 2007 - snwint@suse.de + +- reenabled atl1.ko (#309320) + +------------------------------------------------------------------- +Mon Sep 24 11:50:45 CEST 2007 - snwint@suse.de + +- some kpartx parts were missing (#326692) +- run postin for module-init-tools (#326265) +- add cp936 (#327209) + +------------------------------------------------------------------- +Mon Sep 17 17:43:54 CEST 2007 - snwint@suse.de + +- added ln & rmdir to initrd (#292375) + +------------------------------------------------------------------- +Sun Sep 16 20:47:52 CEST 2007 - coolo@suse.de + +- adapt to new path of ncursesw + +------------------------------------------------------------------- +Mon Sep 10 17:16:34 CEST 2007 - snwint@suse.de + +- adjust inst_setup script: dbus has been moved to /bin (#303799) +- get hald working again + +------------------------------------------------------------------- +Fri Sep 7 17:59:07 CEST 2007 - snwint@suse.de + +- added brld + +------------------------------------------------------------------- +Mon Sep 3 19:23:55 CEST 2007 - snwint@suse.de + +- add modprobe config to initrd (#303728) + +------------------------------------------------------------------- +Mon Sep 3 14:11:58 CEST 2007 - schwab@suse.de + +- Fix build requires. + +------------------------------------------------------------------- +Fri Aug 31 16:33:32 CEST 2007 - snwint@suse.de + +- sdparm is back (#304967) +- kpartx: add activate_dm_linear (#305095) + +------------------------------------------------------------------- +Mon Aug 27 18:25:20 CEST 2007 - snwint@suse.de + +- add PS3 sys-manager module to allow reboot, remove old ps3_storage +- moved some files from firmware image to initrd +- increase boot loader timeout to 1 min +- add some ntp files (#299238) +- add drivers/cdrom/viocd.ko to search path +- remove unused ppc_iseries64 code +- squashfs in different dir now + +------------------------------------------------------------------- +Sat Aug 25 22:26:07 CEST 2007 - olh@suse.de + +- remove squashfs-KMP + +------------------------------------------------------------------- +Fri Aug 17 14:59:57 CEST 2007 - snwint@suse.de + +- x86_64: libusb really added + +------------------------------------------------------------------- +Thu Aug 16 17:15:23 CEST 2007 - schwab@suse.de + +- Always add ltrace. + +------------------------------------------------------------------- +Thu Aug 16 15:28:27 CEST 2007 - snwint@suse.de + +- fix x86 module deps +- fix perl module deps + +------------------------------------------------------------------- +Thu Aug 16 11:44:57 CEST 2007 - snwint@suse.de + +- add fec_mpc52xx for efika +- advansys module added (#300791) +- appletouch mdule added +- fixed kmp list + +------------------------------------------------------------------- +Mon Aug 13 16:02:43 CEST 2007 - snwint@suse.de + +- fixed perl module deps +- clean up library list + +------------------------------------------------------------------- +Mon Aug 13 13:41:34 CEST 2007 - snwint@suse.de + +- adjusted to recent package changes + +------------------------------------------------------------------- +Fri Aug 10 16:26:08 CEST 2007 - snwint@suse.de + +- added more requirements for Compress::Zlib: File/Spec + +------------------------------------------------------------------- +Thu Aug 9 18:12:58 CEST 2007 - snwint@suse.de + +- removed old license.zip unpack code +- autoload some mods for wlan + +------------------------------------------------------------------- +Thu Aug 9 14:59:38 CEST 2007 - snwint@suse.de + +- added showy2log and y2tool from yast2-devtools to inst-sys +- added perl dependencies of showy2log: Getopt/Long.pm, base.pm, sigtrap.pm +- removed duplicate entry for Errno.pm +- added yast to default .bash_history +- added requirements for Compress::Zlib: File/Glob.pm, auto/File/Glob, + auto/List/Util, perl-*Compress* +- added kexec to initrd & rescue system +- some new ata modules +- fixed perl module deps + +------------------------------------------------------------------- +Tue Aug 7 15:59:18 CEST 2007 - snwint@suse.de + +- libcurl fix, 2nd try + +------------------------------------------------------------------- +Mon Aug 6 18:44:10 CEST 2007 - snwint@suse.de + +- added gpg to initrd (feat. 302195) + +------------------------------------------------------------------- +Mon Aug 6 12:39:46 CEST 2007 - snwint@suse.de + +- getcfg gone +- use squashfs for images +- cleaned up Makefile a bit +- added yast2-ntp-client (#296469) +- readline renamed to libreadline5 +- added xset (#294292) + +------------------------------------------------------------------- +Sun Aug 5 18:18:48 CEST 2007 - aj@suse.de + +- Follow readline rename to libreadline5. + +------------------------------------------------------------------- +Tue Jul 31 15:12:31 CEST 2007 - snwint@suse.de + +- include floppy images again + +------------------------------------------------------------------- +Mon Jul 30 11:48:50 CEST 2007 - snwint@suse.de + +- firmwarekit now in /usr/lib +- added ps3 modules (#153268) +- added rpc.statd +- various package changes + +------------------------------------------------------------------- +Mon Jul 23 18:13:56 CEST 2007 - snwint@suse.de + +- moved 'install - XXX' variants into submenu, added 'repair' entry (#293827) + +------------------------------------------------------------------- +Fri Jul 20 12:06:09 CEST 2007 - snwint@suse.de + +- use perl-XML-Bare + +------------------------------------------------------------------- +Mon Jul 16 15:04:47 CEST 2007 - snwint@suse.de + +- check perl module dependencies +- reduce MemYaST to 128MB (#282813) +- remove minmemory=0 boot option because it disables memory detection in linuxrc +- remove obsolete MemYaSTText=0 boot option + +------------------------------------------------------------------- +Thu Jul 12 15:06:13 CEST 2007 - snwint@suse.de + +- added Sinhala font +- yast needs perl-XML-Simple/-Parser + +------------------------------------------------------------------- +Wed Jul 11 13:09:15 CEST 2007 - snwint@suse.de + +- stop udevd from loading modules (a feature added in #286132) + +------------------------------------------------------------------- +Wed Jul 11 12:24:20 CEST 2007 - snwint@suse.de + +- e2fsprogs package split +- xorg.conf: drop glx + +------------------------------------------------------------------- +Thu Jul 5 21:28:52 CEST 2007 - bk@suse.de + +- fuse and ntfs-3g moved from /usr/{bin,lib*} to /bin and /lib* + +------------------------------------------------------------------- +Wed Jul 4 11:23:07 CEST 2007 - snwint@suse.de + +- libelf -> libelf0 +- limal is back + +------------------------------------------------------------------- +Mon Jul 2 21:58:38 CEST 2007 - lrupp@suse.de + +- libelf => libelf0 + +------------------------------------------------------------------- +Mon Jul 2 17:51:14 CEST 2007 - snwint@suse.de + +- change cursor theme to DMZ + +------------------------------------------------------------------- +Mon Jul 2 16:20:49 CEST 2007 - snwint@suse.de + +- put xen initrd & kernel on install media (#284121) +- no longer build um-initrds + +------------------------------------------------------------------- +Mon Jul 2 14:51:10 CEST 2007 - snwint@suse.de + +- added socat, wget to rescue (#288734) +- gpg -> gpg2 + +------------------------------------------------------------------- +Thu Jun 21 16:05:22 CEST 2007 - snwint@suse.de + +- removed limal* packages + +------------------------------------------------------------------- +Tue Jun 19 12:57:30 CEST 2007 - snwint@suse.de + +- use libstdc++42 + +------------------------------------------------------------------- +Mon Jun 18 15:13:56 CEST 2007 - snwint@suse.de + +- move to libgcc42 +- libltdl -> libltdl-3 + +------------------------------------------------------------------- +Thu Jun 14 14:30:39 CEST 2007 - snwint@suse.de + +- vim is back + +------------------------------------------------------------------- +Tue Jun 12 18:48:39 CEST 2007 - snwint@suse.de + +- added ntfs-3g support (#276450) +- added nfs-client to rescue system + +------------------------------------------------------------------- +Mon Jun 11 13:05:49 CEST 2007 - snwint@suse.de + +- added mount.nfs from nfs-client (#282750) + +------------------------------------------------------------------- +Mon Jun 11 12:21:10 CEST 2007 - snwint@suse.de + +- wlan module changes +- nfs package changes +- added xorg-x11-server to BuildRequires + +------------------------------------------------------------------- +Fri Jun 8 10:27:47 CEST 2007 - ro@suse.de + +- add BuildIgnore for grass (pulled in by IPA fonts) + +------------------------------------------------------------------- +Mon Jun 4 15:53:55 CEST 2007 - snwint@suse.de + +- added 'yes' to inst-sys +- new modules +- some package renames + +------------------------------------------------------------------- +Tue May 29 16:57:12 CEST 2007 - snwint@suse.de + +- yast2-network added +- create_interface script removed + +------------------------------------------------------------------- +Fri May 25 16:20:55 CEST 2007 - snwint@suse.de + +- MemYaSTText option no longer exists + +------------------------------------------------------------------- +Thu May 24 12:56:19 CEST 2007 - snwint@suse.de + +- kpartx is separate package +- linuxrc needs liblkid & mkswap + +------------------------------------------------------------------- +Mon May 21 15:32:18 CEST 2007 - snwint@suse.de + +- add ahci, sata_sil24, sata_sil on ppc +- added ps3_storage +- various package changes +- removed evms +- fix perl file list +- fixed module list parser (cbc.ko now really added) + +------------------------------------------------------------------- +Tue May 8 17:29:05 CEST 2007 - snwint@suse.de + +- added otheros.bld for ps3 +- move pre-generated ssh keys out of /etc +- we have libopenssl now +- added udev rule for ipw3945d + +------------------------------------------------------------------- +Fri May 4 15:02:47 CEST 2007 - snwint@suse.de + +- libexpat.so.1 moved from expat to libexpat1 +- fix inst_setup_ssh -n rootpassword +- re-add vim to inst-sys +- add mkdir to /bin, so udev scripts work (#270490) + +------------------------------------------------------------------- +Mon Apr 30 18:46:31 CEST 2007 - ro@suse.de + +- added libexpat1 (#269981) + +------------------------------------------------------------------- +Fri Apr 27 12:14:47 CEST 2007 - snwint@suse.de + +- s390: add dasdinfo +- readd ide-cd on ppc +- readd vim to inst-sys +- use kernel-ppc64 instead of kernel-iseries64 for ISERIES64 boot file +- added libzypp translations (#219783) + +------------------------------------------------------------------- +Thu Apr 19 01:09:42 CEST 2007 - ro@suse.de + +- remove sqlite-zmd (dropped) + +------------------------------------------------------------------- +Wed Apr 18 16:30:06 CEST 2007 - snwint@suse.de + +- 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 12:18:20 CEST 2007 - snwint@suse.de + +- reworked ssh/sshd config + +------------------------------------------------------------------- +Tue Apr 17 20:24:28 CEST 2007 - schwab@suse.de + +- libcurl moved to libcurl4. +- guessfstype is gone. + +------------------------------------------------------------------- +Tue Apr 3 15:17:08 CEST 2007 - snwint@suse.de + +- remove unused coff support from ppc32, boot image cant fit into 4MB +- readd sd_mod and sr_mod on ppc32 +- vim is back +- adjusted BuildRequires + +------------------------------------------------------------------- +Wed Mar 28 15:23:59 CEST 2007 - snwint@suse.de + +- fixed type in BuildRequires + +------------------------------------------------------------------- +Tue Mar 27 13:51:58 CEST 2007 - snwint@suse.de + +- ide-disk no longer autoloaded +- added rt2x00lib module + +------------------------------------------------------------------- +Mon Mar 26 17:41:27 CEST 2007 - snwint@suse.de + +- add pata_sil680 for QS20 and pata_amd for JS20 to ppc64 initrd +- add viodasd, viocd and iseries_veth to ppc64 initrd +- added killproc (#244385) +- cleand up a bit & removed some really ancient files +- don't stop if kmp packages are missing +- add package list to initrd & rescue system +- use new wlan km packages +- autoload ide-disk module until #250241 is fixed + +------------------------------------------------------------------- +Wed Mar 21 12:21:41 CET 2007 - snwint@suse.de + +- add new 2.6.21 drivers +- we need fribidi to build gfxboot + +------------------------------------------------------------------- +Tue Mar 20 15:52:26 CET 2007 - snwint@suse.de + +- enable pata drivers for cmd64x, mpc52xx, via on ppc32 +- added libsmbios + +------------------------------------------------------------------- +Wed Mar 14 16:25:35 CET 2007 - snwint@suse.de + +- add more evms tools (#249764) +- removed old ahci workaround (-> v6.35) + +------------------------------------------------------------------- +Wed Mar 14 12:15:46 CET 2007 - snwint@suse.de + +- s390: something about osa layer 2/3 (#184438) +- parted needs libreiserfs-devel (#198054) + +------------------------------------------------------------------- +Tue Mar 13 15:43:10 CET 2007 - snwint@suse.de + +- really set hostname in /sbin/inst_setup when booted with hostname=myhostname +- hal needs libuuid + +------------------------------------------------------------------- +Mon Mar 5 13:17:54 CET 2007 - snwint@suse.de + +- move unused bootfiles from CD1/suseboot/ to CD2/boot/ppc/ (#248844) +- we need sqlite-zmd + +------------------------------------------------------------------- +Mon Feb 26 11:00:08 CET 2007 - snwint@suse.de + +- added yast2-add-on, xorg-x11-libxcb + +------------------------------------------------------------------- +Thu Feb 22 14:56:51 CET 2007 - snwint@suse.de + +- fixed bug in splash config +- create_interface: extract OSA MAC address from install.inf (#184438) +- added new xen modules +- don't autoload scsi/ide base modules (udev does it for us) + +------------------------------------------------------------------- +Wed Feb 14 16:19:06 CET 2007 - snwint@suse.de + +- add qla3xxx and netxen for ppc +- added ext4 modules + +------------------------------------------------------------------- +Fri Feb 9 14:51:34 CET 2007 - snwint@suse.de + +- Korean uses UnDotum instead of gulim font +- added sha256 module (#242508) + +------------------------------------------------------------------- +Thu Feb 8 11:58:57 CET 2007 - snwint@suse.de + +- added #needsrootforbuild + +------------------------------------------------------------------- +Mon Feb 5 13:04:59 CET 2007 - snwint@suse.de + +- removed sock (#167572) +- fixed hostname fix (#230617) +- added keyutils-libs + +------------------------------------------------------------------- +Tue Jan 30 10:18:54 CET 2007 - schwab@suse.de + +- Add keyutils-libs. + +------------------------------------------------------------------- +Fri Jan 26 15:08:24 CET 2007 - snwint@suse.de + +- added checkmedia to BuildRequires (#238670) + +------------------------------------------------------------------- +Thu Jan 25 15:23:35 CET 2007 - snwint@suse.de + +- added adaptec firmware (#238630) +- added crc32 modules (#221223, #238661) + +------------------------------------------------------------------- +Thu Jan 25 14:29:25 CET 2007 - snwint@suse.de + +- track yast2 translations via yast2-trans-allpacks package (#216231) + +------------------------------------------------------------------- +Wed Jan 24 16:24:55 CET 2007 - snwint@suse.de + +- added new fonts to BuildRequires + +------------------------------------------------------------------- +Wed Jan 24 15:48:08 CET 2007 - snwint@suse.de + +- removed ShadowFB option (#231079) +- added some new fonts (#237347) + +------------------------------------------------------------------- +Wed Jan 24 14:20:58 CET 2007 - snwint@suse.de + +- wlan-kmp-xen is gone, ignoring it for now + +------------------------------------------------------------------- +Mon Jan 22 12:23:09 CET 2007 - snwint@suse.de + +- some new modules +- pciutils-ids gone crazy + +------------------------------------------------------------------- +Fri Jan 19 17:21:08 CET 2007 - snwint@suse.de + +- fix hostname display for ssh install (#230617) +- fixed mkbootdisk script to write files in correct order (#231158) +- make inst_setup_ssh script more robust (#233760) + +------------------------------------------------------------------- +Thu Jan 18 14:17:34 CET 2007 - snwint@suse.de + +- added ibmvstgt + +------------------------------------------------------------------- +Wed Jan 17 15:06:43 CET 2007 - snwint@suse.de + +- added cryptsetup +- added arch specific crypto modules +- remove udpcast (dropped package) +- gnome moved from /opt/gnome to /usr +- add new modules from 2.6.20-rc4 +- add iscsi modules on ppc (#232501/#226682) +- libgcrypt was moved to /lib +- handle modular ramdisk +- add mptsas on ppc if available (#225712) +- add winbond pata pata_sl82c105 on ppc if availble (#159235) + +------------------------------------------------------------------- +Tue Jan 16 08:25:27 CET 2007 - aj@suse.de + +- Further changes for /opt/gnome move. + +------------------------------------------------------------------- +Mon Jan 15 13:21:07 CET 2007 - aj@suse.de + +- Get it building again with moved files. + +------------------------------------------------------------------- +Wed Jan 10 18:36:03 CET 2007 - olh@suse.de + +- handle new kernel modules from 2.6.20-rc4 + reenable evms + +------------------------------------------------------------------- +Fri Dec 22 13:37:41 CET 2006 - ro@suse.de + +- remove udpcast (dropped package) + +------------------------------------------------------------------- +Wed Nov 29 18:15:58 CET 2006 - olh@suse.de + +- disable evms for 10.2 only + boot installer with give_me_evms_access to get it back + +------------------------------------------------------------------- +Mon Nov 27 16:04:22 CET 2006 - snwint@suse.de + +- adjust memory limits (#223753) + +------------------------------------------------------------------- +Sat Nov 25 10:02:56 CET 2006 - olh@suse.de + +- reenable xorg debuginfo packages, they are required (#223718) + +------------------------------------------------------------------- +Fri Nov 24 16:20:03 CET 2006 - snwint@suse.de + +- fixed README + +------------------------------------------------------------------- +Thu Nov 23 12:45:21 CET 2006 - snwint@suse.de + +- pmtools is intel only (#223186) +- add acpidump to rescue, moved pmtools from inst-sys to initrd +- mke2fs now needs a config file (#220200) + +------------------------------------------------------------------- +Tue Nov 21 15:50:13 CET 2006 - snwint@suse.de + +- added bcm43xx (#211037) + +------------------------------------------------------------------- +Tue Nov 21 12:40:30 CET 2006 - snwint@suse.de + +- s390x: no Xnest & Xvfb +- ia64: evmsn needs libpanelw +- pam_unix2.conf gone ages ago + +------------------------------------------------------------------- +Mon Nov 20 18:07:26 CET 2006 - snwint@suse.de + +- module config fix +- correct some build errors + +------------------------------------------------------------------- +Mon Nov 20 17:45:47 CET 2006 - snwint@suse.de + +- readd DefaultDepth 16 for fbdev at runtime (#221139) +- reenabled stricter build error checking + +------------------------------------------------------------------- +Fri Nov 17 12:47:57 CET 2006 - snwint@suse.de + +- added some yast2-trans packages +- removed DefaultDepth option from fbdev section (#221139) +- add ehea network driver on ppc (#221292) +- add qla4xxx to initrd on ppc +- fix kmp handling +- use memtest86+ + +------------------------------------------------------------------- +Wed Nov 15 16:09:27 CET 2006 - snwint@suse.de + +- updated text mode boot menu +- portmap needs sysconfig (#220840) +- biostest needs dmidecode + +------------------------------------------------------------------- +Tue Nov 14 12:42:14 CET 2006 - snwint@suse.de + +- changed DefaultColorDepth to DefaultDepth in xorg.conf template +- fixed joe config +- fixed building with latest gfxboot + +------------------------------------------------------------------- +Mon Nov 13 17:54:10 CET 2006 - snwint@suse.de + +- added Option "ShadowFB" "off" to (vesa) xorg template +- added DefaultDepth 16 to (Screen[0]) xorg template +- remove /usr/sbin/atmel_fwl perl script from initrd +- separate pmac_coff and prep image building + +------------------------------------------------------------------- +Fri Nov 10 15:24:35 CET 2006 - snwint@suse.de + +- remove /etc/init.d content from udev +- move the wireless stuff into the i386/x86_64 into the bootsplash section +- remove firmware install scripts from wireless-tools +- provide wlan only on i386 and x86_64 to reduce final initrd size +- smartmontools need libstdc++ + +------------------------------------------------------------------- +Wed Nov 8 13:56:35 CET 2006 - snwint@suse.de + +- added multipath-tools to inst-sys + +------------------------------------------------------------------- +Mon Nov 6 17:19:51 CET 2006 - snwint@suse.de + +- reduce the start_shell noise, reduce output by 3 lines +- a bit more ata modules + +------------------------------------------------------------------- +Fri Oct 27 15:45:58 CEST 2006 - snwint@suse.de + +- works with latest gfxboot package + +------------------------------------------------------------------- +Thu Oct 26 17:35:40 CEST 2006 - snwint@suse.de + +- added agp modules (#204324) +- let yaboot open the output device, instead of blindly using screen. + should fix Xserve serial console +- fixed product name in mkbootdisk (#215214) + +------------------------------------------------------------------- +Tue Oct 24 14:10:54 CEST 2006 - snwint@suse.de + +- minor firmware kit corrections + +------------------------------------------------------------------- +Mon Oct 23 16:14:09 CEST 2006 - snwint@suse.de + +- added gfxboot.cfg + +------------------------------------------------------------------- +Fri Oct 20 15:34:25 CEST 2006 - snwint@suse.de + +- added busybox +- minor biostest fixes +- fixed font issue (#213581) + +------------------------------------------------------------------- +Tue Oct 17 15:31:22 CEST 2006 - snwint@suse.de + +- ext2/3 need mbcache module + +------------------------------------------------------------------- +Tue Oct 17 11:29:31 CEST 2006 - snwint@suse.de + +- enable evms + +------------------------------------------------------------------- +Mon Oct 16 18:38:01 CEST 2006 - snwint@suse.de + +- yast2 runs in fullscreen again (#208307) +- firmware kit gets scp +- fixed error checking when building firmware kit +- added pata modules +- iscsi config files changed +- added jfs_tune (#211412) +- prepare for ext2 +- we now have a pciutils-ids package +- more wlan modules +- add ssh user ids back (#205380) +- remove unused YaST translations (#212233) + +------------------------------------------------------------------- +Thu Oct 5 09:15:02 CEST 2006 - snwint@suse.de + +- remove pata-* modules to make it build + +------------------------------------------------------------------- +Wed Oct 4 17:58:18 CEST 2006 - snwint@suse.de + +- get rid of -override- module dir +- ide modules have been moved into a new directory + +------------------------------------------------------------------- +Mon Oct 2 14:39:31 CEST 2006 - snwint@suse.de + +- start hald later (#209086) +- added wlan packages to BuildRequires + +------------------------------------------------------------------- +Fri Sep 29 00:58:10 CEST 2006 - ro@suse.de + +- yast2-tran-el_GR -> yast2-trans-el + +------------------------------------------------------------------- +Wed Sep 27 16:48:08 CEST 2006 - snwint@suse.de + +- no via_drv +- added acpidmp, acpixtract to initrd + +------------------------------------------------------------------- +Mon Sep 25 16:15:44 CEST 2006 - snwint@suse.de + +- build firmware test image (x86, x86_64) + +------------------------------------------------------------------- +Tue Sep 19 12:30:05 CEST 2006 - snwint@suse.de + +- more lib fixes + +------------------------------------------------------------------- +Tue Sep 19 11:42:59 CEST 2006 - snwint@suse.de + +- fixed Estonian +- fixed lib config + +------------------------------------------------------------------- +Tue Sep 19 07:06:43 CEST 2006 - aj@suse.de + +- Fix BuildRequires: + * Use correct name for openSUSE theme. + * Fix estonian support. + +------------------------------------------------------------------- +Mon Sep 18 16:42:33 CEST 2006 - snwint@suse.de + +- prepared for wlan +- YaST theme is now openSUSE +- added passwd/group to initrd (#205380) +- support Estonian +- add /var/lib/nfs/state to initrd to prevent lockd warnings + +------------------------------------------------------------------- +Mon Sep 4 17:09:21 CEST 2006 - snwint@suse.de + +- added fvwm-root (#203510) +- new modules +- updated pam config + +------------------------------------------------------------------- +Thu Aug 31 12:33:24 CEST 2006 - snwint@suse.de + +- use xorg-x11-fonts-core + +------------------------------------------------------------------- +Tue Aug 22 10:39:50 CEST 2006 - snwint@suse.de + +- add /usr/lib/debug and /usr/src/debug directories to inst-sys, to mount debuginfo from remote + +------------------------------------------------------------------- +Mon Aug 21 15:05:02 CEST 2006 - snwint@suse.de + +- more X11 changes +- added some new modules + +------------------------------------------------------------------- +Mon Aug 21 08:29:37 CEST 2006 - olh@suse.de + +- create /CD1/boot/$arch/inst-sys.*.debuginfo.tar.bz2 + simple fix for #151157 + +------------------------------------------------------------------- +Tue Aug 15 16:52:21 CEST 2006 - snwint@suse.de + +- added libaudit +- more X11 changes +- vnc is back + +------------------------------------------------------------------- +Mon Aug 7 16:04:28 CEST 2006 - snwint@suse.de + +- ongoing X11 changes + +------------------------------------------------------------------- +Mon Aug 7 15:05:31 CEST 2006 - snwint@suse.de + +- added /etc/YaST2 +- adjusted to hal changes +- ongoing X11 changes +- activate raid devs in rescue system + +------------------------------------------------------------------- +Thu Aug 3 16:17:38 CEST 2006 - snwint@suse.de + +- added xxd +- disabled all but SuSE themes +- adjusted to Xorg changes + +------------------------------------------------------------------- +Mon Jul 31 11:16:37 CEST 2006 - snwint@suse.de + +- embrace latest gcc packaging changes +- x11 starts to move to /usr + +------------------------------------------------------------------- +Mon Jul 24 12:01:28 CEST 2006 - snwint@suse.de + +- cpufreq modules are back + +------------------------------------------------------------------- +Mon Jul 24 11:37:05 CEST 2006 - snwint@suse.de + +- add DefaultColorDepth 16 to fbdev section (#144373) +- Depth 15 in fbdev Screen section was listed twice in xorg.conf +- added yast2-trans-{ca,vi} +- zypp needs sqlite + +------------------------------------------------------------------- +Thu Jul 13 14:48:24 CEST 2006 - trenn@suse.de + +- add cpufreq modules (#176791) + +------------------------------------------------------------------- +Tue Jul 4 15:37:05 CEST 2006 - snwint@suse.de + +- updated Zen theme +- makes boot floppies (#189947) + +------------------------------------------------------------------- +Fri Jun 23 11:17:56 CEST 2006 - snwint@suse.de + +- acpidmp -> acpidump fixed in zen image +- added jfsutils to BuildRequires + +------------------------------------------------------------------- +Wed Jun 21 11:54:46 CEST 2006 - snwint@suse.de + +- fixed root on iSCSI also for persistently named devices (#176804) +- BuildRequire yast2-vm only on x86 and x86_64 + +------------------------------------------------------------------- +Mon Jun 19 01:05:03 CEST 2006 - ro@suse.de + +- added libvolume_id also in zenimage + +------------------------------------------------------------------- +Fri Jun 16 15:52:56 CEST 2006 - ro@suse.de + +- added libvolume_id + +------------------------------------------------------------------- +Fri Jun 9 15:13:44 CEST 2006 - snwint@suse.de + +- added /usr/share/zypp/schema (#175197) +- s390: set TERM to "linux" for CD installation +- fixed 800x600 modeline in xorg.conf (#177378) +- add support for root on iscsi to create_interface (#176804) + +------------------------------------------------------------------- +Wed Jun 7 02:19:36 CEST 2006 - ro@suse.de + +- BuildRequire yast2-vm only on x86 and x86_64 + +------------------------------------------------------------------- +Mon May 22 14:33:35 CEST 2006 - snwint@suse.de + +- added libltdl +- acpidmp got an 'u' + +------------------------------------------------------------------- +Thu May 18 14:24:05 CEST 2006 - uli@suse.de + +- added new parmfile.cd with "console=ttyS1 console=ttyS0" (bug + #162954) + +------------------------------------------------------------------- +Wed May 17 14:50:31 CEST 2006 - snwint@suse.de + +- added /var/lib/open-iscsi (#175462) + +------------------------------------------------------------------- +Mon May 8 17:32:55 CEST 2006 - snwint@suse.de + +- removed obsolete (and non-working) udevd handling from inst_setup, + linuxrc takes care of it now (#171872) + +------------------------------------------------------------------- +Tue May 2 14:21:28 CEST 2006 - snwint@suse.de + +- always load sata_sis before sis5513 (#171359) +- s390x: zgetdump is gone + +------------------------------------------------------------------- +Thu Apr 27 17:00:06 CEST 2006 - snwint@suse.de + +- use desktop-data-NLD for sles/d +- require only one of yast2-theme-NLD/SuSELinux (#169795) +- build only necessary themes + +------------------------------------------------------------------- +Tue Apr 25 16:14:57 CEST 2006 - snwint@suse.de + +- added yast2-vm (#161721) + +------------------------------------------------------------------- +Tue Apr 25 12:42:29 CEST 2006 - snwint@suse.de + +- adjusted module config + +------------------------------------------------------------------- +Thu Apr 20 15:08:18 CEST 2006 - snwint@suse.de + +- x86_64 has a vmware xorg driver, too (#164319) + +------------------------------------------------------------------- +Thu Apr 20 10:51:35 CEST 2006 - snwint@suse.de + +- build for xenpae, too (#167563) + +------------------------------------------------------------------- +Wed Apr 19 13:05:45 CEST 2006 - uli@suse.de + +- s390: create_interface IUCV fix (bug #165898) + +------------------------------------------------------------------- +Tue Apr 18 14:11:44 CEST 2006 - snwint@suse.de + +- add xen-specific modules (#166211) + +------------------------------------------------------------------- +Mon Apr 10 12:23:22 CEST 2006 - snwint@suse.de + +- disable splash in ssh mode (#164740) + +------------------------------------------------------------------- +Fri Apr 7 18:08:57 CEST 2006 - snwint@suse.de + +- make it build on ia64 & ppc64 & s390x + +------------------------------------------------------------------- +Fri Apr 7 16:58:15 CEST 2006 - snwint@suse.de + +- raidautorun is in mdadm now (#162932) +- adjusted module config +- add missing kdb include files for mac-* keymaps to initrd +- adjusted BuildRequires + +------------------------------------------------------------------- +Fri Apr 7 14:50:15 CEST 2006 - snwint@suse.de + +- added suse build key (#164001) +- disabled sloppy error checking, will fail on all errors now +- updated zenworks file lists, enabled zenworks build + +------------------------------------------------------------------- +Wed Apr 5 14:45:54 CEST 2006 - snwint@suse.de + +- added yast2-trans-hr (#115341) +- fixed splash animation +- use udevsettle (#163010) +- s390: removed "console=ttyS0 console=ttyS1" from parmfile again + (bug #163262) +- add entry firmware_class to ppc, to fix booting with 'insmod=ipr' + +------------------------------------------------------------------- +Mon Apr 3 16:44:42 CEST 2006 - snwint@suse.de + +- add keymaps to ppc initrd +- added gpg (#162933) +- add symlink to plastik style (#162930) + +------------------------------------------------------------------- +Fri Mar 31 21:40:18 CEST 2006 - olh@suse.de + +- acceleratedx=1 requires lspci, + but X continues to work just fine without any BusID in xorg.conf + +------------------------------------------------------------------- +Wed Mar 29 17:09:23 CEST 2006 - snwint@suse.de + +- ajusted module config + +------------------------------------------------------------------- +Mon Mar 27 18:33:38 CEST 2006 - snwint@suse.de + +- use hwcfg-static for iseries_veth until the kernel is fixed (#159652 - LTC22358) +- bootsplash control socket is gone +- no yast2-x11 for s390* + +------------------------------------------------------------------- +Fri Mar 24 17:39:26 CET 2006 - snwint@suse.de + +- added s2io for ppc (#159639 - LTC22556) +- added msr module (#157429) + +------------------------------------------------------------------- +Thu Mar 23 12:21:26 CET 2006 - snwint@suse.de + +- adjusted sax2-* in BuildRequires + +------------------------------------------------------------------- +Tue Mar 21 17:56:44 CET 2006 - snwint@suse.de + +- added cpio & more to initrd +- fixed 'adddir' script to work better on conflicting directory + trees (#159749) + +------------------------------------------------------------------- +Mon Mar 20 18:18:09 CET 2006 - snwint@suse.de + +- add spidernet for Cell +- simplify boot.msg inspection, case sensitive +- evms is back (#154379) +- use new udevtrigger command (#148043) + +------------------------------------------------------------------- +Thu Mar 16 13:22:19 CET 2006 - uli@suse.de + +- s390: added s390-tools binaries to rescue system (bug #157952) + +------------------------------------------------------------------- +Wed Mar 15 12:23:26 CET 2006 - snwint@suse.de + +- x86_64: added *32bit packages to rescue system for grub (#153094) +- s390*: has sax2-tools & ltrace (#145823) +- removed sax from BuildRequires + +------------------------------------------------------------------- +Tue Mar 14 07:58:22 CET 2006 - kukuk@suse.de + +- Remove bootsplash-theme-SuSE-Home from buildrequires + +------------------------------------------------------------------- +Mon Mar 13 18:12:00 CET 2006 - snwint@suse.de + +- mount /lib/firmware and /usr/lib/microcode as tmpfs in rescue (#155900) +- remove reiser4progs (#157465) +- added pci=nommconf to failsafe (#157390) +- driver update: NLD gets separate dir '-sled10' +- use updated themes + +------------------------------------------------------------------- +Thu Mar 9 15:44:32 CET 2006 - snwint@suse.de + +- added bc to rescue (#156061) +- ia64: added 60Hz 800x600 Modeline to xorg.conf. This is needed + for the radeon driver on ia64 to start the X-Server (#155130) +- added via & sis drivers (#155681) +- updated mkbootdisk script (#155314) +- updated README +- back to a loose inst-sys compat check (see Mar 6 log below) + +------------------------------------------------------------------- +Tue Mar 7 15:15:23 CET 2006 - uli@suse.de + +- s390: removed cpint stuff, added /sbin/vmcp, vmcp kernel module + (bug #149490) +- s390: added "console=ttyS0 console=ttyS1" to parmfile (bug #155707) + +------------------------------------------------------------------- +Mon Mar 6 18:22:53 CET 2006 - snwint@suse.de + +- added Khmer utf8 locale (#145854) +- added xmodmap (#154357) +- load ipr and sym53c8xx unconditionally to preserve SLES9 module loadorder (#145259) +- disable zImage.prep creation for the time being +- introduce instsys_complain_root to set warning level in inst-sys +- nolapic instead of noapic (#155280) +- this inst-sys will refuse to work with older initrds (they are + incompatible - see previous log entry about sed) + +------------------------------------------------------------------- +Wed Mar 1 17:28:43 CET 2006 - uli@suse.de + +- moved /bin/sed from root to initrd (needed by s390 + zfcp_*_configure scripts, bug #153336) + +------------------------------------------------------------------- +Wed Mar 1 14:52:18 CET 2006 - snwint@suse.de + +- SLES: removed evms support + +------------------------------------------------------------------- +Wed Mar 1 12:31:59 CET 2006 - snwint@suse.de + +- /etc/iscsid.conf needs to be writable +- /dev/null was a file in rescue system (why?) +- added theming packages to BuildRequires + +------------------------------------------------------------------- +Tue Feb 28 18:17:51 CET 2006 - snwint@suse.de + +- s390: moved zfcp configure scripts from root to initrd + (bug #153336) +- enabled themes + +------------------------------------------------------------------- +Fri Feb 24 15:07:21 CET 2006 - snwint@suse.de + +- add iprutils binaries from /usr/sbin (#152886) +- added yast2-trans-hi + +------------------------------------------------------------------- +Wed Feb 22 00:37:48 CET 2006 - olh@suse.de + +- do not strip debug info, leave all binaries alone (#134860) + +------------------------------------------------------------------- +Tue Feb 21 12:07:45 CET 2006 - snwint@suse.de + +- add noapic boot option (#150030) +- add initviocons on s390 (#144151) + +------------------------------------------------------------------- +Mon Feb 20 15:02:26 CET 2006 - snwint@suse.de + +- fixed rescue /dev dir +- xfs module config fixed + +------------------------------------------------------------------- +Fri Feb 17 18:37:05 CET 2006 - snwint@suse.de + +- Belgian keymap added (#117185) +- devs package no longer needed +- missing package could cause files from previous package to be added +- added accounting function showing how much each package + contributes to boot image sizes +- add special font config file for chinese/japanese fonts + +------------------------------------------------------------------- +Thu Feb 16 16:57:12 CET 2006 - snwint@suse.de + +- fix console in rescue system for s390 (#149949) + +------------------------------------------------------------------- +Thu Feb 16 14:37:12 CET 2006 - snwint@suse.de + +- libpy2lang_perl.so needs libidn +- s390: fixed paths in suse.ins (new CD layout, bug #149406) +- give more context when following y2log +- pack sax2 stuff on s390 (needed for VNC installation) + +------------------------------------------------------------------- +Wed Feb 15 09:48:45 CET 2006 - kukuk@suse.de + +- Add libidn to root inssys. + +------------------------------------------------------------------- +Tue Feb 14 15:15:54 CET 2006 - snwint@suse.de + +- autoload battery & button modules (#149976) + +------------------------------------------------------------------- +Tue Feb 14 12:38:46 CET 2006 - snwint@suse.de + +- add apic boot option (#150030) +- try to get rescue login right (#149949) +- cleaned up ancient font mess + +------------------------------------------------------------------- +Mon Feb 13 19:09:01 CET 2006 - snwint@suse.de + +- font issue fixed (#132577) +- add ulimit -c unlimited to leave a core file if yast crashes +- add less -S /var/log/YaST2/y2log to default .bash_history +- remove unused boot.rootfsck, do not run boot.rootfsck in rescue +- add cat to initrd, for firmware.sh (#147337) +- s390: removed opensc stuff again (no longer needed by openssh) + +------------------------------------------------------------------- +Sat Feb 11 13:58:12 CET 2006 - olh@suse.de + +- do not build the pmac coff image anymore, initrd is way too big + +------------------------------------------------------------------- +Fri Feb 10 15:04:25 CET 2006 - snwint@suse.de + +- yast2-ncurses is back + +------------------------------------------------------------------- +Fri Feb 10 08:13:21 CET 2006 - aj@suse.de + +- Remove yast2-ncurses for now to get it build. + +------------------------------------------------------------------- +Wed Feb 8 14:16:25 CET 2006 - snwint@suse.de + +- ia64: move all to /boot/ia64 + +------------------------------------------------------------------- +Tue Feb 7 15:21:44 CET 2006 - snwint@suse.de + +- some build fixes for ia64, x86_64 + +------------------------------------------------------------------- +Mon Feb 6 16:14:00 CET 2006 - uli@suse.de + +- fix spec for /boot/ + +------------------------------------------------------------------- +Mon Feb 6 15:08:32 CET 2006 - snwint@suse.de + +- use /boot// for all architectures +- no -nongpl kernel +- new acpi modules + +------------------------------------------------------------------- +Thu Feb 2 12:23:10 CET 2006 - snwint@suse.de + +- get rid of /dev/shm warning (#146456) +- adding libopensc to s390x image +- s390 build fix +- remove need for devs package, step 1 +- added zypp + +------------------------------------------------------------------- +Wed Feb 1 20:30:01 CET 2006 - ihno@suse.de + +- adding libopensc to s390x image + +------------------------------------------------------------------- +Wed Feb 1 14:56:53 CET 2006 - snwint@suse.de + +- s390 build fix + +------------------------------------------------------------------- +Wed Feb 1 12:31:21 CET 2006 - snwint@suse.de + +- added aaa_base, util-linux to BuildRequires +- no sax2-ident on s390x + +------------------------------------------------------------------- +Wed Feb 1 09:44:15 CET 2006 - olh@suse.de + +- restore start_shell cmdline syntax, don't introduce a new option + +------------------------------------------------------------------- +Mon Jan 30 18:50:35 CET 2006 - snwint@suse.de + +- add ethtool + +------------------------------------------------------------------- +Fri Jan 27 14:09:50 CET 2006 - snwint@suse.de + +- add librtas, required by powerpc-utils +- add all tools from powerpc-utils to rescue +- lsprop and nvsetenv moved from util-linux to powerpc-utils +- remove clock from demo filelist + +------------------------------------------------------------------- +Thu Jan 26 17:41:05 CET 2006 - snwint@suse.de + +- initrd on ppc64 gets back qlogic firmware (#145152) +- added SLES theme +- SLES: added evms support +- add pidofproc, modify_resolvconf needs it (#144365) +- readd qla modules on ppc, changed link address for zImage (#145152) +- remove some dead code from inst_setup +- don't use /.start_shell, linuxrc handles it (#145619) +- add sax2-tools for s390 (#145823) + +------------------------------------------------------------------- +Wed Jan 25 21:36:38 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Tue Jan 24 15:53:22 CET 2006 - snwint@suse.de + +- reduce initrd size on ppc64 (#145152) + +------------------------------------------------------------------- +Tue Jan 24 12:43:03 CET 2006 - snwint@suse.de + +- autoload loop module +- add iscsi stuff +- rescue defaults to cramfs + +------------------------------------------------------------------- +Mon Jan 23 17:28:01 CET 2006 - snwint@suse.de + +- remove /usr/lib/YaST2/bin/yast2 (#144237) +- drop ibmsis (#144732) +- remove long obsolete and unused ppc_post_install.sh +- don't create font cache files +- added qlogic-firmware + +------------------------------------------------------------------- +Thu Jan 19 11:44:13 CET 2006 - snwint@suse.de + +- added yast2-trans-km +- added font for Hindi + +------------------------------------------------------------------- +Wed Jan 18 14:20:51 CET 2006 - snwint@suse.de + +- add 2 missing perl files for yast2-bootloader (#143746) + +------------------------------------------------------------------- +Wed Jan 18 10:38:17 CET 2006 - snwint@suse.de + +- get xfs module working again +- added perl-gettext +- less needs libncursesw +- added pam_resmgr to rescue system + +------------------------------------------------------------------- +Mon Jan 16 16:24:20 CET 2006 - snwint@suse.de + +- get modify_resolveconf working +- add /dev/md* statically +- new modules + +------------------------------------------------------------------- +Wed Jan 11 16:30:41 CET 2006 - snwint@suse.de + +- raidtools are gone +- added modify_resolvconf + +------------------------------------------------------------------- +Tue Jan 10 18:27:25 CET 2006 - snwint@suse.de + +- put lsprop into rescue system +- set version to 10.1 +- adjust module info +- added xterm +- added links (at least for now) + +------------------------------------------------------------------- +Wed Dec 21 15:04:44 CET 2005 - snwint@suse.de + +- do not run initviocons for the time being, does not work on POWER4/5 + hvc console (#140383) +- put initviocons always in the rescue system +- removed module disk support +- module list cleanup, part 2 +- use nongpl kernel + +------------------------------------------------------------------- +Tue Dec 20 16:06:41 CET 2005 - snwint@suse.de + +- added support for graphical installation on ia64 archs (#140142) +- module list cleanup, part 1 +- activated dynamic udevd /dev handling + +------------------------------------------------------------------- +Mon Dec 19 16:21:53 CET 2005 - snwint@suse.de + +- move zImage.prep, iseries and coff kernel to CD1/boot/ppc (#118394) +- ppc: go for /boot/ppc +- don't use static insmod +- prepare for udevd in initrd + +------------------------------------------------------------------- +Mon Dec 12 12:20:35 CET 2005 - snwint@suse.de + +- fixed building rescue system + +------------------------------------------------------------------- +Sun Dec 11 23:35:31 CET 2005 - ro@suse.de + +- removed libselinux + +------------------------------------------------------------------- +Fri Dec 9 15:09:00 CET 2005 - snwint@suse.de + +- add sshd to rescue system +- build rescue system as cramfs + +------------------------------------------------------------------- +Fri Dec 9 13:42:35 CET 2005 - snwint@suse.de + +- added dhcpcd & some network tools to initrd + +------------------------------------------------------------------- +Wed Dec 7 16:26:06 CET 2005 - snwint@suse.de + +- adjust to new modules & package changes +- nfs is module now +- add portmap to initrd + +------------------------------------------------------------------- +Fri Dec 2 16:42:34 CET 2005 - snwint@suse.de + +- fix rescue system +- move initrd kbd maps to /usr/share/kbd + +------------------------------------------------------------------- +Wed Nov 30 15:51:10 CET 2005 - snwint@suse.de + +- adjust to new gfxboot/syslinux packages + +------------------------------------------------------------------- +Tue Nov 29 17:12:43 CET 2005 - snwint@suse.de + +- unpack license files +- adjust to some packages changes + +------------------------------------------------------------------- +Tue Nov 29 12:02:13 CET 2005 - snwint@suse.de + +- removed taper from neededforbuild + +------------------------------------------------------------------- +Tue Nov 15 17:53:27 CET 2005 - snwint@suse.de + +- removing /usr/lib/YaST2/bin from PATH (#131766) +- module list updated + +------------------------------------------------------------------- +Tue Nov 15 00:24:44 CET 2005 - ro@suse.de + +- disable xen for the moment + +------------------------------------------------------------------- +Mon Nov 7 15:15:41 CET 2005 - sndirsch@suse.de + +- libGL now in Mesa (xorg-x11-Mesa before) + +------------------------------------------------------------------- +Wed Oct 19 17:36:03 CEST 2005 - ro@suse.de + +- removed yast2-trans-hr from nfb + +------------------------------------------------------------------- +Wed Oct 19 17:22:39 CEST 2005 - snwint@suse.de + +- added libXfixes + +------------------------------------------------------------------- +Wed Oct 19 17:08:52 CEST 2005 - snwint@suse.de + +- added yast2-hardware-detection + +------------------------------------------------------------------- +Wed Oct 19 16:40:12 CEST 2005 - snwint@suse.de + +- add /var/lib/hardware/unique-keys directory (#117658) +- add xmset +- added croatian translations + +------------------------------------------------------------------- +Fri Oct 7 15:36:32 CEST 2005 - snwint@suse.de + +- use new isolinux-config script +- produce new cd layout for i386 & x86_64 (#118394) +- add 8139too on ppc +- x11 lib names changed + +------------------------------------------------------------------- +Wed Sep 14 13:04:05 CEST 2005 - snwint@suse.de + +- load psmouse module on ppc (#116406) + +------------------------------------------------------------------- +Mon Sep 12 16:29:44 CEST 2005 - snwint@suse.de + +- add 'irqpoll' to failsafe (#105984) + +------------------------------------------------------------------- +Wed Sep 7 17:37:35 CEST 2005 - snwint@suse.de + +- make it build on s390 + +------------------------------------------------------------------- +Mon Sep 5 17:40:49 CEST 2005 - snwint@suse.de + +- add mv643xx_eth,"Marvell MV643XX" for pegasos +- add reiser4 module & reiser4 support to rescue system (#114808) +- s390 module fixes +- mkbootdisk updated to handle lots of boot loader files + +------------------------------------------------------------------- +Fri Sep 2 18:05:28 CEST 2005 - snwint@suse.de + +- updated docs (#113945) +- 64bit libglib2 fix +- add 'rm' to initrd +- add /sbin/lilo on ppc to root image +- shortened pcmcia module descriptions +- don't consider kernel-*-nongpl + +------------------------------------------------------------------- +Tue Aug 30 11:34:10 CEST 2005 - snwint@suse.de + +- olh: correct test in mk_ppc_installation-images_bootbinaries.sh + (thanks to jw for noticing the mistake) +- more acpi modules + +------------------------------------------------------------------- +Mon Aug 29 17:23:21 CEST 2005 - snwint@suse.de + +- keep chinese fonts in japanese locale +- disable building of COFF images, linuxrc got too big to be useful +- keep the in one line because the Maple guys screwed their firmware +- added cfdisk to rescue +- added yast2-trans-{fi,sr} +- addes udf fs module (#113711) + +------------------------------------------------------------------- +Wed Aug 24 15:05:28 CEST 2005 - snwint@suse.de + +- rescue system correctly supports keymaps (#105690) + +------------------------------------------------------------------- +Tue Aug 23 11:21:46 CEST 2005 - snwint@suse.de + +- added sky2 module +- added pcmciautils & efont-unicode to neededforbuild + +------------------------------------------------------------------- +Mon Aug 22 17:54:46 CEST 2005 - snwint@suse.de + +- add amd8111e and sata_vsc for 970eval board +- add &partition; to firmware path (#104649) +- removed remaining hotplug references +- added new pcmciautils + +------------------------------------------------------------------- +Fri Aug 19 17:04:00 CEST 2005 - ro@suse.de + +- remove dropped package hotplug + +------------------------------------------------------------------- +Wed Aug 17 11:14:29 CEST 2005 - snwint@suse.de + +- rename root, rescue -> root.ppc, rescue.ppc on pcc + +------------------------------------------------------------------- +Tue Aug 16 13:17:23 CEST 2005 - snwint@suse.de + +- fixed /etc permissions (#104715) +- do not copy the vmlinux32/64 files via strip -o, they can not be reused for mkzimage that way (for unknown reasons) +- gzip the vmlinux32/64 files and name them linux32/64.gz + +------------------------------------------------------------------- +Mon Aug 15 21:42:33 CEST 2005 - olh@suse.de + +- create CD1/ppc again, too much code moved around + +------------------------------------------------------------------- +Mon Aug 15 17:52:43 CEST 2005 - snwint@suse.de + +- ppc: remove CD2 +- ppc: move all boot related files from toplevel dir of CD1 to /suseboot +- adding a delay before registering vnc installation via slp, + register in background, fix a typo (#104376) +- added sfdisk (#104451) + +------------------------------------------------------------------- +Thu Aug 11 18:11:59 CEST 2005 - snwint@suse.de + +- new pcmcia files +- full bootsplash support (#104009) + +------------------------------------------------------------------- +Fri Aug 5 17:31:50 CEST 2005 - snwint@suse.de + +- remove the 32/64bit detection part from os-chooser, + use load go instead of boot to pass on /chosen/bootargs +- add via82cxxx and via-rhine for pegasos +- more perl modules + +------------------------------------------------------------------- +Wed Aug 3 13:50:19 CEST 2005 - snwint@suse.de + +- pcmcia no longer exists + +------------------------------------------------------------------- +Tue Aug 2 15:04:49 CEST 2005 - snwint@suse.de + +- no smbmount-diet + +------------------------------------------------------------------- +Mon Aug 1 18:06:39 CEST 2005 - snwint@suse.de + +- added perl-Compress-Zlib + +------------------------------------------------------------------- +Fri Jul 29 16:00:27 CEST 2005 - snwint@suse.de + +- removed yast2-storage-evms +- introduce instsys build id + +------------------------------------------------------------------- +Tue Jul 26 17:04:50 CEST 2005 - snwint@suse.de + +- use the new image[32/64bit] syntax in yaboot.conf, offer also slp and rescue option +- mkbootdisk can now handle usb keys +- added efont + +------------------------------------------------------------------- +Mon Jul 18 11:15:13 CEST 2005 - snwint@suse.de + +- new yast2 packages + +------------------------------------------------------------------- +Thu Jul 14 09:14:42 CEST 2005 - snwint@suse.de + +- 64 bit glib2 issue fixed + +------------------------------------------------------------------- +Wed Jul 13 14:58:22 CEST 2005 - snwint@suse.de + +- cnages for install-initrd + +------------------------------------------------------------------- +Mon Jul 11 16:44:25 CEST 2005 - snwint@suse.de + +- prepared install-initrd package spinoff +- needeforbuild fixed + +------------------------------------------------------------------- +Mon Jul 11 15:04:52 CEST 2005 - snwint@suse.de + +- a bit more perl stuff + +------------------------------------------------------------------- +Mon Jul 11 14:20:22 CEST 2005 - snwint@suse.de + +- adjust to recent package changes +- new modules + +------------------------------------------------------------------- +Thu Jul 7 14:48:49 CEST 2005 - snwint@suse.de + +- check libs in initrd +- mkbootdisk fixed +- package deps fixed +- more yast2 perl stuff added + +------------------------------------------------------------------- +Wed Jul 6 14:32:42 CEST 2005 - snwint@suse.de + +- libhd is in /usr/lib again + +------------------------------------------------------------------- +Mon Jul 4 10:47:47 CEST 2005 - snwint@suse.de + +- libbz2 moved + +------------------------------------------------------------------- +Tue Jun 28 16:11:43 CEST 2005 - snwint@suse.de + +- use %{buildroot} + +------------------------------------------------------------------- +Mon Jun 27 12:29:02 CEST 2005 - snwint@suse.de + +- libsysfs is now in /lib +- lsusb is now in /usr/sbin +- don't pack initviocons on s390* (serves no purpose and is potentially + harmful, bug #91029) +- indic font names changed +- evmsn now in /usr + +------------------------------------------------------------------- +Wed Jun 15 10:52:08 CEST 2005 - snwint@suse.de + +- do not overwrite resolv.conf in inst_setup_ssh +- always set hosthame to Hostname or IP from install.inf in inst_setup, + moved from inst_setup_ssh (part of #86203) +- create an CD1/install32 for older RS6K +- use ip instead of ifconfig to show active network interfaces during ssh installation +- keep the ifcfg-eth-id-* file in the installed system during a ssh/vnc/remoteX installation (#74329) +- adjusted to udev package split + +------------------------------------------------------------------- +Tue May 31 17:04:30 CEST 2005 - snwint@suse.de + +- pass chrp instead of chrp64 to mkzimage +- hotplug now works +- removed inst-sys modules +- startup script cleanups +- made passwd working + +------------------------------------------------------------------- +Fri May 27 15:55:55 CEST 2005 - snwint@suse.de + +- process the /proc/mounts output reverse when umounting inst-sys +- fix long standing bug in inst_setup_ssh, files go to /etc/ssh, not /etc +- set root password always, so inst_setup_ssh can run at any time (#85617) +- be less verbose in inst_setup_ssh, remove destination files before copying +- better /etc/profile +- start dbus & hal +- added hal to rescue system +- some cleanups + +------------------------------------------------------------------- +Tue May 24 14:17:40 CEST 2005 - snwint@suse.de + +- more hal preparations +- add /sbin/lsprop to root image +- start sshd during vnc install, but keep the vnc install mode (#45127) +- remove check for s390 specific /etc/netsetup.inf, linuxrc writes now install.inf +- keep /etc/fstab in inst-sys, only yast1 did not like it +- mode 1777 for / is too open for sshd, change it to 755 + +------------------------------------------------------------------- +Mon May 23 14:13:34 CEST 2005 - snwint@suse.de + +- remove install=slp nosshkey from pmac yaboot.conf, this has to go the bootiso +- reorder autoload section, or some modules cant be loaded +- module autoload does not resolve dependencies, load nls_base manually +- quote Forth stuff in os-chooser properly +- remove printf in os-chooser, it wont appear anyway +- added ModeSetClearScreen option to xorg.conf file (#80333) +- pata_pdc2027x for pseries (#82638) +- rescue system uses modules from initrd +- added hal to inst-sys + +------------------------------------------------------------------- +Thu May 19 12:41:27 CEST 2005 - snwint@suse.de + +- removed BusID from xorg.conf (#78950) +- use new mkzimage wrapper in bin/mk_ppc_installation-images_bootbinaries.sh +- fbset moved from /usr/sbin to /sbin +- add isofs to initrd, if available. autoload it +- i810_drv.o is only available on i386/x86_64 +- set not only system time, also hardware clock. + otherwise time will be incorrect again at the next occasion +- add sysfs and usbfs to fstab, remove / entry +- lpfcdd is now lpfc +- pmac cant have a boot file larger than 4Mb, so use yaboot install of installpmac* +- strip vmlinux32 and vmlinux64 kernels to load images faster +- add default cmdline to PReP images +- readd sym53c8xx driver to ppc + +------------------------------------------------------------------- +Mon May 9 15:09:33 CEST 2005 - ro@suse.de + +- increase ramdisk_size in syslinux.cfg + +------------------------------------------------------------------- +Fri Apr 29 14:39:04 CEST 2005 - snwint@suse.de + +- talk about SLES10 in CD1/yaboot.txt +- blocxx & libelf + +------------------------------------------------------------------- +Fri Apr 22 12:31:26 CEST 2005 - snwint@suse.de + +- latest ia64 patch got lost, readded + +------------------------------------------------------------------- +Fri Apr 22 11:42:46 CEST 2005 - snwint@suse.de + +- s390 build fix + +------------------------------------------------------------------- +Tue Apr 19 23:31:05 CEST 2005 - schwab@suse.de + +- Increase initial rescue image size. +- Add libunwind on ia64. +- Don't add fdisk on ia64. + +------------------------------------------------------------------- +Tue Apr 19 14:21:11 CEST 2005 - schwab@suse.de + +- Add ia32el to nfb. +- Start ia32el during installation and in rescue system. + +------------------------------------------------------------------- +Wed Apr 13 16:05:40 CEST 2005 - snwint@suse.de + +- xorg.conf fix for 64 bit archs + +------------------------------------------------------------------- +Wed Apr 13 11:09:47 CEST 2005 - snwint@suse.de + +- XF86Config -> xorg.conf (#66989) +- write static net variables only if it really is a static + setup (#64131) +- some packages have been split + +------------------------------------------------------------------- +Fri Apr 1 11:49:04 CEST 2005 - uli@suse.de + +- build rescue system for s390* +- added cpint.ko to initrd for s390* +- inittab can only handle 4 chars as 'id' field, but a console + device name can be longer than that. Use /dev/console and 'cons' + instead. Also handle TERM= passed on cmdline properly (#73814) +- add missing initviocons binary to help with terminal detection + +------------------------------------------------------------------- +Wed Mar 23 12:10:57 CET 2005 - schwab@suse.de + +- Fix syntax error in boot.local. + +------------------------------------------------------------------- +Wed Mar 23 11:29:31 CET 2005 - snwint@suse.de + +- really use suse sans font + +------------------------------------------------------------------- +Tue Mar 22 19:06:00 CET 2005 - adrian@suse.de + +- revert to suse sans font to workaround problems with asian fonts + +------------------------------------------------------------------- +Sat Mar 19 14:46:42 CET 2005 - snwint@suse.de + +- handle fully modular nls and cd drivers +- add st and rtas_flash for pseries +- enable hfs and hfsplus +- removed 'manual' from fallback message + +------------------------------------------------------------------- +Fri Mar 18 17:13:39 CET 2005 - snwint@suse.de + +- README updated (#66710) + +------------------------------------------------------------------- +Thu Mar 17 18:21:35 CET 2005 - snwint@suse.de + +- added missing zen files + +------------------------------------------------------------------- +Wed Mar 16 16:39:34 CET 2005 - snwint@suse.de + +- removed LC_CTYPE from /etc/profile (#72145) +- create_interface fix (#72903) +- fix fonts for japanese + +------------------------------------------------------------------- +Mon Mar 14 18:44:38 CET 2005 - snwint@suse.de + +- adjusted neededforbuild + +------------------------------------------------------------------- +Mon Mar 14 18:37:59 CET 2005 - snwint@suse.de + +- added crypto modules (#71766) +- umount install source in inst_setup +- adjusted yast mem limits (#71989) +- added acpi modules +- added japanese font +- added ntfs module to rescue system (#72280) +- fixed syntax error in data/rescue/etc/init.d/boot.local (#71759) +- merge kernel-pseries64+kernel-pmac64 into kernel-ppc64 (#72344) + +------------------------------------------------------------------- +Fri Mar 11 15:00:27 CET 2005 - schwab@suse.de + +- Fix syntax error in boot.local. + +------------------------------------------------------------------- +Tue Mar 8 10:54:25 CET 2005 - snwint@suse.de + +- added cifs-mount to neededforbuild +- lilo exists on amd64, too + +------------------------------------------------------------------- +Mon Mar 7 17:28:23 CET 2005 - snwint@suse.de + +- added Zen stuff from 9.2 +- build additional root image for asian fonts +- bring rescue system in shape for s390* +- updated modules list +- added yast2-trans-pt + +------------------------------------------------------------------- +Mon Feb 28 17:31:35 CET 2005 - snwint@suse.de + +- added punjabi +- initrd: dynamic linker was missing on some archs +- indic fonts moved +- load ahci before ata_piix + +------------------------------------------------------------------- +Mon Feb 21 19:22:37 CET 2005 - snwint@suse.de + +- hwinfo needs libiw + +------------------------------------------------------------------- +Mon Feb 21 17:50:39 CET 2005 - snwint@suse.de + +- use initramfs +- added yast2-trans-stats +- use indic-fonts + +------------------------------------------------------------------- +Thu Feb 17 17:09:49 CET 2005 - snwint@suse.de + +- use cifs instead of samba +- add some libs to initrd, as linuxrc is no longer statically linked + +------------------------------------------------------------------- +Wed Feb 16 11:50:37 CET 2005 - snwint@suse.de + +- fixed font cache creation + +------------------------------------------------------------------- +Mon Feb 14 18:04:06 CET 2005 - snwint@suse.de + +- replace cd2 boot image +- add exportfs to rescue (#50687) + +------------------------------------------------------------------- +Thu Feb 10 16:45:06 CET 2005 - snwint@suse.de + +- support agfa fonts + +------------------------------------------------------------------- +Tue Feb 8 16:21:48 CET 2005 - snwint@suse.de + +- support ukrainian +- boot with 'quiet' option on ppc +- removed minix test from check-build.sh + +------------------------------------------------------------------- +Mon Feb 7 17:30:16 CET 2005 - snwint@suse.de + +- fixed pcmcia module config +- more perl modules + +------------------------------------------------------------------- +Wed Feb 2 13:56:49 CET 2005 - snwint@suse.de + +- added perl-Bootloader + +------------------------------------------------------------------- +Wed Feb 2 11:41:12 CET 2005 - snwint@suse.de + +- another perl module added + +------------------------------------------------------------------- +Tue Feb 1 17:54:38 CET 2005 - snwint@suse.de + +- added ide modules +- take *-nongpl into account + +------------------------------------------------------------------- +Mon Jan 31 14:14:47 CET 2005 - snwint@suse.de + +- added perl modules for yast +- libmagic is in /lib64 +- new modules +- fixed some shared lib dependencies +- adapted to new boot graphics +- removed SuSE-Home theme + +------------------------------------------------------------------- +Mon Jan 24 17:28:02 CET 2005 - snwint@suse.de + +- improved mkbootdisk script +- module info updated +- allow empty root pw in rescue system (#49907) + +------------------------------------------------------------------- +Tue Jan 11 18:24:26 CET 2005 - snwint@suse.de + +- added libmagic +- strip X.org modules +- drop X.org glx modules + +------------------------------------------------------------------- +Mon Dec 20 16:22:57 CET 2004 - snwint@suse.de + +- boot disks are gone (#48962) + +------------------------------------------------------------------- +Mon Nov 22 14:50:46 CET 2004 - snwint@suse.de + +- use krb5 instead of heimdal-lib + +------------------------------------------------------------------- +Thu Nov 18 15:40:58 CET 2004 - ro@suse.de + +- use kerberos-devel-packages + +------------------------------------------------------------------- +Tue Nov 9 16:24:36 CET 2004 - snwint@suse.de + +- s390: added /sbin/dasdview (bug #42986) +- fix module dependencies (reverse loading order) (#47909) +- turn off automatic module disk requests when we boot from CD (it + is pointless anyway) (#47909, #46809) +- no module disks +- new yast startup concept (#46886) + +------------------------------------------------------------------- +Fri Oct 8 11:46:08 CEST 2004 - snwint@suse.de + +- added norwegian translations + +------------------------------------------------------------------- +Tue Oct 5 17:03:45 CEST 2004 - snwint@suse.de + +- don't set lower_zone_protection (#46535) +- mount root image from CD if mem less about 350MB (#46535) + +------------------------------------------------------------------- +Tue Oct 5 12:01:38 CEST 2004 - snwint@suse.de + +- set lower_zone_protection & local-oom-kill (#46535) + +------------------------------------------------------------------- +Fri Oct 1 11:39:23 CEST 2004 - snwint@suse.de + +- added yast2-trans-zh_TW +- new sata driver + +------------------------------------------------------------------- +Mon Sep 27 18:30:30 CEST 2004 - snwint@suse.de + +- s390: added some scripts removed from initrd to root image +- added hebrew yast translations + +------------------------------------------------------------------- +Tue Sep 21 11:54:42 CEST 2004 - snwint@suse.de + +- qt package changes (#44803) +- added dmraid + +------------------------------------------------------------------- +Mon Sep 20 17:56:54 CEST 2004 - snwint@suse.de + +- made cd2 boot image small enough + +------------------------------------------------------------------- +Fri Sep 17 17:36:59 CEST 2004 - snwint@suse.de + +- more failsafe options +- libnscd added +- fbiterm added + +------------------------------------------------------------------- +Mon Sep 13 18:31:25 CEST 2004 - snwint@suse.de + +- creating kernel modules 'updated' link (#44740) +- removed /sbin/quick_* (#45106) +- use linuxrc specific fonts +- syslinux has moved + +------------------------------------------------------------------- +Thu Sep 2 15:50:42 CEST 2004 - snwint@suse.de + +- handle sparse files (#44603) + +------------------------------------------------------------------- +Wed Sep 1 10:45:55 CEST 2004 - snwint@suse.de + +- libhd is in /lib + +------------------------------------------------------------------- +Mon Aug 30 16:17:20 CEST 2004 - snwint@suse.de + +- removed the evil parallel universe of s390 installation; rejoice! +- fixed the generic stuff to be s390-safe +- module disks are back +- more yast translations +- added card reader libs (ssh needs them) + +------------------------------------------------------------------- +Mon Aug 23 12:57:59 CEST 2004 - snwint@suse.de + +- changed keyboard section in XF86Config (#43899) +- added basic nls modules (#44080) +- added arabic & begali fonts + +------------------------------------------------------------------- +Mon Aug 16 17:27:23 CEST 2004 - snwint@suse.de + +- add usbhid (#43764) +- old initrd fonts are back + +------------------------------------------------------------------- +Tue Aug 10 12:50:01 CEST 2004 - snwint@suse.de + +- dropped module disks; modules are integrated into boot disks + +------------------------------------------------------------------- +Mon Aug 9 12:45:26 CEST 2004 - snwint@suse.de + +- support 32+64bit dual boot +- x86_64: rename root,rescue,inst-sys --> root64,rescue64,instsys64 + +------------------------------------------------------------------- +Fri Aug 6 17:06:31 CEST 2004 - snwint@suse.de + +- set root_i18n & root_gfx env vars to include them to the inst-sys +- add machbunt.file_list and rooti18n.file_list + to split the inst-sys into smaller parts for + small memory configurations +- s390: eliminate invalid check for qeth data channel (bug #42538) +- new modules +- dropped legacy cdrom modules +- moved to utf8 for linuxrc + +------------------------------------------------------------------- +Mon Aug 2 14:01:14 CEST 2004 - olh@suse.de + +- add new packs to neededforbuild: + evms-gui hotplug kbd multipath-tools sax2 terminfo yast2-trans-pl + remove packs from neededforbuild: + inetd + +------------------------------------------------------------------- +Tue Jul 6 12:24:03 CEST 2004 - snwint@suse.de + +- fvwmrc.notitle now fvwmrc.yast2, taken from sax2.rpm (#36488) +- joined changes up to 5.75 from 9.1 branch: +- SMB install does not work (#38777) +- added barrier=off to failsafe (#42526) +- s390: netsetup: fixed autocorrection of qeth channels (bug #42538) +- no memory check for NLD (#42310) +- ia64: XF86Config changes (#42237, #41764) +- ia64: add all XFree86 drivers (#42237) +- added SuSE-NLD theme +- added evms, evms-gui to rescue system (#42384) +- ppc only: added the necessary parts of "hotplug" to load + updated firmware images to the IPR controller via iprconfig. + (LTC#9506 / SUSE#42300) +- added hvsi* to rescue console / gettys. (requested by IBM) +- added megaraid-old +- fix ifcfg filename for ctc and lcs devices (#42329) +- create a CD1/suseboot/os-chooser file for PowerMac to load + either 32bit or 64bit kernel, yaboot is shit. (#42070) +- create_interface: use by-bus naming for qeth/hsi (bug #38819) +- add /lib/lilo/chrp/mkzimage_cmdline to CD1/ppc/netboot +- add terminfo file for ibm3151 +- use all terminfo files from ncurses in rescue system +- remove /sbin/activate on ppc, its gone +- save a few bytes by making symlinks to hfsutils binary +- add 'other' module section to module.config on ppc (#41195) +- added polish texts (#41598) +- s390: initrd: added dasd_reload, removed libvtoc (now static) +- build only one initrd for ppc32, use pmac64 for G5 +- s390: add /sbin/hcp to root image (bug #38817) +- remove usr/bin/ppc_post_install.sh, it was yast1 code +- minor module config & driver update fixes +- write yast mem limit only once to linuxrc.config; lowered it a bit +- added multipath-tools (#40640) +- changed driver update handling to match the new linuxrc +- s390: netsetup: print the product string correctly (bug #40121, + this time for real) +- add ibm3151 terminfo file +- ensure passwords do not expire; added passwd (#41180) +- some modules were added twice to initrd +- fixed module config +- use cool new product name +- s390: change memory requirements according to test results +- update comment for ibmveth +- fixed typo in LIESMICH +- applied create_interface patch from #39401#c5 +- added megaide (#39570) +- xfsdump has moved +- fixed some dangling symlinks +- add pcnet32 and acenic for chrp, fix typo in yaboot.conf +- copy initrd files fo i/p to sles cd1 +- fixed typo in module config +- s390: netsetup: fix up parameters passed via READ/WRITE_DEVNO +- s390: netsetup: added LCS fixes by Mark Ver (bug #40097) +- add ibmveth, iseries_veth +- reworked module disk #1 +- add /sbin/hotplug, drop remove events (#39109, #39894) +- drop udev.permissions from inst-sys +- minor module config fixes +- added memtest to boot disk +- s390: netsetup: use /linuxrc.config instead of /etc/SuSE-release + (bug #40121) +- inst_setup_ssh: run with -n if not booted with nosshkey +- fixed .timestamp creation +- s390: netsetup: construct welcome msg from /etc/SuSE-release + (bug #40121) +- add descriptions to elilo.conf entries +- write min memory requirement to linuxrc.config +- autoload loop.ko and unix.ko, if available +- add nv_drv.o to inst-sys for ppc (#39767) +- add vga_drv.o to inst-sys only for i386, x86_64 and ia64 (#39767) +- use real install file for pmac64 +- set system time to inst-sys built time, for gpg key. part of (#28688) +- start a shell if /.start_shell exists, instead of just grepping + in /proc/cmdline. gives yast a chance to touch this file after a crash (#33087) +- add dm-*.ko to initrd on i386, too +- put boot files for ppc on CD1 +- autoload floppy driver (to give amd64 a chance to use driver + update floppies) +- modules: +megaraid_mm, -xfs_dmapi +- enable memtest for x86_64 +- desktop-data-SuSE -> *-SLES +- s390: round up detected memory size (bug #39504) +- s390: netsetup: cosmetic fixes +- s390: added dasdro script to initrd +- handle fractional kernel release numbers +- s390: better gateway default (bug #38895) +- added e100-intel +- minor s390* fixes +- rescue system: mount /sys (#38933), mount usbfs, + start device-mapper (#38990) +- add ibmvscsis vscsi server for pseries +- add /etc/shadow to the file list for S/390 +- added card bus modules to network module list (#36572) +- Fixed netsetup to not sleep for qeth deviced (#38816). + Using correct path for statistics in netsetup. +- add CD2/suseboot to trigger the HFS part, + avoid 8.3 filenames and allow OF booting +- /lib/modules//extras -> extra/ibmsis +- add sgiioc4 module (#38628) +- support SGI XPNET (#35867) +- no rpc.statd +- no error if module config mentions nonexistent modules + +------------------------------------------------------------------- +Sat Apr 24 17:21:41 CEST 2004 - sndirsch@suse.de + +- installation-images-5.40.diff: + XFree86 --> xorg-x11 package renaming +- fixed neededforbuild (saxident/saxtools --> sax2-ident/sax2-tools) + +------------------------------------------------------------------- +Thu Apr 8 16:35:26 CEST 2004 - snwint@suse.de + +- support SuSE-SLES theme + +------------------------------------------------------------------- +Tue Apr 6 14:16:29 CEST 2004 - snwint@suse.de + +- added bootsplash-theme-SuSE-Home to neededforbuild + +------------------------------------------------------------------- +Mon Apr 5 18:46:39 CEST 2004 - snwint@suse.de + +- increased boot timeout to 20s (#38252) +- lowered YaST memory limit, YaST checks itself (#38298) + +------------------------------------------------------------------- +Sat Apr 3 18:07:16 CEST 2004 - snwint@suse.de + +- adjusted YaST memory limits (#34537) + +------------------------------------------------------------------- +Sat Apr 3 13:55:20 CEST 2004 - snwint@suse.de + +- added dm-* modules (#37289) +- added iprutils for ppc to rescue +- added /sbin/raiddetect (#36157) + +------------------------------------------------------------------- +Fri Apr 2 12:39:25 CEST 2004 - snwint@suse.de + +- s390: make memory sanity check more dynamic (bug #21606) +- s390: netsetup: accept spaces in QETH channel list (bug #37058) +- add ipr to iseries initrd +- add more dm-* modules to ppc initrds +- added getcfg & create_interface (#35624) +- updated README/LIESMICH +- add arch info to isolinux.cfg +- don't build DVD2 + +------------------------------------------------------------------- +Thu Apr 1 13:02:30 CEST 2004 - uli@suse.de + +- s390: added initrd size to suse.ins* + +------------------------------------------------------------------- +Wed Mar 31 18:55:20 CEST 2004 - snwint@suse.de + +- add icom serial driver to iseries initrd +- s390: added missing files from s390-tools +- s390: netsetup: NETIUCV is now netiucv (bug #37092) +- s390: added lotsa perl stuff for YaST disk dialogs (bug #37068) +- s390: added missing sshd user/group (bug #37056) +- added more dm-* modules +- make boot cd2 image build + +------------------------------------------------------------------- +Mon Mar 29 19:19:17 CEST 2004 - snwint@suse.de + +- added pmtools (#36818) +- changed sshd message (#36928) +- use linemode on ppc (#35826) +- japanese keyboard (#31417) +- added setctsid, showconsole, FvwmCommand +- added sata_sis.ko, edd.ko +- removed xpenguins from neededforbuild + +------------------------------------------------------------------- +Sun Mar 28 22:37:03 CEST 2004 - olh@suse.de + +- do not strip the files, keeps the ELF files intact + +------------------------------------------------------------------- +Thu Mar 25 14:38:20 CET 2004 - uli@suse.de + +- use different suse.ins files for s390x (bug #36145) + +------------------------------------------------------------------- +Wed Mar 24 11:31:35 CET 2004 - snwint@suse.de + +- fvwmrc now fvwmrc.notitle again +- suppress syslogd warning +- another libwrap fix + +------------------------------------------------------------------- +Tue Mar 23 18:39:19 CET 2004 - adrian@suse.de + +- fix slp anouncement of VNC installation + (patch also commited to cvs) + +------------------------------------------------------------------- +Tue Mar 23 17:38:34 CET 2004 - snwint@suse.de + +- temporarily renamed fvwmrc.notitle to fvwmrc + +------------------------------------------------------------------- +Tue Mar 23 12:56:40 CET 2004 - snwint@suse.de + +- added NoTitle to fvwmrc (#36488) +- don't use kdebase3-* +- using udev as hotplug helper +- replace tg3 with bcm5700 on pseries +- libwrap & libsysfs have moved + +------------------------------------------------------------------- +Tue Mar 23 07:24:05 CET 2004 - nashif@suse.de + +- remove yast2-theme-UnitedLinux + +------------------------------------------------------------------- +Mon Mar 22 18:57:53 CET 2004 - snwint@suse.de + +- more space in rescue system +- use freefont +- new modules +- s390: fix linuxrc automatic setup parameters (bug #36237) +- s390: cosmetic fix for halt script +- s390: add missing procps binaries +- s390: add 64-bit suse.ins.* files that do not mention S/390 (bug #36145) +- s390: netsetup: add "NetConfig: static" to install.inf (bug #36252) +- s390: (lukem)ftp _is_ needed + +------------------------------------------------------------------- +Thu Mar 18 17:42:29 CET 2004 - schwab@suse.de + +- Leave more space in rescue fs. + +------------------------------------------------------------------- +Wed Mar 17 14:35:07 CET 2004 - snwint@suse.de + +- check-build.sh got lost + +------------------------------------------------------------------- +Wed Mar 17 11:37:38 CET 2004 - snwint@suse.de + +- new modules +- removed UL references +- fixed rescue system + +------------------------------------------------------------------- +Tue Mar 16 11:04:19 CET 2004 - snwint@suse.de + +- support sles9 + +------------------------------------------------------------------- +Mon Mar 15 18:38:29 CET 2004 - snwint@suse.de + +- added sata_vsc +- s390: fixed missing NS problem (bug #35812) +- add usb and firewire to old pmac initrds, remove xfs and jfs from coff initrd +- s390: do not delete modules.dep and friends +- add /etc/sysconfig, /etc/sysconfig/hardware to initrd +- s390: add missing libnss*, basename, modprobe to initrd +- s390: add missing /etc/passwd, /etc/group to initrd +- s390: mount/unmount with -n in linuxrc +- s390: unmount sysfs in linuxrc.finish +- s390: netsetup: fix memory detection +- s390: netsetup: don't show obsolete /proc/chandev options +- s390: ditch LCS license +- s390: netsetup: fix qeth, iucv setup +- s390: netsetup: minor fixes +- add /lib/modules//extras to kernel module search list + needed for ibmsis + +------------------------------------------------------------------- +Wed Mar 10 15:26:24 CET 2004 - snwint@suse.de + +- make slpd start +- disable udev + +------------------------------------------------------------------- +Wed Mar 10 13:08:13 CET 2004 - snwint@suse.de + +- s390: new netsetup + +------------------------------------------------------------------- +Wed Mar 10 12:05:24 CET 2004 - snwint@suse.de + +- added vesa driver (x86-like archs only) +- added vesa-section to XF86Config +- larger root image +- fixed #neededforbuild +- s390: create_interface fixed +- no kdebase3-Home yet +- amd64 has a floppy module +- ia64: no fpswa_check_version + +------------------------------------------------------------------- +Mon Mar 8 18:56:02 CET 2004 - snwint@suse.de + +- added udp-receiver +- made cd2 boot image small enough +- add modules.pcimap to initrd + +------------------------------------------------------------------- +Mon Mar 8 17:58:07 CET 2004 - snwint@suse.de + +- new Crystalcursors (crystalwhite) mouse cursor theme +- add yast2-s390 + +------------------------------------------------------------------- +Mon Mar 8 09:35:13 CET 2004 - olh@suse.de + +- build Home theme only on intel to reduce build time + +------------------------------------------------------------------- +Sun Mar 7 13:48:07 CET 2004 - olh@suse.de + +- add evms and screen + build rescue as cramfs to avoid sizing problems + +------------------------------------------------------------------- +Sun Mar 7 09:57:45 CET 2004 - olaf@suse.de + +- add libXxf86vm.so, libmenu.so +- add hfs, hfs+ on ppc +- add /etc/bash.bashrc to ignore history dups +- run udevstart early and reconnect console fd +- add udev to rescue +- added evms +- .bash_login: exit early on system console +- typo in ppc/bootinfo.txt (#35176) + +------------------------------------------------------------------- +Thu Mar 4 14:47:59 CET 2004 - snwint@suse.de + +- libkafs for s390 +- build uml initrd + +------------------------------------------------------------------- +Tue Mar 2 17:38:48 CET 2004 - snwint@suse.de + +- use SUSE Sans fonts +- use thinkeramik as default widget set +- added Home theme + +------------------------------------------------------------------- +Mon Mar 1 18:41:08 CET 2004 - snwint@suse.de + +- add kernel/drivers/base/ to search list +- add firmware_class to list of know modules +- add dm-mod, dm-crypt and raid6 on ppc +- remove RhostsAuthentication from sshd_config +- ready for pre-4 + +------------------------------------------------------------------- +Fri Feb 27 12:50:29 CET 2004 - snwint@suse.de + +- add gen/module.files.autoload for ppc initrds +- bk: s390 fixes + +------------------------------------------------------------------- +Mon Feb 23 17:26:10 CET 2004 - snwint@suse.de + +- ready for pre-3 + +------------------------------------------------------------------- +Sun Feb 22 21:44:59 CET 2004 - olh@suse.de + +- add bin/mk_ppc_installation-images_bootbinaries.sh +- update pseries64 initrd content, all scsi stuff is a module now +- create /lib/modules/ if it does not exist + +------------------------------------------------------------------- +Wed Feb 18 15:39:43 CET 2004 - uli@suse.de + +- s390: new hardware configuration format for install.inf + +------------------------------------------------------------------- +Wed Feb 18 10:32:52 CET 2004 - schwab@suse.de + +- Add relocatable tag to elilo.conf. + +------------------------------------------------------------------- +Tue Feb 17 17:09:07 CET 2004 - adrian@suse.de + +- anounce VNC sessions via SLP + +------------------------------------------------------------------- +Mon Feb 16 18:01:10 CET 2004 - snwint@suse.de + +- added yast2-runlevel +- add /usr/bin/stat to instsys on ppc +- fixed module setup in inst_setup + +------------------------------------------------------------------- +Sun Feb 15 21:57:38 CET 2004 - olh@suse.de + +- add gdb for the time being + ps was splitted into procinfo, procps and psmisc + build initrd for pmac64_32bit + +------------------------------------------------------------------- +Fri Feb 13 17:39:36 CET 2004 - olh@suse.de + +- add small initrd images for ppc: + ppc_pmac_new ppc_pmac_miboot ppc_pmac_coff ppc_chrp ppc_prep + ppc_power3 ppc_pseries64 ppc_iseries64 + +------------------------------------------------------------------- +Wed Feb 11 16:10:53 CET 2004 - snwint@suse.de + +- more libwrap things +- added new modules +- added libgcc to rescue system + +------------------------------------------------------------------- +Tue Feb 10 13:13:40 CET 2004 - uli@suse.de + +- added libwrap missing on s390* +- rescue: files for lilo on ppc moved to /lib/lilo +- remove /sbin/clock on ppc + +------------------------------------------------------------------- +Tue Feb 10 11:10:17 CET 2004 - uli@suse.de + +- clean up after Mr. olh + +------------------------------------------------------------------- +Tue Feb 10 08:51:23 CET 2004 - olh@suse.de + +- build initrds for kernel-pseries64 kernel-iseries64 kernel-power3 + +------------------------------------------------------------------- +Mon Feb 9 17:12:50 CET 2004 - snwint@suse.de + +- lvm -> lvm2 +- some module fixes +- added scsi package to rescue system (#34384) + +------------------------------------------------------------------- +Wed Feb 4 14:54:57 CET 2004 - uli@suse.de + +- s390 adaptions for 2.6 kernels (no rdripl, no LICENSE.OCO, + no mkdevs, kernel name) + +------------------------------------------------------------------- +Tue Feb 3 18:12:51 CET 2004 - snwint@suse.de + +- add package list to inst-sys +- some 2.6 module cleanup +- added yast2-tune + +------------------------------------------------------------------- +Sat Jan 31 20:48:04 CET 2004 - arvin@suse.de + +- fixed neededforbuild (kernel is called kernel-default) + +------------------------------------------------------------------- +Fri Jan 30 17:10:31 CET 2004 - snwint@suse.de + +- conservative_lndir no longer needed, linuxrc does it +- make it actually boot SL 9.1 + +------------------------------------------------------------------- +Sat Jan 24 12:29:39 CET 2004 - ro@suse.de + +- package rename: shadow -> pwdutils +- package rename: modutils -> module-init-tools + +------------------------------------------------------------------- +Thu Jan 8 13:51:25 CET 2004 - snwint@suse.de + +- fixed spec file typo + +------------------------------------------------------------------- +Mon Jan 5 22:04:04 CET 2004 - schwab@suse.de + +- Fix creation of boot image. +- Increas rescue image size. + +------------------------------------------------------------------- +Tue Dec 16 13:55:40 CET 2003 - snwint@suse.de + +- minor boot disk fix + +------------------------------------------------------------------- +Tue Dec 16 13:23:58 CET 2003 - snwint@suse.de + +- switch ADB keyboards to linuxkeycodes +- new boot disk layout + +------------------------------------------------------------------- +Mon Dec 8 16:57:40 CET 2003 - schwab@suse.de + +- Fix location of elilo.efi. + +------------------------------------------------------------------- +Tue Nov 18 16:25:52 CET 2003 - snwint@suse.de + +- LiveEval changes +- moved to kernel 2.6 +- no CD2 boot image +- for now no boot & module disks + +------------------------------------------------------------------- +Wed Nov 5 14:42:04 CET 2003 - snwint@suse.de + +- renamed config-dist.sh to check-build.sh + +------------------------------------------------------------------- +Sun Nov 2 22:29:22 CET 2003 - ro@suse.de + +- removed XFree86-compat-libs (deleted package) + +------------------------------------------------------------------- +Thu Oct 23 16:49:40 CEST 2003 - schwab@suse.de + +- Add mingetty to rescue. + +------------------------------------------------------------------- +Thu Oct 23 16:00:29 CEST 2003 - schwab@suse.de + +- No libdb in glibc any more. +- Add librtkaio.so.1 to root. + +------------------------------------------------------------------- +Wed Oct 8 01:20:32 CEST 2003 - ro@suse.de + +- removed xfiregl1, xfiregl23 + +------------------------------------------------------------------- +Wed Sep 24 13:06:46 CEST 2003 - snwint@suse.de + +- drop boot & module disk README on x86_64 + +------------------------------------------------------------------- +Tue Sep 23 14:30:27 CEST 2003 - snwint@suse.de + +- fixed cut-and-paste-programming error in create_interface (#31455) +- do not touch resolv.conf and defaultdomain on update (#30672) + +------------------------------------------------------------------- +Tue Sep 23 11:00:49 CEST 2003 - snwint@suse.de + +- SuSE-DVD theme for x86_64 + +------------------------------------------------------------------- +Fri Sep 19 15:05:35 CEST 2003 - snwint@suse.de + +- keep module list sorted + +------------------------------------------------------------------- +Thu Sep 18 10:43:16 CEST 2003 - snwint@suse.de + +- support 9.0 + +------------------------------------------------------------------- +Wed Sep 17 15:23:30 CEST 2003 - snwint@suse.de + +- don't use freefont +- new sata module +- added xrefresh +- try to avoid 'syslogd terminated' message (#30944) + +------------------------------------------------------------------- +Mon Sep 15 12:40:15 CEST 2003 - snwint@suse.de + +- moved floppy & cdrom dir to /media (#30728) +- splash=silent needed in syslinux.cfg (as a result of #28780) +- give x86_64 people some keymaps (#30458) +- added testutf8 +- create_interface should set DHCLIENT_SET_HOSTNAME to yes (#30528) + +------------------------------------------------------------------- +Wed Sep 10 16:34:31 CEST 2003 - snwint@suse.de + +- added smartmontools to neededforbuild + +------------------------------------------------------------------- +Wed Sep 10 15:30:18 CEST 2003 - snwint@suse.de + +- fixed bootdisk (knew nothing about scsi mods) +- added sata driver +- sorted module lists +- enable pcmcia on x86_64 (#30153) +- CD3 no longer bootable + +------------------------------------------------------------------- +Tue Sep 9 14:18:28 CEST 2003 - snwint@suse.de + +- use blueprint cursor theme + +------------------------------------------------------------------- +Tue Sep 9 12:52:37 CEST 2003 - snwint@suse.de + +- added setfont (got accidentally lost) + +------------------------------------------------------------------- +Mon Sep 8 18:02:03 CEST 2003 - snwint@suse.de + +- added VGAClocks option to XF86Config (#30038) +- mfabian: some font config changes + +------------------------------------------------------------------- +Sat Sep 6 18:00:49 CEST 2003 - snwint@suse.de + +- mfabian: fixed some utf8 things in fvwmrc + +------------------------------------------------------------------- +Sat Sep 6 16:09:54 CEST 2003 - snwint@suse.de + +- remove setfont wrapper script +- adapted splash mode resolution list +- apply driver updates in inst_setup (used to be in YaST2.start) + +------------------------------------------------------------------- +Wed Sep 3 15:23:03 CEST 2003 - snwint@suse.de + +- no boot disks for x86_64 + +------------------------------------------------------------------- +Thu Aug 28 10:37:34 CEST 2003 - adrian@suse.de + +- Bitstream Vera fonts do not support all latin chars, so we + can not use it as default :/ (#29308) + +------------------------------------------------------------------- +Wed Aug 27 12:53:37 CEST 2003 - ro@suse.de + +- remove traceroute-lbl from neededforbuild (unused) + +------------------------------------------------------------------- +Mon Aug 25 16:20:12 CEST 2003 - snwint@suse.de + +- added smartmontools to rescue system (#26414) +- build special SuSE-DVD theme +- make CD3 bootable for beta tests (simulates DVD2) + +------------------------------------------------------------------- +Thu Aug 21 11:26:02 CEST 2003 - snwint@suse.de + +- better kernel rpm handling + +------------------------------------------------------------------- +Wed Aug 20 15:02:07 CEST 2003 - snwint@suse.de + +- fixed device compression + +------------------------------------------------------------------- +Tue Aug 19 16:20:35 CEST 2003 - snwint@suse.de + +- we missed the bootlogo + +------------------------------------------------------------------- +Tue Aug 19 00:54:48 CEST 2003 - ro@suse.de + +- removed gfxboot-devel from neededforbuild + +------------------------------------------------------------------- +Mon Aug 18 16:56:25 CEST 2003 - snwint@suse.de + +- fixed locale-archive +- splash script usage changed +- adapted to new gfxboot package +- s390: qeth is GPL now, do not show OCO license when loading it + +------------------------------------------------------------------- +Thu Aug 14 14:53:45 CEST 2003 - adrian@suse.de + +- activate Bitstream fonts again + +------------------------------------------------------------------- +Mon Aug 11 12:08:47 CEST 2003 - snwint@suse.de + +- kernel module issues +- sysrq key enabled in rescue system + +------------------------------------------------------------------- +Fri Aug 8 15:15:25 CEST 2003 - snwint@suse.de + +- new kernel, new modules + +------------------------------------------------------------------- +Thu Aug 7 11:43:44 CEST 2003 - snwint@suse.de + +- added dhcp client to rescue system +- some s390 things +- added ntfsprogs + +------------------------------------------------------------------- +Fri Aug 1 13:38:11 CEST 2003 - snwint@suse.de + +- didn't catch all build errors +- make s390 happy + +------------------------------------------------------------------- +Fri Aug 1 11:21:04 CEST 2003 - snwint@suse.de + +- kbd package changes + +------------------------------------------------------------------- +Thu Jul 31 14:34:31 CEST 2003 - ro@suse.de + +- yast2-network-instsys has been deleted + +------------------------------------------------------------------- +Fri Jul 25 15:44:12 CEST 2003 - snwint@suse.de + +- added glx to XFree config + +------------------------------------------------------------------- +Thu Jul 24 15:46:43 CEST 2003 - snwint@suse.de + +- added perl & unicode things + +------------------------------------------------------------------- +Wed Jul 23 11:57:10 CEST 2003 - snwint@suse.de + +- added libncursesw + +------------------------------------------------------------------- +Fri Jul 18 15:14:56 CEST 2003 - snwint@suse.de + +- use kernel pcmcia +- call it 9.0 +- include full dev tree, not the one from mkdevs.floppy + +------------------------------------------------------------------- +Tue Jul 15 16:53:16 CEST 2003 - snwint@suse.de + +- added bzip2 to rescue system (#27896) +- compress /dev tree +- catch up with latest kernel & package changes + +------------------------------------------------------------------- +Mon Jun 23 17:34:59 CEST 2003 - ro@suse.de + +- remove krb4-lib (package dropped) + +------------------------------------------------------------------- +Mon Jun 16 12:02:00 CEST 2003 - snwint@suse.de + +- minor package fixes +- fixed locale building +- ensure loop devices are freed on build errors + +------------------------------------------------------------------- +Tue May 27 14:14:18 CEST 2003 - snwint@suse.de + +- kernel rpm fixes +- lib fixes + +------------------------------------------------------------------- +Tue May 20 13:50:50 CEST 2003 - ro@suse.de + +- rename vnc -> tightvnc, add XFree86-Xvnc + +------------------------------------------------------------------- +Thu Apr 24 14:40:08 CEST 2003 - snwint@suse.de + +- use setxkbmap +- integrated 8.2 live eval changes +- adapted to recent package changes + +------------------------------------------------------------------- +Thu Apr 10 01:32:11 CEST 2003 - ro@suse.de + +- fixed deprecated head/tail calling syntax (-1) + +------------------------------------------------------------------- +Tue Apr 1 10:35:06 CEST 2003 - ro@suse.de + +- fix build without dropped mesasoft/mesaglu packages + +------------------------------------------------------------------- +Fri Mar 21 10:31:47 CET 2003 - snwint@suse.de + +- ignore minor errors + +------------------------------------------------------------------- +Thu Mar 20 01:11:14 CET 2003 - ro@suse.de + +- merge changes from olh: +- add scsi to neededforbuild +- add installation-images-kernel_modules.patch + +------------------------------------------------------------------- +Mon Mar 17 23:41:00 CET 2003 - ro@suse.de + +- added module info for qla2100 + +------------------------------------------------------------------- +Mon Mar 17 15:25:40 CET 2003 - snwint@suse.de + +- added symlinks for samba (#25411) + +------------------------------------------------------------------- +Thu Mar 13 15:25:25 CET 2003 - snwint@suse.de + +- updated list of yast2 translation packages (#25157) + +------------------------------------------------------------------- +Wed Mar 12 10:52:28 CET 2003 - snwint@suse.de + +- support 8.2 + +------------------------------------------------------------------- +Tue Mar 11 17:42:53 CET 2003 - snwint@suse.de + +- added sungem_phy to module config +- added ide raid mods to inst-sys (#25098) +- added mdadm +- ide_cs seems to be now ide-cs + +------------------------------------------------------------------- +Mon Mar 10 12:18:17 CET 2003 - snwint@suse.de + +- Create root64 image for UltraSPARC + +------------------------------------------------------------------- +Mon Mar 10 11:46:35 CET 2003 - snwint@suse.de + +- fixed some arch issues + +------------------------------------------------------------------- +Sat Mar 8 15:17:55 CET 2003 - snwint@suse.de + +- errors are no longer ignored +- add samba support only on CD1 + +------------------------------------------------------------------- +Sat Mar 8 13:17:34 CET 2003 - snwint@suse.de + +- putting cd related modules back (#24709) + +------------------------------------------------------------------- +Fri Mar 7 14:21:27 CET 2003 - snwint@suse.de + +- build splashs without silent image to reduce size (#24750) +- put only a limited number of splash images on cd2 (#24750) +- run /bin/initviocons in .bash_login (#24728) +- removed all xfree drivers but fbdev, vga and vmware (#24623) + +------------------------------------------------------------------- +Fri Mar 7 11:25:24 CET 2003 - snwint@suse.de + +- don't put cd related modules into initrd (#24709) +- changed boot loader menu texts +- speed up things by building /dev dir only once + +------------------------------------------------------------------- +Tue Mar 4 18:30:46 CET 2003 - snwint@suse.de + +- fixed lib64 issue in rescue system +- put bootlogo on x86_64 disks + +------------------------------------------------------------------- +Tue Mar 4 17:04:13 CET 2003 - snwint@suse.de + +- fixed text mode boot message (#24600) +- /etc/font.config has moved +- added /etc/hosts with localhost entry (#22207) +- floppy message file should not mention memtest + +------------------------------------------------------------------- +Mon Mar 3 20:57:03 CET 2003 - snwint@suse.de + +- added ips_old module +- more splash sizes +- fixed klogd startup + +------------------------------------------------------------------- +Sat Mar 1 15:35:23 CET 2003 - snwint@suse.de + +- remove module.conf after yast2 exits +- don't include libfreetype.so (not needed) +- take boot loader splash from gfxboot package +- added 1600x1200 splash + +------------------------------------------------------------------- +Mon Feb 24 18:19:49 CET 2003 - snwint@suse.de + +- added fdisk (#23864) + +------------------------------------------------------------------- +Mon Feb 24 15:41:07 CET 2003 - adrian@suse.de + +- use Bitstream Vera fonts, if avaible + +------------------------------------------------------------------- +Mon Feb 24 13:43:16 CET 2003 - snwint@suse.de + +- updated module config +- added alias file to locale database (#23348) +- added .old modutils to rescue system (#24017) + +------------------------------------------------------------------- +Tue Feb 18 13:40:31 CET 2003 - snwint@suse.de + +- libresmgr moved to /lib +- new splash code: (splash files are no longer added to initrd, + *.spl files are used instead) - needs updated syslinux package! + +------------------------------------------------------------------- +Mon Feb 17 18:20:33 CET 2003 - snwint@suse.de + +- more font fixes +- split scsi modules disk + +------------------------------------------------------------------- +Thu Feb 13 21:47:48 CET 2003 - adrian@suse.de + +- fix unicode meta data +- ensure correct time stamps +- drop qt mng plugin +- move perl out of root image + +------------------------------------------------------------------- +Thu Feb 13 11:21:21 CET 2003 - adrian@suse.de + +- fix font meta data +- add ntfsprogs to rescue system + +------------------------------------------------------------------- +Wed Feb 12 23:50:25 CET 2003 - adrian@suse.de + +- fix path to X11 freetype module + +------------------------------------------------------------------- +Wed Feb 12 22:31:04 CET 2003 - ro@suse.de + +- added ghostscript-fonts-std to neededforbuild + +------------------------------------------------------------------- +Wed Feb 12 17:14:14 CET 2003 - snwint@suse.de + +- new fonts stuff +- some module config updates +- temporarily added perl to inst-sys + +------------------------------------------------------------------- +Tue Feb 11 16:21:54 CET 2003 - snwint@suse.de + +- temporarily removed some scsi mods to make it build + +------------------------------------------------------------------- +Mon Feb 10 11:23:38 CET 2003 - snwint@suse.de + +- adapted to new graphics boot code + +------------------------------------------------------------------- +Mon Feb 10 02:03:50 CET 2003 - ro@suse.de + +- build with coreutils + +------------------------------------------------------------------- +Wed Feb 5 12:51:28 CET 2003 - snwint@suse.de + +- new fvwmrc + +------------------------------------------------------------------- +Tue Feb 4 10:28:16 CET 2003 - snwint@suse.de + +- added star to rescue system +- added sock to inst-sys +- qt3 fixes + +------------------------------------------------------------------- +Mon Feb 3 16:02:57 CET 2003 - snwint@suse.de + +- added glibc locale + +------------------------------------------------------------------- +Wed Jan 29 11:26:47 CET 2003 - snwint@suse.de + +- added some libs +- new fvwmrc + +------------------------------------------------------------------- +Mon Jan 20 18:55:54 CET 2003 - snwint@suse.de + +- boot menu changes +- added fvwm2 + +------------------------------------------------------------------- +Fri Jan 17 18:26:08 CET 2003 - ro@suse.de + +- skip umsprogs + +------------------------------------------------------------------- +Tue Jan 14 11:31:54 CET 2003 - snwint@suse.de + +- added new network modules + +------------------------------------------------------------------- +Mon Jan 13 16:56:43 CET 2003 - snwint@suse.de + +- knows about libgdbm_compat +- added sysconfig.keyboard + +------------------------------------------------------------------- +Thu Jan 9 14:17:36 CET 2003 - snwint@suse.de + +- acl & attr package split +- depmod.old etc. +- dropped glibc locale (#22161) + +------------------------------------------------------------------- +Thu Nov 28 15:28:02 CET 2002 - snwint@suse.de + +- better theme handling + +------------------------------------------------------------------- +Wed Nov 27 16:13:49 CET 2002 - snwint@suse.de + +- really added OpenXchange theme +- add scsidev to rescue image (#20490) +- check entered machine and path for ftp-installation (#20792) +- MTU-is only written to parameterfile if != 0 (#21119) +- autoinstall does now work (#21200) +- portmapper is killed before linuxrc is called (#18461) +- fixed labeling of product in suse.ins files (#21202) +- fixed typo in linuxrc #21465 +- fixed endlessloop if AUTOINSTALL was set and no + medium was selected. +- fixed login behaviour (second getty) (s390/s390x) #20780 +- fixed error handling of lcs-device (s390/s390x) #21558 +- fixed error handling of wrong parameter (s390/s390x) #21587 +- fixed permissions for .netrc. Otherwise ftp + is not executing the script. (s390/s390x) #21296 +- removed warning if valid default is accepted (s390/s390x) #21557 +- added xfs_repair to rescue system (#21671) +- fixed qla* module info (#21567) +- merged 8.1 tree +- new config file +- aaa_version no longer needed + +------------------------------------------------------------------- +Mon Nov 25 12:20:35 CET 2002 - ro@suse.de + +- added patch for XFree86 package rename +- removed XFree86-3x packages from neededforbuild (used nowhere) +- still needs work with expat/fontconfig/db3 + +------------------------------------------------------------------- +Sun Nov 24 12:35:45 CET 2002 - sndirsch@suse.de + +- adjusted #neededforbuild according to the XFree86 package rename + +------------------------------------------------------------------- +Sat Nov 9 14:23:40 CET 2002 - olh@suse.de + +- check for loop mount in $BUILD_ROOT, not in /tmp + +------------------------------------------------------------------- +Wed Oct 23 17:18:48 CEST 2002 - ro@suse.de + +- added aaa_version to neededforbuild (make it build for now) + +------------------------------------------------------------------- +Thu Oct 17 23:57:55 CEST 2002 - ro@suse.de + +- added bootsplash-theme-OpenXchange +- only build themes needed for distribution + (SuSE only on 8.1, UL only on UL, rest on SLES) +- build rescue image once, no matter what themes are built + +------------------------------------------------------------------- +Tue Oct 15 15:55:43 CEST 2002 - snwint@suse.de + +- fixing PAM error-messages (only s390/s390x) #18456, #20121, #20893 +- check valid VNC-password length (only s390/s390x) #20884 +- fixing segfaulting VNC on s390x (only s390x) #20403 +- enabling telnet for installation (only s390/s390x) #20708, #20790, 20789 +- fixing generation of /etc/resolv.conf (s390/s390x/all arch for installation via VNC, SSH) #20697, #19738 + +------------------------------------------------------------------- +Mon Oct 14 16:43:22 CEST 2002 - snwint@suse.de + +- make sure crypto module is present in inst-sys (#20606) + +------------------------------------------------------------------- +Mon Oct 14 16:14:03 CEST 2002 - snwint@suse.de + +- fixed theme handling (#19442) +- new theme UL-SLES + +------------------------------------------------------------------- +Wed Oct 9 15:55:22 CEST 2002 - snwint@suse.de + +- fixed missing traceroutecommand in netsetup (s390/s390x) #20462 +- fixed mising MTU-parameter in interfacefile (s390/s390x) #20644 +- fixed wrong motd (s390/s390x) #20404 +- fixed mising / in ftp/Samba-path (s390/s390x) #19967/#20152 + +------------------------------------------------------------------- +Mon Oct 7 20:50:39 CEST 2002 - snwint@suse.de + +- say "SuSE Linux" unless it's UnitedLinux (#20336) + +------------------------------------------------------------------- +Fri Oct 4 20:08:58 CEST 2002 - olh@suse.de + +- disable mk_initrd on ppc + the initrd is too small now and not used anyway in this package + +------------------------------------------------------------------- +Fri Oct 4 15:20:20 CEST 2002 - olh@suse.de + +- add ibmsis to neededforbuild on ppc32 (rescue image) (#20490) +- add vt320 terminfo entry for p690 hvc console (#20494) +- write correct inittab entry for hvc console (#20494) +- be more verbose during inittab modification + +------------------------------------------------------------------- +Fri Sep 27 14:21:38 CEST 2002 - snwint@suse.de + +- samba-client package has changed + +------------------------------------------------------------------- +Fri Sep 27 12:51:56 CEST 2002 - snwint@suse.de + +- corrected Installation error in linuxrc for s390 (Bug #20245) +- corrected string in linuxrc.config (Bug #19947) + +------------------------------------------------------------------- +Thu Sep 26 20:04:29 CEST 2002 - kukuk@suse.de + +- Add bootsplash-theme-SuSE-SLES to neededforbuild + +------------------------------------------------------------------- +Thu Sep 26 13:37:38 CEST 2002 - snwint@suse.de + +- bootlogo back on SLES + +------------------------------------------------------------------- +Thu Sep 26 10:43:39 CEST 2002 - snwint@suse.de + +- yast uses SL theme on SLES +- fixed bootlogo handling + +------------------------------------------------------------------- +Wed Sep 25 17:35:10 CEST 2002 - snwint@suse.de + +- Writing MTU to Devicefile +- added missing sambafile to initrd +- adding necessary parameters for ssh-install + +------------------------------------------------------------------- +Wed Sep 25 17:03:47 CEST 2002 - snwint@suse.de + +- support SuSE-SLES theme + +------------------------------------------------------------------- +Wed Sep 25 13:41:06 CEST 2002 - snwint@suse.de + +- added sisconfig and respective libraries to ppc rescue +- boot.local for serial console (#19498) + +------------------------------------------------------------------- +Wed Sep 25 11:20:39 CEST 2002 - snwint@suse.de + +- don't use cracklib to check passwords (#20121) + +------------------------------------------------------------------- +Mon Sep 23 18:05:27 CEST 2002 - snwint@suse.de + +- lower memory limit for loading inst-sys into ramdisk + +------------------------------------------------------------------- +Fri Sep 20 11:54:14 CEST 2002 - snwint@suse.de + +- added samba installation support for s390 + +------------------------------------------------------------------- +Wed Sep 18 16:19:02 CEST 2002 - snwint@suse.de + +- added yast2 translations +- driver updates are looked for in + linux/UnitedLinux/-ul1 for UL and + linux/UnitedLinux/-sles8 for SLES8 (#19442) +- added activation of network for s390/s390x/i&p-series + +------------------------------------------------------------------- +Mon Sep 16 17:01:00 CEST 2002 - snwint@suse.de + +- Removed writing entries in chandev.log in create_interfaces +- Removed bug in netsetup for iucv-Parameters +- Added missing files for samba-client +- changed check for installation media for s390 + +------------------------------------------------------------------- +Fri Sep 13 13:05:50 CEST 2002 - snwint@suse.de + +- changed parmline for installation boot +- changed create_interface to write entry in + modules.conf +- fixed y2debug issue (too much logs per default) + +------------------------------------------------------------------- +Wed Sep 11 13:44:37 CEST 2002 - snwint@suse.de + +- run linuxrc in linemode on s390 +- add uncompressed length after splash +- don't build uncompressed root image +- don't remove /root, second try + +------------------------------------------------------------------- +Mon Sep 9 17:56:03 CEST 2002 - snwint@suse.de + +- don't remove /root + +------------------------------------------------------------------- +Mon Sep 9 17:05:38 CEST 2002 - snwint@suse.de + +- create a 2.88MB boot image for CD2 (no k_inst) +- updated README/LIESMICH (#19132) +- pcilynx needs i2c mods +- fixed braille support + +------------------------------------------------------------------- +Sun Sep 8 14:30:08 CEST 2002 - snwint@suse.de + +- fixed pcmcia cardmanager config (#18311) +- simplify ssh login to inst-sys for debugging +- made cd2 boot image fit +- use k_inst again + +------------------------------------------------------------------- +Sat Sep 7 16:41:27 CEST 2002 - kukuk@suse.de + +- Don't include root.uncompressed (except on s390*) + +------------------------------------------------------------------- +Sat Sep 7 14:37:41 CEST 2002 - snwint@suse.de + +- no -themes subpackage, theme dependent files are in /SuSE/$theme/ + +------------------------------------------------------------------- +Fri Sep 6 14:22:07 CEST 2002 - schwab@suse.de + +- ia64: move initrd and kernel image to boot/efi in boot image. + +------------------------------------------------------------------- +Fri Sep 6 13:39:00 CEST 2002 - snwint@suse.de + +- no apic on x86_64, now really +- build rescue system on ppc + +------------------------------------------------------------------- +Fri Sep 6 11:50:35 CEST 2002 - snwint@suse.de + +- Corrected data/root/etc/create_interface +- new yast2 theme layout +- root image is now theme dependent + +------------------------------------------------------------------- +Thu Sep 5 19:59:35 CEST 2002 - snwint@suse.de + +- module config fixed on x86_64 +- samba, again (#18963) +- add firewire modules to initrd (#18583) +- new tar.bz2, patches left some empty files + +------------------------------------------------------------------- +Thu Sep 5 16:31:36 CEST 2002 - snwint@suse.de + +- modprobe in linuxrc to fix kmod problem +- changed parmfile for kernel (s390) + +------------------------------------------------------------------- +Thu Sep 5 16:26:13 CEST 2002 - snwint@suse.de + +- openssh fix & 64bit samba workaround + +------------------------------------------------------------------- +Thu Sep 5 14:06:09 CEST 2002 - snwint@suse.de + +- added amd-8111, minor module config fixes +- removed hard coded SL from motd/issue +- added YaST2 UL theme + +------------------------------------------------------------------- +Thu Sep 5 01:20:45 CEST 2002 - bk@suse.de + +- config-dist.sh: disable emulated build for s390(loop does not work) + +------------------------------------------------------------------- +Thu Sep 5 00:28:36 CEST 2002 - bk@suse.de + +- 390: use installation-kernel-rdripl as kernel rpm +- add config-dist.sh to ensure the host can do loop mounts + +------------------------------------------------------------------- +Wed Sep 4 17:30:55 CEST 2002 - snwint@suse.de + +- ftp and samba installation on s390 +- fixed bugs in ftp and VNC-installation on s390 +- added ip to rescue system (#18644) +- added openssh to rescue system + +------------------------------------------------------------------- +Tue Sep 3 17:39:41 CEST 2002 - snwint@suse.de + +- Modify WAIT_FOR_INTERFACES in /etc/sysconfig/network/config + +------------------------------------------------------------------- +Mon Sep 2 19:31:29 CEST 2002 - snwint@suse.de + +- do start_shell also with usessh, there is a console anyway +- remove the info file for YaST1, not needed anymore +- checkproc & klogd for all +- refined theme support +- include xauth and libXmuu* for ssh -X mode +- removed minor bugs from scrips +- fixed suse.ins for new CD-Layout +- add ssh_host_rsa_key* to avoid changed hostkey after ssh installation +- add HISTCONTROL=ignoredups to /etc/profile in inst-sys +- correctet handling of HSI-interface in + data/initrd/s390/bin/netsetsup +- removed hanging ping (-w-parameter) +- memorycheck buildin +- take passwd/shadow/group from aaa_base +- no apic on x86_64 + +------------------------------------------------------------------- +Wed Aug 28 10:56:29 CEST 2002 - snwint@suse.de + +- preserve installer name and use it in .bash_profile + move yast2 debugging from inst_setup_ssh to inst_setup + make the start_shell code multiline + allow ssh installations everywhere, relies on YaST2.start support + return to linuxrc if /tmp/YaST2_keep_sshd_running is not present + add PATH to .bash_profile and print installer name +- apic is back + +------------------------------------------------------------------- +Tue Aug 27 13:40:49 CEST 2002 - snwint@suse.de + +- ssh needs libgssapi now + +------------------------------------------------------------------- +Tue Aug 27 09:47:16 CEST 2002 - snwint@suse.de + +- remove /etc/inst_setup_ssh and /etc/create_interface in inst-sys +- create new cd layout +- added all yast translations +- removed inst-sys dir + +------------------------------------------------------------------- +Fri Aug 23 15:50:52 CEST 2002 - msvec@suse.cz + +- include czech yast2 translations for testing (#17780) + +------------------------------------------------------------------- +Fri Aug 23 15:37:03 CEST 2002 - ro@suse.de + +- remove k_inst from neededforbuild + +------------------------------------------------------------------- +Fri Aug 23 13:06:41 CEST 2002 - snwint@suse.de + +- added Option "ShadowFB" (#18235) + +------------------------------------------------------------------- +Thu Aug 22 18:48:42 CEST 2002 - stepan@suse.de + +- add SuSE IA64 bootloader menu + +------------------------------------------------------------------- +Thu Aug 22 15:55:04 CEST 2002 - snwint@suse.de + +- /usr/sbin vs. /sbin fun with xfs & dmapi +- samba package has innovative new layout + +------------------------------------------------------------------- +Wed Aug 21 17:34:41 CEST 2002 - snwint@suse.de + +- support UL/SuSE themes + +------------------------------------------------------------------- +Tue Aug 20 18:39:04 CEST 2002 - snwint@suse.de + +- no samba-classic-client package +- started to add yast2 translations +- added liby2util & yast2-packagemanager + +------------------------------------------------------------------- +Mon Aug 19 18:28:03 CEST 2002 - snwint@suse.de + +- extended create_interface for broadcast-interfaces +- enabled create_interface for s390 and ppc +- corrected filelists + +------------------------------------------------------------------- +Mon Aug 19 16:19:02 CEST 2002 - snwint@suse.de + +- use pcmcia in root image only on ia32 +- start ssh in inst-sys when requested via UseSSH from install.inf + create fresh hostkeys on sshd startup, or use provided hostkeys + wenn booted with "nosshkey", default password is "root" + boot option nossh is gone + remove special s390 handling in inst_setup, use inst_setup_ssh if needed + create resolv.conf from $nameserver and $domain, if set + set hostname to IP:, if set, avoids root@(none) hostkeys + do not use UsePrivilegeSeparation in inst-sys + +------------------------------------------------------------------- +Mon Aug 19 12:36:16 CEST 2002 - snwint@suse.de + +- inst_source in sync with docu +- DASD-Parameter insertet +- added acl,attr,libmng libs to base file list +- fillup in separate package +- added pcnet32-old module +- fixed some lib dependencies +- handle UnitedLinux properly +- add ssh-keygen +- add ssh and related files, starting with release 8.1 +- add a few ifarch ppc64 to ifarch ppc checks + +------------------------------------------------------------------- +Mon Aug 19 00:22:32 CEST 2002 - ro@suse.de + +- added acl,attr,libmng libs to base file list + +------------------------------------------------------------------- +Thu Aug 15 11:59:25 CEST 2002 - snwint@suse.de + +- mousedev module was lost in i386 + +------------------------------------------------------------------- +Tue Aug 13 00:36:36 CEST 2002 - ro@suse.de + +- k_apic is gone + +------------------------------------------------------------------- +Mon Aug 12 13:28:54 CEST 2002 - ro@suse.de + +- removed splashanim from neededforbuild + +------------------------------------------------------------------- +Mon Aug 12 12:58:12 CEST 2002 - snwint@suse.de + +- Include chpasswd, libpam_misc and /etc/pam.d/shadow so we can + set a password for root using linuxrc. +- added grub to rescue system +- memtest is now a separate package +- splashanim is bootsplash* now + +------------------------------------------------------------------- +Fri Aug 9 15:45:05 CEST 2002 - snwint@suse.de + +- added 'InputDevices' entries to XF86Config +- added mousedev.o to initrd + +------------------------------------------------------------------- +Wed Aug 7 18:21:33 CEST 2002 - ihno@suse.de + +- corrected script create_interface + +------------------------------------------------------------------- +Wed Aug 7 14:36:21 CEST 2002 - snwint@suse.de + +- traceroute no longer exists + +------------------------------------------------------------------- +Wed Aug 7 09:55:16 CEST 2002 - ihno@suse.de + +- corrected file list and neededforbuild + +------------------------------------------------------------------- +Tue Aug 6 15:31:15 CEST 2002 - snwint@suse.de + +- added locale libs (#17161) + +------------------------------------------------------------------- +Tue Aug 6 15:13:33 CEST 2002 - snwint@suse.de + +- fixed typo in spec file +- removed qt & qt3-non-mt from neededforbuild + +------------------------------------------------------------------- +Tue Aug 6 12:03:53 CEST 2002 - froh@suse.de + +- s390: fix remaining lib64 problems +- s390x is not s390 in etc/config any more +- s390: add etc/zfcp.conf + +------------------------------------------------------------------- +Mon Aug 5 17:17:50 CEST 2002 - froh@suse.de + +- added multipath module +- add /usr/bin/reset to inst-sys +- symlink /sbin/fdisk to /usr/lib/YaST2/bin/fdisk +- remove hwclock_wrapper, use hwclock directly +- s390: added load from CD-rom or server helper files +- s390: removed hack to get %version and %release into the linuxrc prompt +- s390x: fix lib64 support + +------------------------------------------------------------------- +Tue Jul 30 14:43:51 CEST 2002 - olh@suse.de + +- add initviocons to neededforbuild + +------------------------------------------------------------------- +Mon Jul 29 18:08:32 CEST 2002 - snwint@suse.de + +- raid modules got accidentally removed from inst-sys + +------------------------------------------------------------------- +Mon Jul 29 15:58:23 CEST 2002 - snwint@suse.de + +- more libz -> zlib fun +- fixed check_libs script + +------------------------------------------------------------------- +Sat Jul 27 20:21:13 CEST 2002 - kukuk@suse.de + +- bzip -> bzip2, libz -> zlib + +------------------------------------------------------------------- +Fri Jul 26 23:35:48 CEST 2002 - adrian@suse.de + +- fix neededforbuild + +------------------------------------------------------------------- +Fri Jul 26 15:05:14 CEST 2002 - sf@suse.de + +- remove gdb (used for x86_64 as workaround) + +------------------------------------------------------------------- +Thu Jul 25 11:12:08 CEST 2002 - snwint@suse.de + +- make it actually work on s390 + +------------------------------------------------------------------- +Wed Jul 24 12:28:20 CEST 2002 - snwint@suse.de + +- openssh needs kerberos libs now +- fixed initrd modules layout for non-ix86/x86_64 archs + +------------------------------------------------------------------- +Mon Jul 22 17:43:35 CEST 2002 - snwint@suse.de + +- corrected error in /linuxrc and yast_start + +------------------------------------------------------------------- +Mon Jul 22 17:25:15 CEST 2002 - snwint@suse.de + +- add usr/X11R6/lib64 to ld.so.conf +- fixed x86_64 typo + +------------------------------------------------------------------- +Mon Jul 22 15:18:45 CEST 2002 - snwint@suse.de + +- use lib64/modules in XF86Config on x86_64 + +------------------------------------------------------------------- +Mon Jul 22 12:23:18 CEST 2002 - snwint@suse.de + +- added yast2-transfer +- 'KGAUniversal' option for vga16 +- lvm needs its lib + +------------------------------------------------------------------- +Tue Jul 16 16:28:53 CEST 2002 - sf@suse.de + +- corrected initrd_base.file_list +- use linuxrc with gdb on x86_64 for now +- don't build moddisk 1 as the initrd doesn't fit on it + +------------------------------------------------------------------- +Tue Jul 16 10:57:46 CEST 2002 - snwint@suse.de + +- added yast2-update + +------------------------------------------------------------------- +Tue Jul 16 10:11:19 CEST 2002 - snwint@suse.de + +- ihno: latest s390/s390x changes + +------------------------------------------------------------------- +Mon Jul 15 18:46:19 CEST 2002 - sf@suse.de + +- added module.config.x86_64 to have less modules on moddisk3 +- patch to increase no. of inodes on moduledisks + +------------------------------------------------------------------- +Fri Jul 12 17:39:10 CEST 2002 - snwint@suse.de + +- remove explicit isa-pnp deps from module.config + +------------------------------------------------------------------- +Fri Jul 12 15:35:37 CEST 2002 - snwint@suse.de + +- mkfs.cramfs has moved +- fixed package name handling + +------------------------------------------------------------------- +Thu Jul 11 14:18:57 CEST 2002 - snwint@suse.de + +- added saxident +- corrected some devs package confusion + +------------------------------------------------------------------- +Wed Jul 10 15:12:56 CEST 2002 - snwint@suse.de + +- avoid mixing 32/64 bit pthread libs + +------------------------------------------------------------------- +Tue Jul 9 13:49:06 CEST 2002 - snwint@suse.de + +- make it possible to run rpm scripts chrooted + (note: semantics of 'e/E' commands have changed, see docs!) + +------------------------------------------------------------------- +Tue Jul 9 09:50:24 CEST 2002 - snwint@suse.de + +- ext2 has an upper inode number limit; avoid it building + initrd on x86_64 + +------------------------------------------------------------------- +Mon Jul 8 16:16:17 CEST 2002 - snwint@suse.de + +- no kdb/pcmcia in initrd on ppc +- use makedevs.floppy on ppc +- add ide-floppy, mesh and mac53c94 to modules list +- set RPM_ARCH for makedevs script +- run prein script for openssh package +- added config for sd_mod.o & scsi_mod.o +- use cache=4 as default +- more inodes in initrd + +------------------------------------------------------------------- +Mon Jul 8 10:47:39 CEST 2002 - snwint@suse.de + +- added autoyast2-installation +- fixed neededforbuild + +------------------------------------------------------------------- +Fri Jul 5 16:33:35 CEST 2002 - snwint@suse.de + +- libpng fixes + +------------------------------------------------------------------- +Fri Jul 5 14:45:15 CEST 2002 - snwint@suse.de + +- make it work with long package names + +------------------------------------------------------------------- +Fri Jul 5 10:12:32 CEST 2002 - kukuk@suse.de + +- Use %ix86 macro + +------------------------------------------------------------------- +Wed Jul 3 14:08:24 CEST 2002 - snwint@suse.de + +- added yast2-x11 +- added bc to neededforbuild +- don't build cd2 boot image + +------------------------------------------------------------------- +Wed Jul 3 11:59:46 CEST 2002 - snwint@suse.de + +- add bin/ci_y2image_for_ppc, creates initrd on ppc +- add plain_initrd target +- new yast2 packages + +------------------------------------------------------------------- +Thu Jun 20 15:19:41 CEST 2002 - snwint@suse.de + +- cdrom support is in kernel modules now + +------------------------------------------------------------------- +Thu Jun 20 10:40:45 CEST 2002 - snwint@suse.de + +- fixed for x86_64 + +------------------------------------------------------------------- +Wed Jun 12 16:16:47 CEST 2002 - snwint@suse.de + +- yast2 package changes +- tar & sed are in separate packages + +------------------------------------------------------------------- +Wed May 29 15:01:32 CEST 2002 - snwint@suse.de + +- added yast2-storage & libxml2 to neededforbuild + +------------------------------------------------------------------- +Wed May 29 12:53:49 CEST 2002 - snwint@suse.de + +- added yast2-storage +- lib64 fixes +- make it work on x86_64 + +------------------------------------------------------------------- +Mon May 27 11:10:46 CEST 2002 - snwint@suse.de + +- yast2 wants qt3-mt now +- unified module handling for all archs (except s390*) + +------------------------------------------------------------------- +Fri May 24 13:54:31 CEST 2002 - snwint@suse.de + +- no bootlogo on CD2 boot image +- liveeval changes +- updated module info for new kernel +- introduced 4th module disk +- added latest mips changes +- fixed bug in (empty) include file handling + +------------------------------------------------------------------- +Fri May 17 17:13:37 CEST 2002 - schwab@suse.de + +- Update elilo configuration. + +------------------------------------------------------------------- +Tue May 14 16:40:41 CEST 2002 - schwab@suse.de + +- Ignore non-critical errors. + +------------------------------------------------------------------- +Fri Apr 26 00:18:20 CEST 2002 - ro@suse.de + +- deactivate bootlogo on small bootimages until kernel shrinks + to a reasonable size to make the package build +- deactivated xfs for module disk 1 (>650K) +- deactivated aic7xxx_old for module disk 2 +- lvm package currently has no library +- added libxcrypt +- libgpp is now libstdc++, filename libstdc++.so.4.0.0 +- added libgcc to root and brescue (probably needed elswhere too) +- XXX if this does not work yet, add libgcc to other images ... + +------------------------------------------------------------------- +Thu Apr 25 18:12:57 CEST 2002 - ro@suse.de + +- remove surprise from neededforbuild (package deleted) +- building "ps" image should probably be removed + +------------------------------------------------------------------- +Sun Mar 24 16:22:39 CET 2002 - snwint@suse.de + +- add sg.o module and sg* devices to initrd, they are needed + for usb (scsi emulation!) +- added agetty to rescue system (#15429) +- don't include rpmqpack +- don't offer apic kernel on bootdisk +- use 'rescue=1' to start rescue system + +------------------------------------------------------------------- +Thu Mar 21 16:59:59 CET 2002 - snwint@suse.de + +- added FireWire modules again, as there's enough space left and it + seems to work +- create a boot image for CD2, that won't ask for a module disk +- added module info for amdtp & cmp + +------------------------------------------------------------------- +Mon Mar 18 11:26:20 CET 2002 - snwint@suse.de + +- fixed typo in inst_setup +- ppc needs md.o +- ia64 doesn't have jfs.o +- dropped xfbdev, it's never used +- added /etc/inputrc (#12937) + +------------------------------------------------------------------- +Sun Mar 10 13:43:14 CET 2002 - snwint@suse.de + +- fixed typo in inst_setup + +------------------------------------------------------------------- +Sat Mar 9 16:51:51 CET 2002 - snwint@suse.de + +- re-enabled apic boot option +- prepare inst_setup to run other commands besides yast +- fixed ppc module list + +------------------------------------------------------------------- +Tue Mar 5 21:08:32 CET 2002 - ro@suse.de + +- really add yast2-trans-inst-proposal to root image + +------------------------------------------------------------------- +Tue Mar 5 20:13:22 CET 2002 - ro@suse.de + +- added yast2-trans-inst-proposal to neededforbuild + +------------------------------------------------------------------- +Mon Mar 4 12:42:11 CET 2002 - snwint@suse.de + +- add harddisk boot entry +- updated bootdisk README + +------------------------------------------------------------------- +Sun Mar 3 18:45:38 CET 2002 - snwint@suse.de + +- allow bootdisks to have the initrd on a module disk +- support really small initrd (no pcmcia, nearly no keytables) +- rearranged module disks +- prepare for module config to be arch dependent +- added ntfs driver (for harddisk installs) +- added usb network driver (pegasus) +- added trivial bootloader to module disk that just prints a message +- removed apic boot option +- new text boot message + +------------------------------------------------------------------- +Fri Mar 1 16:09:37 CET 2002 - snwint@suse.de + +- added 'gconf-modules' (#13991) +- added new network cards +- fixed lvm in rescue system (#13947) +- use special dietlibc smbmount +- increased initrd size + +------------------------------------------------------------------- +Tue Feb 26 13:32:51 CET 2002 - snwint@suse.de + +- added hex,attr,xfsdump,dmapi to neededforbuild + +------------------------------------------------------------------- +Tue Feb 26 13:04:52 CET 2002 - snwint@suse.de + +- some minor fixes (mainly xfs) + +------------------------------------------------------------------- +Tue Feb 26 08:35:25 CET 2002 - ro@suse.de + +- it's k_apic, not k_apci + +------------------------------------------------------------------- +Mon Feb 25 19:43:08 CET 2002 - snwint@suse.de + +- fixed rescue system (#13854) +- added ehci driver +- added apic kernel +- added xfs module +- added xfsprogs + +------------------------------------------------------------------- +Sun Feb 24 18:52:34 CET 2002 - schwab@suse.de + +- Increase initial initrd size again. + +------------------------------------------------------------------- +Tue Feb 19 17:50:39 CET 2002 - ro@suse.de + +- removed setclock and added /sbin/hwclock_wrapper from aaa_base + (content is identical) + +------------------------------------------------------------------- +Mon Feb 18 18:18:04 CET 2002 - snwint@suse.de + +- drop firewire modules +- clear /module dir before starting yast2 if we don't have much memory + +------------------------------------------------------------------- +Sat Feb 16 01:01:21 CET 2002 - ro@suse.de + +- install root image now that it's built + +------------------------------------------------------------------- +Fri Feb 15 15:27:13 CET 2002 - snwint@suse.de + +- make it possible to create an initrd where linuxrc runs in gdb +- create cramfs images, too +- renamed files on module disks ("*-mod.gz" -> "*-modules") +- minor fixes in module list +- added timezone data to inst-sys +- add proceed hint to start_shell kernel arg + +------------------------------------------------------------------- +Tue Feb 12 15:00:10 CET 2002 - snwint@suse.de + +- increase free space on rescue disk + +------------------------------------------------------------------- +Tue Feb 12 12:43:16 CET 2002 - snwint@suse.de + +- fixed kbd dirs +- added pam modules (make sshd happy) +- removed ssh keys from /root/.ssh + +------------------------------------------------------------------- +Mon Feb 11 13:51:55 CET 2002 - snwint@suse.de + +- kbd things have been moved to /usr/share +- heimdal libs have been moved, too +- implemented better caching to speed things up + +------------------------------------------------------------------- +Tue Feb 5 18:33:47 CET 2002 - snwint@suse.de + +- added Xft fix again + +------------------------------------------------------------------- +Mon Feb 4 19:45:03 CET 2002 - snwint@suse.de + +- we have 3 module disks now +- usb modules are no longer on bootdisk + +------------------------------------------------------------------- +Fri Feb 1 00:26:11 CET 2002 - ro@suse.de + +- changed neededforbuild to + +------------------------------------------------------------------- +Mon Jan 28 16:16:14 CET 2002 - ro@suse.de + +- changed neededforbuild to + +------------------------------------------------------------------- +Mon Jan 28 14:46:26 CET 2002 - snwint@suse.de + +- check for vfat support in config-dist.sh + +------------------------------------------------------------------- +Mon Jan 28 12:43:04 CET 2002 - snwint@suse.de + +- fixed package list +- Y2DEBUG no longer set + +------------------------------------------------------------------- +Mon Jan 28 09:19:08 CET 2002 - ro@suse.de + +- added missing yast2-packages to neededforbuild + +------------------------------------------------------------------- +Wed Jan 23 09:45:08 CET 2002 - ro@suse.de + +- removed non-existant packages from neededforbuild + +------------------------------------------------------------------- +Mon Jan 21 19:09:25 CET 2002 - snwint@suse.de + +- some new yast2 packs +- added smb stuff to large initrd + +------------------------------------------------------------------- +Tue Jan 15 00:58:29 CET 2002 - ro@suse.de + +- removed yast and lx_sus22 from neededforbuild + +------------------------------------------------------------------- +Thu Jan 10 14:00:58 CET 2002 - snwint@suse.de + +- write correct qtrc + +------------------------------------------------------------------- +Tue Jan 8 19:47:53 CET 2002 - snwint@suse.de + +- new module handling +- qt3-non-mt +- yast2-trans-inst-environment has been splitted + +------------------------------------------------------------------- +Fri Jan 4 16:05:46 CET 2002 - snwint@suse.de + +- added more yast2 packages +- added wget & openssl + +------------------------------------------------------------------- +Thu Jan 3 15:23:33 CET 2002 - snwint@suse.de + +- fixed minor bug in bin/check_libs +- XftConfig is no in xf86tools +- added libusb +- disabled check for ext2 in config-dist.sh +- diable xft + +------------------------------------------------------------------- +Tue Dec 18 15:19:54 CET 2001 - snwint@suse.de + +- added qt3 to neededforbuild + +------------------------------------------------------------------- +Tue Dec 18 15:15:49 CET 2001 - snwint@suse.de + +- yast2 needs qt3 +- added libpkg to neededforbuild + +------------------------------------------------------------------- +Tue Dec 18 14:07:15 CET 2001 - snwint@suse.de + +- updated boot & module disks +- no french boot images + +------------------------------------------------------------------- +Mon Dec 3 20:18:34 CET 2001 - olh@suse.de + +- remove some kernel-installer-hint packages, never used + +------------------------------------------------------------------- +Mon Nov 26 12:28:43 CET 2001 - snwint@suse.de + +- add "start_shell" cmdline option to inst_setup +- fixed it to more or less build + +------------------------------------------------------------------- +Thu Nov 22 15:34:22 CET 2001 - sf@suse.de + +- added packages bzip, XFree86-compat-libs to neededforbuild +- modified initrd.file-list, rescue.file-list, root.file-list + to adapt the changed location of some libs. +- make it build on Alpha again, removed some kernel modules that + still do not build on Alpha + +------------------------------------------------------------------- +Thu Nov 15 00:44:32 CET 2001 - ro@suse.de + +- xf86glu is mesaglu again +- bootdisk (boot.small) still won't fit + +------------------------------------------------------------------- +Fri Oct 19 14:50:58 CEST 2001 - snwint@suse.de + +- added popt to neededforbuild + +------------------------------------------------------------------- +Fri Oct 19 12:55:31 CEST 2001 - snwint@suse.de + +- add 15bit to the fbdev section, needed on old pmacs (#11788) +- liveeval changes for 7.3 +- added popt package + +------------------------------------------------------------------- +Fri Oct 5 14:21:55 CEST 2001 - kukuk@suse.de + +- Fix removing of YaST1 + +------------------------------------------------------------------- +Wed Oct 3 20:44:00 CEST 2001 - kukuk@suse.de + +- Remove unused files from initrd for 32bit SPARC + +------------------------------------------------------------------- +Tue Oct 2 12:54:39 CEST 2001 - kukuk@suse.de + +- No YaST1 for SPARC + +------------------------------------------------------------------- +Tue Sep 25 14:05:35 CEST 2001 - snwint@suse.de + +- added mptbase.o & mptscsih.o (LSIFC9xx/LSI409xx Fibre Channel, #11251) + +------------------------------------------------------------------- +Tue Sep 25 11:48:03 CEST 2001 - snwint@suse.de + +- add 'enableapic' to default boot entry + +------------------------------------------------------------------- +Mon Sep 24 12:46:32 CEST 2001 - snwint@suse.de + +- removed 'rw' kernel parameter, this caused a fs check + in some cases + +------------------------------------------------------------------- +Thu Sep 20 15:56:11 CEST 2001 - snwint@suse.de + +- added /sbin/blockdev to inst-sys +- i386 bootdisk no longer defaults to 'manual' +- appended 'failsafe' parameters to 'failsafe' entry on bootdisk + (this is _not_ needed for the gfx isolinux version) (#10925) +- automatically load network and storage drivers before starting + rescue system (the is still the 'manual' option if this makes + problems) (#10028) +- added 8390.o to bootdisk (#10696) +- added network modules to modules disk +- no nfs-server in rescue system + +------------------------------------------------------------------- +Wed Sep 19 08:54:55 CEST 2001 - snwint@suse.de + +- forgot to add mk_splash in 1.96 +- integrated bdflush patch into 1.97 +- no longer ignore errors in ia32 build + +------------------------------------------------------------------- +Wed Sep 19 01:41:41 CEST 2001 - ro@suse.de + +- removed references to bdflush: package deleted + +------------------------------------------------------------------- +Tue Sep 18 21:24:41 CEST 2001 - snwint@suse.de + +- nfs-server: /var/state/nfs -> /var/lib/nfs +- splash is taken from splashanim package +- handle PReP zImage in yast1 post install + +------------------------------------------------------------------- +Tue Sep 18 20:24:03 CEST 2001 - snwint@suse.de + +- prepare to build initrd with ext2 on ia32 +- replace qla2x00.o with qla2[23]00.o +- ia32: remove modules from initrd before starting yast + +------------------------------------------------------------------- +Thu Sep 13 11:24:50 CEST 2001 - snwint@suse.de + +- added cups-libs & nfs-utils to neededforbuild (s390 needs it) + +------------------------------------------------------------------- +Tue Sep 11 20:13:41 CEST 2001 - snwint@suse.de + +- really use pcmcia-external modules + +------------------------------------------------------------------- +Mon Sep 10 19:10:00 CEST 2001 - snwint@suse.de + +- new boot splash +- fixed typo in inst_setup +- added checkproc to instsys + +------------------------------------------------------------------- +Sun Sep 9 15:08:12 CEST 2001 - snwint@suse.de + +- added 'top' to instsys +- work with gfxboot-1.4 +- append boot splash to initrd +- linuxrc always reboots on bootdisks (due to k_inst) + +------------------------------------------------------------------- +Thu Sep 6 11:16:29 CEST 2001 - snwint@suse.de + +- parted lib name had been changed, too + +------------------------------------------------------------------- +Wed Sep 5 10:16:46 CEST 2001 - snwint@suse.de + +- parted has moved + +------------------------------------------------------------------- +Tue Sep 4 18:24:49 CEST 2001 - snwint@suse.de + +- added root password for instsys +- added tulip & isa-pnp to module disks + +------------------------------------------------------------------- +Mon Sep 3 12:11:32 CEST 2001 - kukuk@suse.de + +- Remove more modules on SPARC +- Don't include PS/2 keymaps (not needed on sparc32) + +------------------------------------------------------------------- +Fri Aug 31 14:21:35 CEST 2001 - kukuk@suse.de + +- Add lvm/raid kernel modules to initrd on SPARC + +------------------------------------------------------------------- +Fri Aug 31 10:53:38 CEST 2001 - snwint@suse.de + +- 'make root' no longer implicitly builds initrd + +------------------------------------------------------------------- +Thu Aug 30 17:29:33 CEST 2001 - kukuk@suse.de + +- Remove old X server for Sun from inst-sys + +------------------------------------------------------------------- +Thu Aug 30 11:05:51 CEST 2001 - snwint@suse.de + +- make non-ia32 archs build again + +------------------------------------------------------------------- +Wed Aug 29 14:10:55 CEST 2001 - snwint@suse.de + +- bootdisk: kernel from k_inst, modules from k_deflt + +------------------------------------------------------------------- +Wed Aug 29 11:38:57 CEST 2001 - snwint@suse.de + +- re-added usb-storage to bootdisk + +------------------------------------------------------------------- +Wed Aug 29 11:26:18 CEST 2001 - snwint@suse.de + +- added vmstat to inst-sys +- use k_inst for boot disks + +------------------------------------------------------------------- +Tue Aug 28 17:22:52 CEST 2001 - snwint@suse.de + +- create new modules.dep at start of the installation +- use only _some_ files from /usr/lib/gconv +- added jbd.o +- added fs modules to rescue system + +------------------------------------------------------------------- +Mon Aug 27 16:39:25 CEST 2001 - snwint@suse.de + +- added 'extramod' env var to assist creating specialized boot disks +- added jfs.o, ext3.o + + +------------------------------------------------------------------- +Mon Aug 27 10:02:58 CEST 2001 - ro@suse.de + +- replaced by in neededforbuild + +------------------------------------------------------------------- +Fri Aug 24 12:22:33 CEST 2001 - snwint@suse.de + +- fixed typo + +------------------------------------------------------------------- +Wed Aug 22 17:48:51 CEST 2001 - snwint@suse.de + +- re-added gconv directory + +------------------------------------------------------------------- +Mon Aug 20 17:24:54 CEST 2001 - snwint@suse.de + +- adapt to aaa_dir changes + +------------------------------------------------------------------- +Mon Aug 20 15:09:26 CEST 2001 - snwint@suse.de + +- improved inst_setup script +- new motd/issue files +- dropped 'ifdef' support + +------------------------------------------------------------------- +Sun Aug 19 15:11:08 CEST 2001 - olh@suse.de + +- add a few *-installer-hint.rpms for ppc to avoid warnings + +------------------------------------------------------------------- +Wed Aug 15 10:57:04 CEST 2001 - snwint@suse.de + +- make sure all CVS files are actually present + +------------------------------------------------------------------- +Tue Aug 14 18:58:56 CEST 2001 - froh@suse.de + +- initrd works on s390: netsetup, ssh login, linuxrc working + +------------------------------------------------------------------- +Tue Aug 14 09:19:13 CEST 2001 - snwint@suse.de + +- added jfsprogs to neededforbuild + +------------------------------------------------------------------- +Mon Aug 13 14:33:58 CEST 2001 - snwint@suse.de + +- added jfsprogs to inst-sys & rescue +- added hdparm to rescue + +------------------------------------------------------------------- +Fri Aug 10 19:41:42 CEST 2001 - kukuk@suse.de + +- Remove 3.3.6 X server for SPARC, 4.1.0 works for all now + +------------------------------------------------------------------- +Fri Aug 10 16:25:05 CEST 2001 - snwint@suse.de + +- added 'failsafe' boot menu entry + +------------------------------------------------------------------- +Fri Aug 10 15:57:30 CEST 2001 - snwint@suse.de + +- added yast2-lib-sequencer + +------------------------------------------------------------------- +Fri Aug 10 10:21:13 CEST 2001 - snwint@suse.de + +- fixed typo in rescue system + +------------------------------------------------------------------- +Thu Aug 9 17:59:56 CEST 2001 - snwint@suse.de + +- added ssh to inst-sys (in pre-releases only) +- added inst_setup + +------------------------------------------------------------------- +Mon Aug 6 18:10:35 CEST 2001 - snwint@suse.de + +- 'no emulation' boot instead of 2.88MB floppy emulation on CD1 + (isolinux vs. syslinux) + +------------------------------------------------------------------- +Mon Aug 6 16:26:03 CEST 2001 - snwint@suse.de + +- new 'pre_release' variable + +------------------------------------------------------------------- +Wed Aug 1 15:49:13 CEST 2001 - snwint@suse.de + +- more inodes for rescue system + +------------------------------------------------------------------- +Wed Aug 1 10:54:18 CEST 2001 - snwint@suse.de + +- use linuxrc_tiny in 'small' initrd + +------------------------------------------------------------------- +Mon Jul 30 18:06:52 CEST 2001 - snwint@suse.de + +- dropped some mods to make it build + +------------------------------------------------------------------- +Mon Jul 30 10:00:11 CEST 2001 - snwint@suse.de + +- _no_ network modules on moddisk #1 + +------------------------------------------------------------------- +Fri Jul 27 15:27:20 CEST 2001 - schwab@suse.de + +- Add filesystem kernel modules to initrd on ia64. +- Increase initial initrd size. + +------------------------------------------------------------------- +Wed Jul 25 10:47:02 CEST 2001 - snwint@suse.de + +- create correct fonts.dir +- various file list fixes +- started to rework module handling + +------------------------------------------------------------------- +Thu Jul 19 14:12:14 CEST 2001 - snwint@suse.de + +- check for loop device support in config-dist.sh + +------------------------------------------------------------------- +Thu Jul 19 12:05:28 CEST 2001 - snwint@suse.de + +- joerc has moved to /etc + +------------------------------------------------------------------- +Thu Jul 19 09:57:59 CEST 2001 - snwint@suse.de + +- fixed typo to make axp work again + +------------------------------------------------------------------- +Wed Jul 18 21:47:34 CEST 2001 - schwab@suse.de + +- Use elilo instead of gnu-efi. + +------------------------------------------------------------------- +Tue Jul 17 14:05:39 CEST 2001 - snwint@suse.de + +- support gcc 3.0 +- made it work with xf86 4.1 +- *.file_list cleanup +- check yast2 package list consistency + +------------------------------------------------------------------- +Mon Jul 16 18:23:41 CEST 2001 - snwint@suse.de + +- fixed elsif +- removed unnecessary keytable includes +- started to drop support for SL < 7.2 +- dropped /usr/lib/gconv/ + +------------------------------------------------------------------- +Sat Jul 14 17:56:35 CEST 2001 - kukuk@suse.de + +- Fix /lib/ld* rules + +------------------------------------------------------------------- +Fri Jul 13 14:01:48 CEST 2001 - olh@suse.de + +- remove yast2-core-translator from file list + +------------------------------------------------------------------- +Fri Jul 13 13:01:55 CEST 2001 - ro@suse.de + +- removed yast2-core-translator from needed + +------------------------------------------------------------------- +Fri Jul 13 12:02:25 CEST 2001 - olh@suse.de + +- add yast2-agent-system to neededforbuild + +------------------------------------------------------------------- +Tue Jul 10 11:11:26 CEST 2001 - olh@suse.de + +- always add /lib/ld{.,-}* + +------------------------------------------------------------------- +Tue Jul 10 10:53:02 CEST 2001 - olh@suse.de + +- update for ppc + add freetype2.rpm + umsprogs i386 only + /usr/X11R6/lib/modules/*.uc maybe i386 only + +------------------------------------------------------------------- +Wed Jun 27 15:37:45 CEST 2001 - snwint@suse.de + +- integrated latest ia64/sparc patches +- added new 'F' command (cf. README) + +------------------------------------------------------------------- +Tue Jun 19 21:20:28 CEST 2001 - schwab@suse.de + +- Increase the number of inodes in rescue filesystem. + +------------------------------------------------------------------- +Tue Jun 12 15:29:23 CEST 2001 - snwint@suse.de + +- remove /etc/X11/xserver/C/ from inst-sys (saves about 12MB) + +------------------------------------------------------------------- +Mon Jun 4 18:38:57 CEST 2001 - kukuk@suse.de + +- Enable reiserfs on SPARC, change tilo call for new version + +------------------------------------------------------------------- +Fri Jun 1 16:21:24 CEST 2001 - kukuk@suse.de + +- Add yast2-agent-prom on SPARC + +------------------------------------------------------------------- +Mon May 28 09:11:28 CEST 2001 - schwab@suse.de + +- Adjust elilo config file for gnu-efi 2.5. + +------------------------------------------------------------------- +Sun May 20 19:02:52 CEST 2001 - schwab@suse.de + +- Make rescue system on ia64. + +------------------------------------------------------------------- +Mon May 14 17:03:39 CEST 2001 - snwint@suse.de + +- updated README for CD1/disks/ + +------------------------------------------------------------------- +Fri May 11 15:37:59 CEST 2001 - snwint@suse.de + +- remove lessopen/close from rescue system (#8101) + +------------------------------------------------------------------- +Thu May 10 20:32:38 CEST 2001 - kukuk@suse.de + +- Fix to build on SPARC + +------------------------------------------------------------------- +Thu May 10 18:53:14 CEST 2001 - snwint@suse.de + +- drop permission fix for /lib/modules in root.file_list completely + (not needed anyway) + +------------------------------------------------------------------- +Thu May 10 12:13:33 CEST 2001 - snwint@suse.de + +- changed libdri patch to: no libdri.a on ia64 +- added usleep to rescue system + +------------------------------------------------------------------- +Wed May 9 17:24:05 CEST 2001 - snwint@suse.de + +- no libdri.a except on ia32 +- no agp module in xsvga for ia64 +- no blinux link unless sbl package is installed + +------------------------------------------------------------------- +Wed May 9 10:13:22 CEST 2001 - snwint@suse.de + +- next try to fix it + +------------------------------------------------------------------- +Wed May 9 09:36:24 CEST 2001 - snwint@suse.de + +- removed fix +- added gfxboot-devel to neededforbuild + +------------------------------------------------------------------- +Wed May 9 07:25:58 MEST 2001 - kukuk@suse.de + +- Fix last fix + +------------------------------------------------------------------- +Wed May 9 06:57:47 CEST 2001 - kukuk@suse.de + +- Adept new locations of files + +------------------------------------------------------------------- +Tue May 8 16:39:45 CEST 2001 - snwint@suse.de + +- worked on module lists +- back to 2.88MB boot image +- added yast2-db-groups,finger,rsh,telnet to neededforbuild + +------------------------------------------------------------------- +Mon Apr 30 15:33:29 CEST 2001 - snwint@suse.de + +- kendy: have fix_locale link all utf8 locales to en_US.utf8 +- support creation of isolinux boot CDs +- gfx boot images are taken from gfxboot package now +- added nvram.o back to (small) initrd +- new elilo.conf + +------------------------------------------------------------------- +Wed Apr 25 17:54:53 CEST 2001 - snwint@suse.de + +- create utf8-links in fix_locale +- stop on missing modules +- added missing euro keytables to initrd +- more yast2 packages +- added pcmcia to neededforbuild + +------------------------------------------------------------------- +Tue Apr 24 16:53:35 CEST 2001 - snwint@suse.de + +- more mods & utils in rescue system +- re-added some tools formerly in nkitb +- no memtest on boot floppy + +------------------------------------------------------------------- +Tue Apr 24 09:12:07 CEST 2001 - snwint@suse.de + +- added loop_fish2.o to inst-sys +- added fs modules (raid, lvm, etc.) to rescue system + +------------------------------------------------------------------- +Mon Apr 23 19:23:59 CEST 2001 - snwint@suse.de + +- more yast2 stuff + +------------------------------------------------------------------- +Sun Apr 22 15:09:44 CEST 2001 - kukuk@suse.de + +- Fix last changes + +------------------------------------------------------------------- +Sat Apr 21 15:16:08 CEST 2001 - kukuk@suse.de + +- Disable root image + +------------------------------------------------------------------- +Thu Apr 19 18:22:29 CEST 2001 - snwint@suse.de + +- added tee + +------------------------------------------------------------------- +Wed Apr 18 17:37:30 CEST 2001 - snwint@suse.de + +- fixed evil bug in 'elsif' implementation + +------------------------------------------------------------------- +Wed Apr 18 11:49:42 CEST 2001 - snwint@suse.de + +- integrated latest ia64 changes (by schwab) +- kkaempf: add y2d* packages + +------------------------------------------------------------------- +Thu Apr 12 01:38:26 CEST 2001 - ro@suse.de + +- removed smp from neededforbuild (deleted package) + +------------------------------------------------------------------- +Tue Apr 10 15:12:07 CEST 2001 - schwab@suse.de + +- neededforbuild eli -> gnu-efi. +- Update for new boot loader on ia64. +- Include raidutils in root on ia64. + +------------------------------------------------------------------- +Sun Apr 8 19:06:23 CEST 2001 - snwint@suse.de + +- new boot logo + +------------------------------------------------------------------- +Sat Apr 7 14:01:00 CEST 2001 - snwint@suse.de + +- removed some non-existent yast2 packages from neededforbuild + +------------------------------------------------------------------- +Fri Apr 6 14:47:46 CEST 2001 - snwint@suse.de + +- added lvm mods +- boot floppy didn't ask for modules disk +- fixed neededforbuild + +------------------------------------------------------------------- +Wed Apr 4 15:56:30 CEST 2001 - snwint@suse.de + +- fixed rescue system +- yast2 reworked again + +------------------------------------------------------------------- +Tue Apr 3 11:43:35 CEST 2001 - snwint@suse.de + +- added graphical boot screen +- bootdisk should build + +------------------------------------------------------------------- +Fri Mar 30 15:57:12 CEST 2001 - snwint@suse.de + +- renamed package +- yast2 reworked again +- tuned module list + +------------------------------------------------------------------- +Tue Mar 27 14:25:24 CEST 2001 - snwint@suse.de + +- new yast2 package names +- added GL support + +------------------------------------------------------------------- +Tue Mar 20 12:27:11 CET 2001 - snwint@suse.de + +- awk now needed for all archs + +------------------------------------------------------------------- +Fri Mar 16 15:23:45 CET 2001 - snwint@suse.de + +- copy vmlinuz_24 to /CD1/suse/images/k_deflt + +------------------------------------------------------------------- +Fri Mar 16 15:14:54 CET 2001 - snwint@suse.de + +- more or less ready for 7.2/kernel 2.4 + +------------------------------------------------------------------- +Tue Mar 6 09:01:58 CET 2001 - snwint@suse.de + +- re-enabled yast2 for alpha +- it's now possible to remove yast2 via environment: 'with_yast2=no' + +------------------------------------------------------------------- +Thu Mar 1 14:40:12 CET 2001 - snwint@suse.de + +- _disabled_ yast2 for alpha + +------------------------------------------------------------------- +Tue Feb 27 12:07:25 CET 2001 - snwint@suse.de + +- fixed file lists (readline vs. bash) +- added readline to neededforbuild +- don't build liveeval boot image + +------------------------------------------------------------------- +Tue Feb 27 10:43:10 CET 2001 - snwint@suse.de + +- integrated latest changes by ro & kukuk +- fixed bug in ia64 boot image code (image was 2 bytes to short) +- we can now prepare hard disk boot images +- enabled yast2 for alpha +- added nasm to neededforbuild + +------------------------------------------------------------------- +Tue Feb 27 00:16:14 CET 2001 - ro@suse.de + +- libreadline is in readline package now + +------------------------------------------------------------------- +Thu Feb 22 12:09:32 CET 2001 - kukuk@suse.de + +- Add missing keymaps for SPARC + +------------------------------------------------------------------- +Wed Feb 21 10:04:29 CET 2001 - kukuk@suse.de + +- Adjust patch for liblvm + +------------------------------------------------------------------- +Sat Feb 17 11:31:09 CET 2001 - kukuk@suse.de + +- Add libdri.a back, some xf86 4.0 modules need it + +------------------------------------------------------------------- +Wed Feb 14 11:17:55 CET 2001 - kukuk@suse.de + +- Add xglint to needed for build + +------------------------------------------------------------------- +Thu Feb 8 23:57:02 CET 2001 - olh@suse.de + +- fix parted file list + +------------------------------------------------------------------- +Thu Feb 8 22:47:18 CET 2001 - olh@suse.de + +- use correct LVM libs* + +------------------------------------------------------------------- +Thu Feb 8 22:43:34 CET 2001 - olh@suse.de + +- remove unneeded ppc kernel rpms + +------------------------------------------------------------------- +Tue Feb 6 12:32:03 CET 2001 - snwint@suse.de + +- added parted (ppc) + +------------------------------------------------------------------- +Sat Feb 3 11:56:58 CET 2001 - snwint@suse.de + +- fixed spec + +------------------------------------------------------------------- +Fri Feb 2 15:17:19 CET 2001 - snwint@suse.de + +- removed ext2 abuild test from spec file +- added /sbin/nvsetenv to inst-sys (ppc only) + +------------------------------------------------------------------- +Fri Feb 2 12:47:12 CET 2001 - snwint@suse.de + +- olh: add hfsutils, build only the root image on ppc +- olh: updated /usr/bin/setclock +- liveeval updated for 7.1 + +------------------------------------------------------------------- +Sat Jan 27 16:45:00 CET 2001 - kukuk@suse.de + +- Add i386 keytables for SPARC/PS/2 keyboards + +------------------------------------------------------------------- +Tue Jan 23 14:42:34 CET 2001 - schwab@suse.de + +- eli.cfg: Add loaddisk when installing with yast1. + +------------------------------------------------------------------- +Mon Jan 22 14:29:40 CET 2001 - snwint@suse.de + +- extended *file_list syntax + +------------------------------------------------------------------- +Mon Jan 22 00:37:55 CET 2001 - ro@suse.de + +- added config-dist.sh for filesystem guess + +------------------------------------------------------------------- +Thu Jan 18 18:17:09 CET 2001 - snwint@suse.de + +- syslogd logs to /dev/null if tty4 is not a console + (ro: don't move it to 7.1-i386) + +------------------------------------------------------------------- +Wed Jan 17 18:25:08 CET 2001 - snwint@suse.de + +- fixed typo in spec + +------------------------------------------------------------------- +Wed Jan 17 14:40:17 CET 2001 - snwint@suse.de + +- added scsi mods to root images +- make sure 8390.o is on all boot disks +- fixed SuSE-release handling + +------------------------------------------------------------------- +Wed Jan 17 10:52:36 CET 2001 - snwint@suse.de + +- dropped live boot/root images +- added gpart to neededforbuild + +------------------------------------------------------------------- +Wed Jan 17 01:59:13 CET 2001 - ro@suse.de + +- fixed ext2 check for initrd leftover in proc/mounts + +------------------------------------------------------------------- +Tue Jan 16 19:48:18 CET 2001 - snwint@suse.de + +- added gpart +- fixed mod disk1 module list + +------------------------------------------------------------------- +Tue Jan 16 15:48:39 CET 2001 - snwint@suse.de + +- put ext2 check back in, ia32 only + +------------------------------------------------------------------- +Tue Jan 16 14:31:59 CET 2001 - ro@suse.de + +- blocksize detection i386 only + +------------------------------------------------------------------- +Tue Jan 16 13:03:39 CET 2001 - snwint@suse.de + +- fixed module lists + +------------------------------------------------------------------- +Tue Jan 16 01:46:39 CET 2001 - ro@suse.de + +- don't guess filesystem, guess blocksize + +------------------------------------------------------------------- +Tue Jan 16 01:03:21 CET 2001 - ro@suse.de + +- updated build-fs detection + +------------------------------------------------------------------- +Mon Jan 15 18:44:44 CET 2001 - snwint@suse.de + +- fixed rescue system (reboot now works) +- make scsi/net module loading work in linuxrc + +------------------------------------------------------------------- +Sun Jan 14 18:29:35 CET 2001 - snwint@suse.de + +- more module list fixes +- create /etc/need_modules_disk on floppy images + so linuxrc asks for modules disk automatically + +------------------------------------------------------------------- +Sun Jan 14 14:10:13 CET 2001 - snwint@suse.de + +- fixed module lists +- bootdisk no longer has _any_ scsi/net modules +- removed laptop floppy from spec file + +------------------------------------------------------------------- +Fri Jan 12 17:25:39 CET 2001 - snwint@suse.de + +- missing braille start script added +- syslogd moved to /sbin +- make it possible to consistently reload the module disk +- no laptop floppy + +------------------------------------------------------------------- +Fri Jan 12 01:42:29 CET 2001 - ro@suse.de + +- fix for syslog move + +------------------------------------------------------------------- +Tue Jan 9 18:54:48 CET 2001 - snwint@suse.de + +- drop all XFree86 3.x servers (ia32 only) +- add /usr/bin/od +- use long filenames on modules disk + +------------------------------------------------------------------- +Mon Jan 8 00:15:14 CET 2001 - ro@suse.de + +- create lang/fr/CD2 dir + +------------------------------------------------------------------- +Sun Jan 7 20:15:23 CET 2001 - snwint@suse.de + +- fixed rescue-system +- added 8139too.o/BusLogic.o to module disk + +------------------------------------------------------------------- +Sun Jan 7 19:38:08 CET 2001 - snwint@suse.de + +- integrated v1.23 diffs +- add firegl2 & 3 driver +- dropped serial.o +- re-added fbdev_drv.o + +------------------------------------------------------------------- +Sun Jan 7 11:37:13 CET 2001 - snwint@suse.de + +- add CD2 boot image + +------------------------------------------------------------------- +Fri Jan 5 12:17:12 CET 2001 - kukuk@suse.de + +- Updates for SPARC +- Fix location of libz + +------------------------------------------------------------------- +Thu Jan 4 15:55:51 CET 2001 - kendy@suse.cz + +- patched bin/fix_locale to link iso2 languages to cs_CZ, not en_US + +------------------------------------------------------------------- +Tue Jan 2 16:27:40 CET 2001 - msvec@suse.cz + +- added trivial console translation + +------------------------------------------------------------------- +Sun Dec 31 07:28:37 CET 2000 - olh@suse.de + +- update for ppc instsys + +------------------------------------------------------------------- +Fri Dec 22 11:41:08 CET 2000 - ro@suse.de + +- changed neededforbuild to + +------------------------------------------------------------------- +Thu Dec 21 00:48:48 CET 2000 - ro@suse.de + +- build it only on ext2 + +------------------------------------------------------------------- +Mon Dec 18 11:38:44 CET 2000 - snwint@suse.de + +- agpgarti810 device no longer in xsvga package + +------------------------------------------------------------------- +Fri Dec 15 14:07:56 CET 2000 - snwint@suse.de + +- fixed minor bug in boot disk creation + +------------------------------------------------------------------- +Fri Dec 15 13:33:14 CET 2000 - snwint@suse.de + +- dropped 'update' boot option +- booting with 'yast1' now makes linuxrc load scsi/blkdev mods +- less modules +- creation of boot disks now considerably faster +- no rescue system for ia64 + +------------------------------------------------------------------- +Fri Dec 15 08:34:12 CET 2000 - ro@suse.de + +- try to make it build + +------------------------------------------------------------------- +Wed Dec 13 18:30:49 CET 2000 - snwint@suse.de + +- chvt & loadkeys have been moved to /bin + +------------------------------------------------------------------- +Tue Dec 12 18:39:26 CET 2000 - snwint@suse.de + +- hwinfo needs its shared lib +- added locale again (all linked to en_US) +- reordered building of boot images to speed it up a bit + +------------------------------------------------------------------- +Sat Dec 9 15:52:07 CET 2000 - snwint@suse.de + +- avoid insserv error msg +- fixed kbd include file list +- libz moved to /lib + +------------------------------------------------------------------- +Fri Dec 8 12:03:12 CET 2000 - ro@suse.de + +- fixed file-list for new kbd + +------------------------------------------------------------------- +Wed Dec 6 17:47:57 CET 2000 - snwint@suse.de + +- added cache for rpms +- renamed mdutils -> raidtools +- new y2[dt]_* packages!!! + +------------------------------------------------------------------- +Wed Dec 6 07:19:50 CET 2000 - ro@suse.de + +- replaced mdutils by raidtools + +------------------------------------------------------------------- +Tue Dec 5 17:42:08 CET 2000 - snwint@suse.de + +- create /lang/fr/CD1/disks + +------------------------------------------------------------------- +Tue Dec 5 15:11:39 CET 2000 - snwint@suse.de + +- added dosfsck +- added README/LIESMICH for CD1/disks dir +- added CD1/disks/k_deflt +- fixed to work with new fileutils + +------------------------------------------------------------------- +Tue Dec 5 12:19:36 CET 2000 - snwint@suse.de + +- fix xkb problem +- updated modules disks +- build module disks here (no longer in bootdisk package) +- renamed bootdisks (cf. bootdisk package): + yast2 --> bootdisk + bootdisk --> i386 + +------------------------------------------------------------------- +Mon Dec 4 14:51:04 CET 2000 - ro@suse.de + +- build fixes (temporarily removed some modules ...) + +------------------------------------------------------------------- +Mon Dec 4 00:19:44 CET 2000 - ro@suse.de + +- adapted neededforbuild + +------------------------------------------------------------------- +Sat Dec 2 15:05:38 CET 2000 - kukuk@suse.de + +- Quick hacks to get it build + +------------------------------------------------------------------- +Fri Dec 1 16:47:50 CET 2000 - snwint@suse.de + +- updated ci_y2image to include disk_* files + +------------------------------------------------------------------- +Fri Dec 1 16:11:54 CET 2000 - kukuk@suse.de + +- Add missing file lists + +------------------------------------------------------------------- +Fri Dec 1 13:27:40 CET 2000 - snwint@suse.de + +- prepared to build rescue CD +- build various boot disks directly +- fixed file lists + +------------------------------------------------------------------- +Fri Nov 24 12:18:56 CET 2000 - snwint@suse.de + +- changed initrd to work with new kbd package + +------------------------------------------------------------------- +Wed Nov 22 11:41:02 CET 2000 - snwint@suse.de + +- fixed neededforbuild + +------------------------------------------------------------------- +Tue Nov 21 18:14:53 CET 2000 - snwint@suse.de + +- now builds rescue system +- renamed ix86 -> ia32 +- made root & demo images build again +- added check for shared lib dependencies + +------------------------------------------------------------------- +Thu Nov 16 11:47:34 CET 2000 - snwint@suse.de + +- added support for loopc.o compression module (image "susee") +- support for compressing loop device (cloop.o) +- moved LiveEval images to suse/images/ +- started to switch to new package names +- improved error handling on missing files +- dropped locale stuff +- integrated 7.0-ppc changes +- renamed 'yast2' to 'root' +- startet to drop unneeded stuff: libjpeg,libpng,libz,libmng + +------------------------------------------------------------------- +Mon Nov 6 15:41:01 CET 2000 - kukuk@suse.de + +- Change qtlib2 -> qt +- Set Autoreqprov to off +- Use SuSE internal group + +------------------------------------------------------------------- +Thu Sep 28 15:02:42 CEST 2000 - snwint@suse.de + +- more sophisticated ia64 boot config + +------------------------------------------------------------------- +Wed Sep 20 13:56:25 CEST 2000 - schwab@suse.de + +- Add eli to neededforbuild. + +------------------------------------------------------------------- +Wed Sep 20 12:01:43 CEST 2000 - snwint@suse.de + +- ia64: added keytables & modules + +------------------------------------------------------------------- +Tue Sep 19 15:07:22 CEST 2000 - snwint@suse.de + +- create a boot image for ia64 + +------------------------------------------------------------------- +Thu Sep 14 15:13:03 CEST 2000 - snwint@suse.de + +- no yast2/x11 on axp + +------------------------------------------------------------------- +Thu Sep 14 11:19:31 CEST 2000 - snwint@suse.de + +- fixed bug in kernel version number handling + +------------------------------------------------------------------- +Wed Sep 13 16:15:07 CEST 2000 - snwint@suse.de + +- added i2o modules (module disk1) +- rewrote etc/config & lib/ReadConfig.pm to handle more + complex SuSE release names +- increased initial root image size in mk_yast2 + +------------------------------------------------------------------- +Fri Aug 25 15:26:37 CEST 2000 - snwint@suse.de + +- needed in 7.0-i386 to get updated live/liveeval images + +------------------------------------------------------------------- +Thu Aug 24 15:35:18 CEST 2000 - snwint@suse.de + +- increased initial initrd size +- file list fixes for alpha + +------------------------------------------------------------------- +Thu Aug 24 14:09:57 CEST 2000 - olh@suse.de + +- remove yaboot and activate from neededforbuild, now in lilo.rpm + +------------------------------------------------------------------- +Tue Aug 22 15:53:52 CEST 2000 - snwint@suse.de + +- fixed bin/ci_bootdisk to patch syslinux.cfg.fr too +- introduced new 'if' statement to *.file_list +- ro: activate yast2 fo alpha +- allow indentation in *.file_list +- introduced 'elsif' statement to *.file_list +- ppc kbd & xf86 changes +- updated docu + +------------------------------------------------------------------- +Thu Aug 17 15:14:41 CEST 2000 - snwint@suse.de + +- new kbd package for 7.1 only + +------------------------------------------------------------------- +Wed Aug 16 14:16:45 CEST 2000 - snwint@suse.de + +- fixed strip_dir to handle strange filenames +- 7.0 live/eval done +- changes to deal with the new kbd package + +------------------------------------------------------------------- +Mon Aug 14 16:26:36 CEST 2000 - schwab@suse.de + +- Add initdisk.gz on ia64. + +------------------------------------------------------------------- +Mon Jul 24 16:50:37 CEST 2000 - snwint@suse.de + +- *dropped* sw_cursor for XF3 (trouble with i810) +- live/eval fixes +- kukuk: we don'thave xfbdev on sparc + +------------------------------------------------------------------- +Sat Jul 22 09:25:40 CEST 2000 - kukuk@suse.de + +- Move message file and silo.conf to bootdisk + +------------------------------------------------------------------- +Fri Jul 21 22:45:53 CEST 2000 - kukuk@suse.de + +- we don'thave xfbdev on sparc + +------------------------------------------------------------------- +Wed Jul 19 18:45:08 CEST 2000 - snwint@suse.de + +- sw_cursor even for XF3 + +------------------------------------------------------------------- +Wed Jul 19 15:38:08 CEST 2000 - snwint@suse.de + +- moved french images to /lang/fr/... +- no french subpackage +- live/liveeval subpackage + +------------------------------------------------------------------- +Tue Jul 18 19:25:51 CEST 2000 - snwint@suse.de + +- dropped some mods + +------------------------------------------------------------------- +Mon Jul 17 15:03:43 CEST 2000 - snwint@suse.de + +- removed imm.o/ppa.o from modules disk +- made french the default language on french disks +- added xargs,tr,old to inst-sys + +------------------------------------------------------------------- +Sat Jul 15 18:15:11 CEST 2000 - snwint@suse.de + +- worked on the module lists +- introduced the chk_modules script to check the module lists + +------------------------------------------------------------------- +Fri Jul 14 17:46:51 CEST 2000 - snwint@suse.de + +- added parport_probe.o +- added syslogd (started by linuxrc) +- added missing get_kernel_version +- made subpackage y2image2 for live/liveevel/partition suprise/french images + +------------------------------------------------------------------- +Mon Jul 10 19:05:39 CEST 2000 - snwint@suse.de + +- added taper & surprise to #neededforbuild + +------------------------------------------------------------------- +Mon Jul 10 16:37:02 CEST 2000 - snwint@suse.de + +- removed imm.o & ppa.o from initrd +- added partition surprise image +- changed demo= parameter [was: yes, old; is: eval, live, ps] +- added french boot images (.fr extension) + +------------------------------------------------------------------- +Fri Jul 7 14:08:11 CEST 2000 - snwint@suse.de + +- olh: add missed mac-de map +- kukuk: Minor fixes for SPARC +- olh: add available mac keytables, fix typo in spec file +- schwab: [ef]?grep moved to /bin +- added "sw_cursor" to XF4 XF86Config + +------------------------------------------------------------------- +Thu Jul 6 21:51:18 CEST 2000 - olh@suse.de + +- add missed mac-de map + +------------------------------------------------------------------- +Thu Jul 6 14:28:07 CEST 2000 - kukuk@suse.de + +- Minor fixes for SPARC + +------------------------------------------------------------------- +Thu Jul 6 11:41:36 CEST 2000 - olh@suse.de + +- add available mac keytables, fix typo in spec file + +------------------------------------------------------------------- +Wed Jul 5 19:32:12 CEST 2000 - snwint@suse.de + +- added XkbKeycodes to XF86Config +- added parport mods (for Zip) +- fixed: modules.dep was not created + +------------------------------------------------------------------- +Mon Jul 3 17:14:13 CEST 2000 - snwint@suse.de + +- added BlankTime option to XF4 config file +- Andreas' ia64 patches + +------------------------------------------------------------------- +Thu Jun 29 12:23:57 CEST 2000 - snwint@suse.de + +- reiserfs for ia32 only +- fixed /.rpm-cache problems + +------------------------------------------------------------------- +Thu Jun 29 04:24:06 CEST 2000 - ro@suse.de + +- remove pas16 to make it build + +------------------------------------------------------------------- +Wed Jun 28 19:21:13 CEST 2000 - snwint@suse.de + +- [temporary] removed some pcmcia mods to make it build + +------------------------------------------------------------------- +Wed Jun 28 16:32:30 CEST 2000 - snwint@suse.de + +- workaround in XF4 config file to fix mouse problems + +------------------------------------------------------------------- +Tue Jun 27 19:08:09 CEST 2000 - snwint@suse.de + +- put "Auto" proto back in XF4 config + +------------------------------------------------------------------- +Tue Jun 27 14:23:04 CEST 2000 - snwint@suse.de + +- new usb devs +- use /.rpm-cache in autobuild +- fixed initrd mod list +- added y2t_inst, cron, ltrace, xfiregl1, sysvinit, sbl + to neededforbuild + +------------------------------------------------------------------- +Tue Jun 27 11:02:39 CEST 2000 - ro@suse.de + +- added xloader to neededforbuild + +------------------------------------------------------------------- +Thu Jun 22 15:04:40 CEST 2000 - snwint@suse.de + +- prepeared XF86Config for options & extensions + +------------------------------------------------------------------- +Wed Jun 21 11:26:34 CEST 2000 - snwint@suse.de + +- worked on module lists + +------------------------------------------------------------------- +Wed Jun 21 01:38:43 CEST 2000 - ro@suse.de + +- removed pas16.o to make it build + +------------------------------------------------------------------- +Tue Jun 20 15:14:36 CEST 2000 - snwint@suse.de + +- fixed boot patch + +------------------------------------------------------------------- +Tue Jun 20 13:00:54 CEST 2000 - snwint@suse.de + +- added saxtools +- added unicode fonts from y2base +- worked on module list + +------------------------------------------------------------------- +Wed Jun 7 18:04:26 CEST 2000 - snwint@suse.de + +- added rc.status to demo image + +------------------------------------------------------------------- +Wed Jun 7 17:55:31 CEST 2000 - snwint@suse.de + +- fixed filelist typo +- added unicode to fontpath in XF4.0 + +------------------------------------------------------------------- +Wed Jun 7 17:14:39 CEST 2000 - snwint@suse.de + +- XF86Config fixes + +------------------------------------------------------------------- +Wed Jun 7 14:59:34 CEST 2000 - snwint@suse.de + +- fixed several bugs in the scripts +- filelist fixes for inst-sys (due to progs moved form /usr/bin to /bin) + +------------------------------------------------------------------- +Tue Jun 6 14:06:28 CEST 2000 - snwint@suse.de + +- integrated the various ia32 boot disks: cf. 'data/initrd/disk_*' +- re-added mkdosfs stuff + +------------------------------------------------------------------- +Mon Jun 5 15:26:05 CEST 2000 - snwint@suse.de + +- added latest *dif +- fixed demo for 7.0 (boot & halt patches) +- ready for 7.0 yast2 +- Wrote a short README. :-)) +- removed mkdosfs package (*and* the progs in it) + +------------------------------------------------------------------- +Sat Jun 3 10:52:57 CEST 2000 - olh@suse.de + +- mv ramdisk.image.gz to suseboot on ppc + +------------------------------------------------------------------- +Tue May 30 16:49:21 CEST 2000 - kukuk@suse.de + +- fix initrd for SPARC: Adjust kernel module paths, + remove openprom module + +------------------------------------------------------------------- +Mon May 29 10:44:45 CEST 2000 - snwint@suse.de + +- fixed Makefile typo + +------------------------------------------------------------------- +Tue May 16 16:07:34 CEST 2000 - snwint@suse.de + +- integrated 0.43'er difs +- live/liveeval changes +- scripts now automatically try to fit the initrd on the boot disk +- use minix for initrd on ix86 +- removed initrd2/boot2 stuff (-> use initrd & boot instead) + +------------------------------------------------------------------- +Tue May 16 15:59:44 CEST 2000 - snwint@suse.de + +- first pre-7.0 version + +------------------------------------------------------------------- +Fri May 12 11:12:11 CEST 2000 - ro@suse.de + +- added ramdisk.image.gz for ppc + +------------------------------------------------------------------- +Wed May 3 14:41:55 CEST 2000 - kukuk@suse.de + +- Use always ext2 for initrd2 + +------------------------------------------------------------------- +Wed May 3 10:46:35 CEST 2000 - kukuk@suse.de + +- Fix doc path for makedevs.floppy + +------------------------------------------------------------------- +Sat Apr 29 15:53:33 CEST 2000 - kukuk@suse.de + +- Add libICE, libSM and libpng for YaST2 +- Add /usr/lib/qt2/lib to ld.so.conf +- sparc: Network drivers are now in misc !? +- /sbin/portmap is now in packages portmap +- xservers is now in /etc/X11 +- nls doesn't seem to exist any longer +- libXext has a new version + +------------------------------------------------------------------- +Thu Apr 27 16:55:30 CEST 2000 - snwint@suse.de + +- demo cd changes +- ppc: added fbset stuff + +------------------------------------------------------------------- +Wed Apr 26 12:25:46 CEST 2000 - snwint@suse.de + +- integrated 0.39 ppc dif (added gawk) +- integrated 0.41 dif (no mods stripped, -> shorter mod list) +- added setclock to inst-sys + +------------------------------------------------------------------- +Thu Apr 20 17:36:45 CEST 2000 - ro@suse.de + +- don't strip modules + +------------------------------------------------------------------- +Tue Apr 18 20:58:35 CEST 2000 - snwint@suse.de + +- Rudi's axp patches +- live cd stuff +- different images for 'classic' live cd & for the new liveeval + +------------------------------------------------------------------- +Tue Apr 18 12:07:41 CEST 2000 - ro@suse.de + +- disabled yast2 for alpha + +------------------------------------------------------------------- +Mon Apr 17 12:06:32 CEST 2000 - kukuk@suse.de + +- Add tftp boot image for SPARC + +------------------------------------------------------------------- +Mon Apr 17 09:54:08 CEST 2000 - snwint@suse.de + +- specfile-fix + +------------------------------------------------------------------- +Wed Apr 12 16:56:00 CEST 2000 - ro@suse.de + +- fixed file-list for root-img on alpha +- remove other alpha specific-hacks: moved to bootdis2-package + +------------------------------------------------------------------- +Tue Apr 11 17:18:19 CEST 2000 - snwint@suse.de + +- live cd changes + +------------------------------------------------------------------- +Mon Apr 10 18:59:20 CEST 2000 - snwint@suse.de + +- lots of changes to build live CD +- fix: agpgarti810 device was missing! +- added eject to inst-sys +- ppc: added yaboot + +------------------------------------------------------------------- +Tue Apr 4 14:26:40 CEST 2000 - snwint@suse.de + +- neededforbuild fix for *all* archs + +------------------------------------------------------------------- +Tue Apr 4 00:47:47 CEST 2000 - ro@suse.de + +- specfile fix + +------------------------------------------------------------------- +Mon Apr 3 16:19:19 CEST 2000 - snwint@suse.de + +- axp module list changes +- script to generate install_xx + +------------------------------------------------------------------- +Mon Apr 3 13:07:55 CEST 2000 - snwint@suse.de + +- activate on ppc + +------------------------------------------------------------------- +Mon Apr 3 11:05:43 CEST 2000 - snwint@suse.de + +- ppc fixes + +------------------------------------------------------------------- +Mon Mar 27 19:05:36 CEST 2000 - kukuk@suse.de + +- sparc fixes + +------------------------------------------------------------------- +Thu Mar 23 10:35:03 CET 2000 - snwint@suse.de + +- ppc fixes + +------------------------------------------------------------------- +Wed Mar 22 12:29:50 CET 2000 - snwint@suse.de + +- sparc & ppc improvements +- package should be architecture independent now + +------------------------------------------------------------------- +Tue Mar 21 16:59:07 CET 2000 - kukuk@suse.de + +- Add Xsun* and Xmach64 to need for build +- Increase initial root size. + +------------------------------------------------------------------- +Tue Mar 21 11:50:36 CET 2000 - kukuk@suse.de + +- Fix initrd and yast2 file list for SPARC +- Copz makedevs.floppy from devs package + +------------------------------------------------------------------- +Mon Mar 20 11:33:55 CET 2000 - kukuk@suse.de + +- added initrd for SPARC + +------------------------------------------------------------------- +Sun Mar 19 12:20:18 CET 2000 - ro@suse.de + +- added initdisk.gz + +------------------------------------------------------------------- +Fri Mar 17 13:41:32 CET 2000 - ro@suse.de + +- changed filelist to CD-layout + +------------------------------------------------------------------- +Thu Mar 16 17:07:02 CET 2000 - snwint@suse.de + +- setfont workaround + +------------------------------------------------------------------- +Mon Mar 13 16:51:07 CET 2000 - snwint@suse.de + +- added /bin/loadkeys + +------------------------------------------------------------------- +Thu Mar 9 15:39:37 CET 2000 - snwint@suse.de + +- new XF86Config + +------------------------------------------------------------------- +Tue Mar 7 18:07:52 CET 2000 - snwint@suse.de + +- fixed wrong module link + +------------------------------------------------------------------- +Tue Mar 7 16:11:49 CET 2000 - snwint@suse.de + +- added libhd to spec file + +------------------------------------------------------------------- +Mon Mar 6 21:08:30 CET 2000 - snwint@suse.de + +- pcmcia mods from kernel package + +------------------------------------------------------------------- +Mon Mar 6 17:38:02 CET 2000 - snwint@suse.de + +- pcmcia mods were copied to wrong place + +------------------------------------------------------------------- +Mon Mar 6 16:13:45 CET 2000 - snwint@suse.de + +- added lp mod to root image +- added some cdrom mods to initrd + +------------------------------------------------------------------- +Mon Mar 6 10:52:24 CET 2000 - ro@suse.de + +- added recode to neededforbuild +- provide gzipped root-image + +------------------------------------------------------------------- +Sun Mar 5 19:00:58 CET 2000 - snwint@suse.de + +- some minor module list fixes +- new devs + +------------------------------------------------------------------- +Sat Mar 4 14:55:35 CET 2000 - snwint@suse.de + +- added pcmcia tools +- added VGA16 server +- more unicode fonts for yast2 +- reworked module list +- added modules that didn't fit onto the 2.88MB image to the root image + +------------------------------------------------------------------- +Wed Mar 1 17:27:58 CET 2000 - snwint@suse.de + +- removed unnecessary locales + +------------------------------------------------------------------- +Tue Feb 29 17:11:20 CET 2000 - snwint@suse.de + +- unicode X11 stuff + +------------------------------------------------------------------- +Mon Feb 28 15:29:34 CET 2000 - snwint@suse.de + +- integrated 0.22 difs + +------------------------------------------------------------------- +Mon Feb 28 15:24:30 CET 2000 - ro@suse.de + +- removed slip.o/ppp*.o from initrd2 + +------------------------------------------------------------------- +Mon Feb 28 02:11:39 CET 2000 - ro@suse.de + +- run depmod safely in autobuild + +------------------------------------------------------------------- +Mon Feb 28 00:37:50 CET 2000 - ro@suse.de + +- make boot2 fit on 2.88 + +------------------------------------------------------------------- +Sat Feb 26 15:41:54 CET 2000 - snwint@suse.de + +- merged last changes into CVS +- removed modules + +------------------------------------------------------------------- +Sat Feb 26 04:55:53 CET 2000 - ro@suse.de + +- merged with instsys (hope all that's needed) + +------------------------------------------------------------------- +Fri Feb 25 20:14:25 CET 2000 - snwint@suse.de + +- add modules to inst-sys +- new if's: ifabuild & ifnabuild + +------------------------------------------------------------------- +Fri Feb 25 00:44:39 CET 2000 - ro@suse.de + +- cleaned neededforbuild, added linuxrc , syslinux +- still needs to be fixed for non-x86: shlibs have different versions + +------------------------------------------------------------------- +Wed Feb 16 16:19:16 CET 2000 - snwint@suse.de + +- adapted to new yast2 + +------------------------------------------------------------------- +Mon Feb 7 14:53:44 CET 2000 - snwint@suse.de + +- added "manual" boot config + +------------------------------------------------------------------- +Thu Feb 3 18:37:00 CET 2000 - ro@suse.de + +- fixed welcome message for cebit +- added shared libreadline + +------------------------------------------------------------------- +Wed Feb 2 18:09:15 CET 2000 - ro@suse.de + +- fixed other occurences of kernmod and k_pentiu + +------------------------------------------------------------------- +Wed Feb 2 17:50:29 CET 2000 - ro@suse.de + +- needs k_deflt instead of k_pentiu or k_alpha + +------------------------------------------------------------------- +Thu Jan 27 09:10:46 CET 2000 - ro@suse.de + +- removed ldso (ldconfig is part of libc) +- removed kernmod (modules are part of installed kernels) +- reworked filelists + no loop.o (is compiled into install-kernel for a while) + ncurses is 5.0, jpeg is 62, ldconfig in shlibs + rpcinfo is in /usr/sbin in shlibs + kernel-modules are in k_pentium: FIXME on non-x86 + +------------------------------------------------------------------- +Mon Dec 6 09:05:05 CET 1999 - snwint@suse.de + +- removed net/epic100.o from initrd (not enough space left) + +------------------------------------------------------------------- +Wed Nov 10 16:01:20 CET 1999 - snwint@suse.de + +- added accel section to XF86Config + +------------------------------------------------------------------- +Tue Nov 9 16:16:34 CET 1999 - snwint@suse.de + +- changed framebuffer line in syslinux.cfg + +------------------------------------------------------------------- +Mon Nov 8 19:18:33 CET 1999 - snwint@suse.de + +- SVGA server instead of VGA16 + +------------------------------------------------------------------- +Fri Nov 5 15:24:35 CET 1999 - snwint@suse.de + +- more /dev/ram's + +------------------------------------------------------------------- +Thu Nov 4 19:32:35 CET 1999 - snwint@suse.de + +- probably no changes + +------------------------------------------------------------------- +Thu Nov 4 18:15:08 CET 1999 - snwint@suse.de + +- new modules + +------------------------------------------------------------------- +Thu Nov 4 02:54:09 CET 1999 - ro@suse.de + +-added kernels + +------------------------------------------------------------------- +Wed Nov 3 19:08:00 CET 1999 - snwint@suse.de + +- added AXP stuff + +------------------------------------------------------------------- +Tue Nov 2 22:05:14 CET 1999 - snwint@suse.de + +- added the smp program + +------------------------------------------------------------------- +Mon Nov 1 09:17:05 CET 1999 - snwint@suse.de + +- removed id_list + +------------------------------------------------------------------- +Sat Oct 30 13:19:43 CEST 1999 - snwint@suse.de + +- file list update +- new yast2rc + +------------------------------------------------------------------- +Fri Oct 29 18:40:20 CEST 1999 - snwint@suse.de + +- yast2rc changes + +------------------------------------------------------------------- +Fri Oct 29 11:45:35 CEST 1999 - snwint@suse.de + +- hopefully it's now correct + +------------------------------------------------------------------- +Wed Oct 27 17:44:12 CEST 1999 - snwint@suse.de + +- image size is now automatically set + +------------------------------------------------------------------- +Tue Oct 26 12:55:47 CEST 1999 - snwint@suse.de + +- /lib/YaST2 permissions fixed + +------------------------------------------------------------------- +Tue Oct 26 03:52:29 CEST 1999 - ro@suse.de + +- added ash to neededforbuild + +------------------------------------------------------------------- +Tue Oct 26 03:40:19 CEST 1999 - snwint@suse.de + +- added {ash,insmod}.static + +------------------------------------------------------------------- +Mon Oct 25 18:33:15 CEST 1999 - snwint@suse.de + +- removed absolute PATH for *.rpms + +------------------------------------------------------------------- +Mon Oct 25 15:53:21 CEST 1999 - snwint@suse.de + +- new file lists + +------------------------------------------------------------------- +Wed Oct 20 17:40:06 CEST 1999 - snwint@suse.de + +- refined init-sys file list +- added isax + +------------------------------------------------------------------- +Mon Oct 18 18:10:45 CEST 1999 - snwint@suse.de + +- new version that works with current yast2's + +------------------------------------------------------------------- +Wed Oct 13 18:37:47 CEST 1999 - snwint@suse.de + +- package created + diff --git a/installation-images.spec b/installation-images.spec new file mode 100644 index 0000000..15c4a97 --- /dev/null +++ b/installation-images.spec @@ -0,0 +1,3912 @@ +# +# spec file for package installation-images (Version 12.3) +# +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# needsrootforbuild +# needsbinariesforbuild + + +Name: installation-images +%define has_sles 1 +%define build_xen 0 +BuildRequires: adaptec-firmware ash autoyast2-installation bc blueprint-cursor-theme cifs-mount cron cups-libs ddrescue dhcpcd dhcpv6 dmraid dump ed efont-unicode eject fbiterm finger fonts-config gdb glibc-i18ndata hex icmpinfo initviocons iputils joe krb5-devel libidn libjpeg-devel libpng-devel links linuxrc lklug lvm2 mdadm mingetty mtools multipath-tools nasm netcat netpbm nfs-utils nscd ntfsprogs openslp-server openssh pcmciautils pcre-devel popt-devel pothana2000 qlogic-firmware recode rsh rsync sbl screen setserial sg3_utils smartmontools socat sysconfig syslogd tcpd-devel telnet telnet-server termcap terminfo usbutils wget xfsdump +BuildRequires: e2fsprogs ncurses-utils yast2-add-on yast2-kdump yast2-mouse yast2-ncurses-pkg yast2-network yast2-nfs-client yast2-ntp-client yast2-qt yast2-qt-pkg yast2-repair yast2-runlevel yast2-slp yast2-trans-allpacks yast2-trans-stats yast2-tune yast2-update yast2-users +BuildRequires: aaa_base audit-libs busybox checkmedia cryptsetup dejavu dmapi dosfstools ethtool fvwm2 gpm hfsutils icewm-lite libboost_signals1_38_0 libelf0 libzypp open-iscsi openct pciutils pciutils-ids pcsc-lite perl-HTML-Parser sqlite3 util-linux +BuildRequires: build-key gpg2 jfsutils kexec-tools limal limal-perl perl-XML-Bare perl-XML-NamespaceSupport perl-XML-Parser perl-XML-Simple yast2-iscsi-client yast2-ncurses +BuildRequires: Mesa xkeyboard-config xmset xorg-x11 xorg-x11-Xnest xorg-x11-Xvfb xorg-x11-fonts xorg-x11-fonts-core xorg-x11-libICE xorg-x11-libSM xorg-x11-libX11 xorg-x11-libXau xorg-x11-libXdmcp xorg-x11-libXext xorg-x11-libXfixes xorg-x11-libXmu xorg-x11-libXp xorg-x11-libXpm xorg-x11-libXrender xorg-x11-libXt xorg-x11-libfontenc xorg-x11-libxcb xorg-x11-libxkbfile xorg-x11-server xterm +#BuildRequires: tightvnc +BuildRequires: bzip2 cracklib cracklib-dict-full curl libcap libexpat1 libfuse2 libreiserfs libreiserfs-devel module-init-tools nfs-client ntfs-3g parted procinfo procps psmisc satsolver-tools squashfs strace vim xntp xz yast2-devtools +BuildRequires: alsa alsa-utils bind-libs bind-utils chkrootkit espeak lsscsi openldap2-client portaudio portmap python rpcbind sdparm smp_utils uuid-runtime xorg-x11-xauth yast2-multipath +BuildRequires: graphviz kernel-default-extra sax2 sax2-ident sax2-tools yast2-qt-graph +# kmps +%ifarch %ix86 x86_64 +BuildRequires: atmel-firmware ipw-firmware iwl3945-ucode iwl4965-ucode iwl5000-ucode ralink-firmware wireless-tools wpa_supplicant +%if %{build_xen} +BuildRequires: kernel-xen-extra +%else +#!BuildIgnore: kernel-xen +%endif +%endif +BuildRequires: ltrace +%ifnarch s390 s390x +BuildRequires: fbset iprutils kbd xorg-x11-driver-input xorg-x11-driver-video yast2-x11 +%endif +%ifarch ppc +BuildRequires: petitboot +%endif +%ifarch ppc ppc64 +BuildRequires: lilo +BuildRequires: pdisk +BuildRequires: kernel-ppc64-extra powerpc-utils +%endif +%ifarch %ix86 x86_64 +BuildRequires: dhcp-client elilo firmwarekit grub libsmbios2 libunwind lilo memtest86+ pmtools syslinux virtualbox-ose-kmp-default xorg-x11-driver-virtualbox-ose yast2-vm +%endif +%ifarch %ix86 +BuildRequires: dos2unix ftp ncpfs tftp +%endif +%ifarch x86_64 +BuildRequires: glibc-32bit libncurses5-32bit +%endif +%ifarch ia64 +BuildRequires: efibootmgr elilo fpswa ia32el pmtools +%endif +%ifarch s390 s390x +BuildRequires: kernel-installation-tapeipl yast2-reipl +%endif +%ifarch s390x +BuildRequires: glibc-32bit +%endif +%ifarch %ix86 x86_64 +BuildRequires: bootsplash gfxboot-branding-openSUSE +BuildRequires: bootsplash-branding-openSUSE +%if %has_sles +BuildRequires: gfxboot-branding-SLED gfxboot-branding-SLES +BuildRequires: bootsplash-branding-SLED bootsplash-branding-SLES +%endif +%endif +%ifnarch s390 s390x +BuildRequires: cxgb3-firmware +#BuildRequires: enic-kmp-default fnic-kmp-default ofed-kmp-default +%endif +%ifarch %ix86 x86_64 ia64 +#BuildRequires: brocade-bfa-kmp-default +%endif +%if %has_sles +BuildRequires: yast2-theme-SLE +%endif +BuildRequires: desktop-data-openSUSE yast2-theme-openSUSE +%ifnarch s390 +# BuildRequires: blocxx-debuginfo boost-debuginfo bzip2-debuginfo curl-debuginfo dbus-1-debuginfo dbus-1-glib-debuginfo e2fsprogs-debuginfo expat-debuginfo fontconfig-debuginfo freetype2-debuginfo gcc43-debuginfo glib2-debuginfo glibc-debuginfo hal-debuginfo hwinfo-debuginfo icu-debuginfo jpeg-debuginfo libidn-debuginfo libpng12-0-debuginfo libqt4-debuginfo libxcrypt-debuginfo libxml2-debuginfo libzypp-debuginfo openssl-debuginfo pcre-debuginfo perl-debuginfo perl-gettext-debuginfo qt3-debuginfo rpm-debuginfo sysfsutils-debuginfo wireless-tools-debuginfo xorg-x11-libICE-debuginfo xorg-x11-libSM-debuginfo xorg-x11-libX11-debuginfo xorg-x11-libXau-debuginfo xorg-x11-libXdmcp-debuginfo xorg-x11-libXext-debuginfo xorg-x11-libXfixes-debuginfo xorg-x11-libXmu-debuginfo xorg-x11-libXrender-debuginfo xorg-x11-libfontenc-debuginfo xorg-x11-libs-debuginfo xorg-x11-libxcb-debuginfo xorg-x11-server-debuginfo yast2-core-debuginfo yast2-hardware-detection-debuginfo yast2-perl-bindings-debuginfo yast2-pkg-bindings-debuginfo yast2-qt-debuginfo yast2-xml-debuginfo zlib-debuginfo +%endif +# +License: GPL v2 or later +Group: Metapackages +Provides: y2image +Obsoletes: y2image +AutoReqProv: off +Summary: Installation Image Files +Version: 12.4 +Release: 2 +Source: installation-images-12.4.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%define _binary_payload w.ufdio + +%description +Installation image files (boot and module disks, root image, and +suse/inst-sys directory). + + + +%package -n install-initrd +License: GPL v2 or later +Group: System/Kernel +Recommends: install-initrd-branding +AutoReqProv: off +Summary: Create initrd for Installation +Version: 1.0 +Release: 536 +PreReq: /bin/ln + +%description -n install-initrd +You can create an initrd for installation. Useful, for example, to set +up a UML or XEN environment. + + + +%package -n install-initrd-branding-openSUSE +License: GPL v2 or later +Supplements: packageand(install-initrd:branding-openSUSE) +Provides: install-initrd-branding +Requires: install-initrd +Summary: openSUSE theme for install-initrd +AutoReqProv: on +Group: System/Kernel +PreReq: /bin/ln + +%description -n install-initrd-branding-openSUSE +openSUSE theme for install-initrd package. + + + +%package -n install-initrd-branding-SLED +License: GPL v2 or later +Supplements: packageand(install-initrd:branding-SLED) +Provides: install-initrd-branding +Requires: install-initrd +Summary: SLED theme for install-initrd +AutoReqProv: on +Group: System/Kernel +PreReq: /bin/ln + +%description -n install-initrd-branding-SLED +SLED theme for install-initrd package. + + + +%package -n install-initrd-branding-SLES +License: GPL v2 or later +Supplements: packageand(install-initrd:branding-SLES) +Provides: install-initrd-branding +Requires: install-initrd +Summary: SLES theme for install-initrd +AutoReqProv: on +Group: System/Kernel + +%description -n install-initrd-branding-SLES +SLES theme for install-initrd package. + + + +%prep +%setup +rm -f /usr/lib/build/checks/04-check-filelist + +%build +BUILD_DISTRIBUTION_NAME="%distribution" +export BUILD_DISTRIBUTION_NAME +test ! -z "$BUILD_DISTRIBUTION_NAME" +# build id (for linuxrc to start the correct instsys) +export instsys_build_id=`bin/build_id` +# beta only: warn testers about wrong instsys +export instsys_complain=1 +# careful: will make all non-matching initrds fail hard +# export instsys_complain_root=2 +# beta only: ignore non-critical errors +export debug=ignore +make +%ifarch %ix86 x86_64 +# build xen initrd & kernel +image=initrd-xen kernel=kernel-xen MOD_CFG=xen make initrd+modules +MOD_CFG=xen make kernel +%endif +%ifarch ppc ppc64 +image=initrd-ppc64 kernel=kernel-ppc64 MOD_CFG=ppc64 make initrd+modules+gefrickel +%endif + +%install +BUILD_DISTRIBUTION_NAME="%distribution" +export BUILD_DISTRIBUTION_NAME +test ! -z "$BUILD_DISTRIBUTION_NAME" +make install DESTDIR=%{buildroot} +# make debuginfo DESTDIR=%{buildroot} +make install-initrd DESTDIR=%{buildroot}/usr/lib/install-initrd +ln -s openSUSE %{buildroot}/usr/lib/install-initrd/branding +install -d -m 755 %{buildroot}/usr/sbin +install -m 755 etc/mkinstallinitrd %{buildroot}/usr/sbin +%ifarch %ix86 +# xenpae compat gefrickel (bnc #397065) +for i in %{buildroot}/branding/*/CD1/boot/i386/initrd-xen ; do + [ -f "$i" ] && ln -s initrd-xen ${i}pae +done +for i in %{buildroot}/CD1/boot/i386/vmlinuz-xen ; do + [ -f "$i" ] && ln -s vmlinuz-xen ${i}pae +done +%endif +# get rid of /usr/lib/rpm/brp-strip-debug +# strip kills the zImage.chrp-rs6k +export NO_BRP_STRIP_DEBUG=true +export NO_DEBUGINFO_STRIP_DEBUG=true +# for compatibility +mv %{buildroot}/branding %{buildroot}/SuSE +# file list for install-initrd +echo '%defattr(-,root,root)' >install-initrd.files +( cd %{buildroot}/usr/lib/install-initrd ; find -maxdepth 1 | sed -e '/\.$/d ; /\.\/branding/d ; s#\.#/usr/lib/install-initrd#' ) >>install-initrd.files +echo '%ghost' /usr/lib/install-initrd/branding >>install-initrd.files +echo /usr/sbin/mkinstallinitrd >>install-initrd.files + +%post -n install-initrd +/bin/ln -sn openSUSE /usr/lib/install-initrd/branding 2>/dev/null || true + +%post -n install-initrd-branding-openSUSE +/bin/ln -snf openSUSE /usr/lib/install-initrd/branding + +%post -n install-initrd-branding-SLED +/bin/ln -snf SLED /usr/lib/install-initrd/branding + +%post -n install-initrd-branding-SLES +/bin/ln -snf SLES /usr/lib/install-initrd/branding + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root) +/CD1 +/SuSE +/usr/share + +%files -n install-initrd -f install-initrd.files + +%files -n install-initrd-branding-openSUSE +%defattr(-,root,root) +%ghost /usr/lib/install-initrd/branding + +%files -n install-initrd-branding-SLED +%defattr(-,root,root) +%ghost /usr/lib/install-initrd/branding + +%files -n install-initrd-branding-SLES +%defattr(-,root,root) +%ghost /usr/lib/install-initrd/branding + +%changelog +* Mon Apr 20 2009 dmueller@suse.de +- remove kdelibs3 buildrequires +* Fri Apr 17 2009 snwint@suse.de +- add modprobe rules from xen kmp (bnc #468265) +- enabled Zen theme (bnc #476443) +- install.s390x: patched to look for kernel-installation-tapeipl + instead of installation-kernel-tapeipl in the /boot directory in + order to accomodate package name change (bnc#471566) +- added xen-kmp (bnc #468265) +- added iconv (bnc #495038) +- adjust module config +- adjust to various package changes +* Thu Mar 05 2009 coolo@suse.de +- readline5 is now readline6, sonst ändert sich nix +* Thu Mar 05 2009 ro@suse.de +- disable tightvnc for the moment +* Sun Mar 01 2009 coolo@suse.de +- libcap2 and liblzma0 are needed in more sets now +* Mon Feb 23 2009 ro@suse.de +- change libboost_signals1_36_0 to libboost_signals1_38_0 +- disable xen ofed enic fnic for the moment +* Fri Feb 20 2009 ro@suse.de +- fix kernel-installation-tapeipl (ifarch vs ifnarch) +* Wed Feb 18 2009 jjolly@suse.de +- Added kernel-installation-tapeipl to s390 BuildRequires +- install.s390x: fixed to look for kernel-installation-tapeipl + instead of installation-kernel-tapeipl to accomodate package + name change +* Mon Feb 16 2009 snwint@suse.de +- switch to use xz +- package libpixmap and libpciaccess, that moved out of xorg libs +- adjust modules.dep parser +* Sat Feb 14 2009 coolo@suse.de +- switch to use xz +- package libpixmap and libpciaccess, that moved out of xorg libs +* Mon Feb 09 2009 snwint@suse.de +- copy modprobe config from initrd to rescue system (bnc #471211) +- elilo: add extra options for broken firmware (bnc #466570) +* Wed Feb 04 2009 snwint@suse.de +- make it build in sle11-xxx +- check that insserv worked properly for rescue system (bnc #457947) +- add airport,b43,cfg80211,hermes,mac80211,orinoco,pcmcia,pcmcia_core,rfkill,ssb on ppc +- update module config +- add bonding module (bnc #470217) +- print message to cause build to fail +- added graphviz +* Mon Jan 19 2009 snwint@suse.de +- use kernel-extra (bnc #460812) +- remove kernel-binary-packages +* Fri Jan 16 2009 snwint@suse.de +- fixed sles11.exec (aka inst.exec) (bnc #447527) +* Tue Jan 13 2009 snwint@suse.de +- update sax2 package deps (bnc #461898) +* Mon Jan 12 2009 snwint@suse.de +- added qt translations (bnc #460214) +- adjusted module config to latest kernel +* Thu Dec 11 2008 uli@suse.de +- s390: force network setup when booting from CD (bnc #439907) +* Wed Dec 10 2008 snwint@suse.de +- added missing vmlinuz-xenpae link +* Tue Dec 09 2008 snwint@suse.de +- added dmraid script to rescue system (bnc #456801) +* Fri Dec 05 2008 snwint@suse.de +- added enic & fnic (bnc #455742) +* Wed Dec 03 2008 snwint@suse.de +- check /bin/bash size again at the end +* Mon Dec 01 2008 snwint@suse.de +- mkbootdisk could create an invalid FAT fs (bnc #450182) +* Mon Dec 01 2008 snwint@suse.de +- move biostest to correct place (bnc #450144) +* Sat Nov 29 2008 coolo@suse.de +- fix build in picking flavor for virtualbox-kmp +* Wed Nov 26 2008 snwint@suse.de +- rewrite modules.order (bnc #448203) +- adjust to some dm-xxx renaming +* Tue Nov 25 2008 snwint@suse.de +- check /bin/bash size in initrd +* Mon Nov 24 2008 snwint@suse.de +- added modules.order (bnc #448203) +* Mon Nov 24 2008 snwint@suse.de +- t3fw firmware is now in cxgb3-firmware (bnc #442117) +- added brocade-bfa +* Fri Nov 21 2008 snwint@suse.de +- add t3fw firmware (bnc #441595) +* Thu Nov 20 2008 snwint@suse.de +- turn kexec off for SLES & SLED (bnc #447095) +* Thu Nov 20 2008 snwint@suse.de +- move initrd to correct place +* Wed Nov 19 2008 coolo@suse.de +- do not drag in install-initrd into the minimal installation +- fix prereq +* Wed Nov 19 2008 ro@suse.de +- hack to move initrd back to boot/$ARCH/loader on x86,x86_64 +* Wed Nov 19 2008 snwint@suse.de +- drop libusb1, glib +* Wed Nov 19 2008 snwint@suse.de +- libusb-0_1-5 -> libusb-0_1-4 +* Wed Nov 19 2008 ro@suse.de +- use libboost_signals1_36_0 instead of boost +* Tue Nov 18 2008 snwint@suse.de +- libusb-0_1-4 -> libusb-0_1-5 +- some more modules (bnc #445754) +- added 'theme' option to mkinstallinitrd +* Tue Nov 18 2008 snwint@suse.de +- fixed mkbootdisk to work with > 16 floppies (bnc #445946) +* Mon Nov 17 2008 snwint@suse.de +- added branding to install-initrd +- removed references to at76_usb & wlan-ng kmps +* Fri Nov 14 2008 snwint@suse.de +- fix mkbootdisk (bnc #444861) +* Fri Nov 14 2008 snwint@suse.de +- added video=efifb to elilo.conf +- added iscsi_ibft.ko (bnc #443531) +- ensure /etc/sysconfig is writable (bnc #441664) +- add more sax2 config files to sax2 image +- reworked branding (bnc #427743) +* Wed Nov 12 2008 snwint@suse.de +- af_packet had to be a module on ppc, add it to the module list (bnc#433540) +* Tue Nov 11 2008 snwint@suse.de +- yast2-trans-xx: we need aliases for languages linuxrc doesn't + know about (bnc #443283) +* Mon Nov 10 2008 snwint@suse.de +- added libdrm_intel.so (bnc #442413) +- added mini-iso-rmlist (file that should not go to mini-iso, bnc #443400) +* Mon Nov 10 2008 snwint@suse.de +- added sg_luns & lsscsi to initrd (bnc #437633) +- added wireless-tools to rescue system (bnc #443199) +- don't use kernel-extra +* Fri Nov 07 2008 snwint@suse.de +- adapt mkinstallinitrd to kernel split (bnc #442177) +- prepare for initrd branding +- undid last kernel-ppc64 changes (with ok from olh) +* Fri Nov 07 2008 olh@suse.de +- disable kernel-default in dist ppc64 because it is not built + anymore in kernel-source +* Fri Oct 31 2008 snwint@suse.de +- added gpg key for testing (for bnc#435685) + (key does not appear in built package) +* Wed Oct 29 2008 ro@suse.de +- drop installation-kernel-tapeipl for now (s390) +* Wed Oct 29 2008 ro@suse.de +- drop cpint from buildrequires + (unused since March 2006, see changelog) +* Mon Oct 27 2008 snwint@suse.de +- added cxgb3 on ppc (bnc #434203) +- added zfcp_san_disc (bnc #432644) +- add 3c59x, myri10ge, r8169, sky2, virtio_net (bnc #434203) +- added netconsole (bnc #430282) +- added missing perl module (bnc #432499) +* Mon Oct 27 2008 snwint@suse.de +- add xenpae compat symlinks (bnc #397065) +* Mon Oct 27 2008 snwint@suse.de +- replace FZSongTi -> ttf-arphic-uming (bnc #431280) +* Mon Oct 27 2008 snwint@suse.de +- add ibmvfc (bnc #438085) +- adjust to boost package split +- added showmount (bnc #432951) +* Mon Oct 20 2008 olh@suse.de +- use petitboot only on ppc +- remove librtas from BuildRequires, its a rpm dependency +* Fri Oct 17 2008 snwint@suse.de +- even s390x needs sax2 now (bnc #432738) +* Thu Oct 16 2008 snwint@suse.de +- fixed initrd fs parts code (bnc #430140) +* Thu Oct 16 2008 ro@suse.de +- re-enable ofed-kmp +* Wed Oct 15 2008 snwint@suse.de +- added sntp (bnc #431516) +- initrd can have parts in fs images (bnc #430140) +* Wed Oct 15 2008 ro@suse.de +- temporarily disable ofed-kmp +* Tue Oct 14 2008 uli@suse.de +- patch initrd offset in kernel when booting via suse.ins + (bnc #432646) +* Tue Oct 14 2008 ro@suse.de +- remove dropped/upstreamed kmps from buildreqs +* Mon Oct 13 2008 snwint@suse.de +- the FTP dir was removed, move CD2 content to CD1 (bnc#431320) +- do not package ISERIES64 file anymore (bnc#433685) +- added all kbd keymaps to initrd (bnc #432581) +- various adjustments to new packages +* Mon Oct 06 2008 snwint@suse.de +- add libsqlite3-0 to rescue image +- md5sum is in /bin now (bnc #431887) +- get efi image size right (bnc #431678) +* Thu Oct 02 2008 ro@suse.de +- no ofed on ia64 for the moment +* Thu Oct 02 2008 ro@suse.de +- add the missing gfxboot-brandingg paackes to buildreq +* Wed Oct 01 2008 snwint@suse.de +- really use SLE themes for bootsplash +- add libservicelog-1_0-1 to rescue image +* Tue Sep 30 2008 snwint@suse.de +- removed %%patch from spec +* Tue Sep 30 2008 snwint@suse.de +- added yast2-reipl (fate #304960) +* Tue Sep 30 2008 snwint@suse.de +- yast2-theme-SLED -> *-SLE +- adapt to split kernel package +* Tue Sep 30 2008 kukuk@suse.de +- yast2-theme-SLED -> yast2-theme-SLE +* Mon Sep 29 2008 snwint@suse.de +- added uname (bnc #429917) +- look for driver updates on usb media (bnc #363650) +- yast2-theme-openSUSE -> *-SLED +* Fri Sep 26 2008 snwint@suse.de +- provide PS3 bootloader only on openSuSE +- remove /.buildenv usage, BUILD_DISTRIBUTION_NAME comes now from the rpm spec file +- added iwl5000-ucode +- really added ofed-kmp +* Fri Sep 26 2008 jjolly@suse.de +- Added ofed to BuildRequires in order to get the latest cxgb3 +* Tue Sep 23 2008 snwint@suse.de +- ia64: link image -> efi, remove initdisk.gz +* Tue Sep 23 2008 snwint@suse.de +- add keyboard maps from sax2-indent +* Mon Sep 22 2008 schwab@suse.de +- Add perl-XML-Simple. +* Mon Sep 22 2008 snwint@suse.de +- add xen images +* Mon Sep 22 2008 olh@suse.de +- provide BUILD_DISTRIBUTION_NAME for scripts, /.buildenv is empty +* Fri Sep 19 2008 snwint@suse.de +- added rpcbind (bnc #427428) +- use either suse-build-key or openSUSE-build-key (bnc #427678) +- start yast repair module with 'dvd' as arg (bnc #403472) +- s390x: added qeth_l{2,3} (bnc #427482) +* Thu Sep 18 2008 snwint@suse.de +- avoid 'grep | head' +- EFI boot image size has 32MB limit (bnc #427303) +* Thu Sep 18 2008 adrian@suse.de +- use "build-key" meta provides instead of "suse-build-key" +* Wed Sep 17 2008 snwint@suse.de +- fixed theme bug +- buildservice fix +* Wed Sep 17 2008 snwint@suse.de +- split off 'bind' image (with bind tools) (bnc #425382) +- fix motd message (bnc #425403) +- always use openSUSE theme +* Wed Sep 17 2008 kukuk@suse.de +- disable speechd and yast2-theme-SLED +* Tue Sep 16 2008 snwint@suse.de +- follow cryptsetup package split +* Mon Sep 15 2008 snwint@suse.de +- adjust to autobuild changes ('head') +* Mon Sep 15 2008 snwint@suse.de +- new libvolumeid +- create efi boot image for x86_64 +- s390: added manual=1 to parmfile (but not to parmfile.cd) +* Thu Sep 11 2008 uli@suse.de +- s390: added inst.exec script (fate #304028) +- merged resmgr patch from Autobuild +* Tue Sep 09 2008 ro@suse.de +- removed resmgr (dropped) +* Mon Sep 08 2008 snwint@suse.de +- look in /.build.binaries for rpms first +- added smartctrl (bnc #423661) +* Wed Sep 03 2008 snwint@suse.de +- sd_mod needs crc-t10dif +* Mon Sep 01 2008 snwint@suse.de +- load efivars module +* Mon Sep 01 2008 snwint@suse.de +- removed evms +- temporarily add alsa/sound to initrd (for blinux) +- added yast2-nfs-client +- new kernel modules +- remove unused InputDevices from xorg.conf, leave only /dev/input/mice +- remove unused ModulePath from xorg.conf, it breaks transition from 32 to 64 bit +* Fri Aug 29 2008 snwint@suse.de +- always use SLE branding +* Mon Aug 25 2008 snwint@suse.de +- fixed spec file typo +* Fri Aug 22 2008 snwint@suse.de +- merged Adrians OBS hack +- assume no SLE branding in OBS +* Wed Aug 20 2008 snwint@suse.de +- make /var/lock/libstorage writable (bnc #416276) +- added s390 network config scripts to initrd +- updated module config +- added bind-utils to inst-sys +- added yast2-multipath +* Thu Jul 31 2008 snwint@suse.de +- reworked instsys scripts +- added sax2 & gdb image +- added branding images +* Tue Jul 29 2008 coolo@suse.de +- libzypp needs more of boost now +* Tue Jul 29 2008 ro@suse.de +- ignore sax* on s390x +* Tue Jul 29 2008 snwint@suse.de +- fixed BuildRequires +* Wed Jul 23 2008 snwint@suse.de +- vnc needs Mesa +- added sax for mouse config +* Tue Jul 22 2008 snwint@suse.de +- removed yast2-storage-evms from BuildRequires +* Tue Jul 22 2008 snwint@suse.de +- fixed lib deps +* Mon Jul 21 2008 snwint@suse.de +- added yast2-kdump (fate #303263, fate #303893) +* Mon Jul 21 2008 snwint@suse.de +- adjusted to various package changes +- new modules +- fixed udev start script to use udevadm (bnc #406632) +- remove unneeded mkdir CD1/boot/ppc +- remove atimiscold_drv, i810_drv and SecurityPolicy +- add libpciaccess.so from xorg-x11-libs +- fix librtas installation for 64bit +- add start-statd (bnc#399987) +* Fri Jul 04 2008 snwint@suse.de +- fixed library deps: libldap, libncursesw +- atimisc_drv gone +- ipv6 support added +* Fri Jul 04 2008 aj@suse.de +- Follow ldap rename. +* Wed Jun 25 2008 snwint@suse.de +- update ppc image build for 32bit and 64bit +- keep /lib/libgcc_s.so on ppc64 +- fix some missing /usr/lib64/ path in root image +- add arch ppc64 in addition to arch ppc (fate#304103) +- more xfs tools (bnc #401954) +* Mon Jun 09 2008 snwint@suse.de +- fix firmware test environment +- added missing desktop icon +* Mon Jun 02 2008 snwint@suse.de +- remove sk98lin (bnc #391275) +* Tue May 27 2008 snwint@suse.de +- add default openSUSE DUD location +* Tue May 27 2008 ro@suse.de +- scsi package has been split up, adapt rescue filelist +* Mon May 26 2008 snwint@suse.de +- fix cpufreq config (part 2) +* Mon May 19 2008 snwint@suse.de +- s390: new path to iucv +- fix cpufreq config +- move most fonts out of instsys +* Fri May 16 2008 uli@suse.de +- s390: new path to iucv module +* Thu May 15 2008 snwint@suse.de +- provide the linux32/initrd32 files on install media to simplify + install on oldworld macs +- drop pata_isapnp (bnc #388948) +- adjust to new gfxboot package +* Wed May 14 2008 olh@suse.de +- remove unneeded /SuSE/SuSE/ppc/boot/ directory +* Tue May 13 2008 snwint@suse.de +- we need liblzmadec +* Tue May 13 2008 snwint@suse.de +- ps3: add swapon +- adjust to last bootsplash branding changes (no animations) +* Fri May 09 2008 snwint@suse.de +- firmware test needs pci lib +- remove autoloading of ps3vram and mtdblock, linuxrc loads them +* Thu May 08 2008 snwint@suse.de +- add swap to videoram on PS3 (ps3vram, mtd, mtd_blkdevs, mtdblock) +- fix some package deps +* Thu May 08 2008 snwint@suse.de +- configure & start brld in rescue system +* Wed May 07 2008 snwint@suse.de +- lower memory limit for swap (bnc #385699) +- ide-cd was renamed to ide-cd_mod +- moved braille programs to initrd +* Wed Apr 30 2008 snwint@suse.de +- added cracklib locales (bnc #381286) +- multipath tools need a lib +* Mon Apr 28 2008 snwint@suse.de +- virtio: load all virtio modules +- ncurses -> ncurses-utils, terminfo-base +* Thu Apr 24 2008 snwint@suse.de +- added nice (bnc #381470) +- more virtio modules +- added file to rescue system (bnc #381857) +* Mon Apr 21 2008 snwint@suse.de +- added arping (bnc #379987) +* Mon Apr 21 2008 ro@suse.de +- xenpae is gone +* Thu Apr 17 2008 snwint@suse.de +- re-enable xen (bnc #380635) +* Tue Apr 15 2008 ro@suse.de +- buildreq: ncurses-32bit -> libncurses5-32bit +* Tue Apr 15 2008 snwint@suse.de +- there are debuginfo & debugsource packages now +* Mon Apr 14 2008 snwint@suse.de +- various library fixes +* Wed Apr 09 2008 snwint@suse.de +- adjust to new bootsplash & gfxboot branding packages +* Mon Apr 07 2008 snwint@suse.de +- removed busybox (too broken) +- glib2 was splitted +- libxcrypt has plugin dir +- don't include yast2-trans-xx packages in inst-sys +* Wed Apr 02 2008 snwint@suse.de +- fixed spec fix +* Tue Apr 01 2008 snwint@suse.de +- changed config to use rpmlist +- fixed spec to copy rpmlist +- drop root.fonts +* Mon Mar 31 2008 snwint@suse.de +- add /boot//rpmlist +* Mon Mar 31 2008 snwint@suse.de +- libgssapi renamed +- added lzma +- added rpm & mksquashfs to initrd +* Tue Mar 25 2008 snwint@suse.de +- adjust to new perl package +- parted needs libreiserfs (bnc #373166) +- Loma looks better than Garuda +* Mon Mar 17 2008 snwint@suse.de +- qt needs utf-16.so (bnc #371747) +* Fri Mar 14 2008 snwint@suse.de +- add bootsplash files directly to initrd for ZENworks (bnc #370332) +- add ipv6 module (bnc #370073) +* Thu Mar 13 2008 olh@suse.de +- PS3 otheros.bld moved from powerpc-utils to petitboot package +* Tue Mar 11 2008 snwint@suse.de +- curl needs kerberos +- adapt to new kernel +* Thu Mar 06 2008 snwint@suse.de +- added users_proposal.ycp (fate #302980) +* Thu Mar 06 2008 olh@suse.de +- add kernel-ppc64 to install-initrd for full module list +* Tue Mar 04 2008 snwint@suse.de +- added cracklib-dict-full to BuildRequires (bnc #365506) +* Mon Mar 03 2008 snwint@suse.de +- added virtualbox drivers (bnc #358460) +* Mon Mar 03 2008 snwint@suse.de +- A. Stieger: adjust mkbootdisk script to use two digits for floppy + image names +- fixed library list for firmware test (bnc #359320) +* Wed Feb 27 2008 coolo@suse.de +- adapt to yast2-core split +* Fri Feb 22 2008 snwint@suse.de +- added inst_root_first.ycp +* Fri Feb 22 2008 snwint@suse.de +- added ralink-firmware (#357256) +- adapt to pwdutils changes +* Thu Feb 21 2008 coolo@suse.de +- adapt to libzypp changes +* Mon Feb 11 2008 snwint@suse.de +- add bnx2 on ppc (#359114) +- add ixgbe and e1000e on ppc (#358970) +- added sha1sum (fate #302955) +- added cracklib dict (fate #302980) +- fix module dependencies for fec_mpc52xx, dont mark required modules as hidden (#347234) +* Tue Feb 05 2008 bk@suse.de +- ntfs-3g uses /lib*/libntfs-3g.so.* for ntfs-3g and ntfs-3g.probe +* Tue Feb 05 2008 snwint@suse.de +- increased number of loop devs to 64 +* Tue Feb 05 2008 olh@suse.de +- add more debuginfo packages to debug Xvnc (#358865) +- no -debuginfo packages on s390 +* Mon Feb 04 2008 snwint@suse.de +- adapted to new gfxboot +- added 'mediacheck' boot option +* Fri Feb 01 2008 snwint@suse.de +- adjusted to new sbl package +- added yast2-users (fate #302980) +* Thu Jan 31 2008 snwint@suse.de +- put debuginfo into image files +* Wed Jan 30 2008 snwint@suse.de +- fixed perl file list (#357249) +* Wed Jan 30 2008 snwint@suse.de +- added icewm +* Wed Jan 30 2008 snwint@suse.de +- build with split root/rescue images +- fixed debug initrd +* Mon Jan 28 2008 snwint@suse.de +- add rescue system setup script +- add tmpfs bindmount to /usr/{lib,src}/debug +- adjust to perl package changes +* Wed Jan 23 2008 olh@suse.de +- add libqt4-debuginfo + one line per debuginfo BuildRequires for simpler diffs +* Tue Jan 22 2008 snwint@suse.de +- removed all references to $INSTSYS +* Tue Jan 22 2008 snwint@suse.de +- add module dependencies for fec_mpc52xx (#347234) +- some package names changed +* Tue Jan 15 2008 snwint@suse.de +- fix crypto module list (#351604) +* Mon Jan 14 2008 snwint@suse.de +- prepare to split off common part from rescue/instsys images +- adapt to new perl +- sqlite is libsqlite3 now +* Wed Jan 09 2008 snwint@suse.de +- prepare for separate language-dependent instsys parts +* Tue Jan 08 2008 snwint@suse.de +- added mkfifo to instsys +* Mon Jan 07 2008 snwint@suse.de +- include the jpeg plugin so that qt can read the world map +- country was split into 2 packages +- remove some libraries no longer in use +- also rename the libpng package in the file list +- BuildRequires: libpng-debuginfo -> libpng12-0-debuginfo +- added igb +* Sat Dec 29 2007 coolo@suse.de +- include the jpeg plugin so that qt can read the world map +* Thu Dec 20 2007 coolo@suse.de +- country was split into 2 packages +* Thu Dec 13 2007 coolo@suse.de +- remove some libraries no longer in use +* Thu Dec 13 2007 coolo@suse.de +- remove yast2-qt4 again +* Wed Dec 12 2007 coolo@suse.de +- next try to get it build +* Mon Dec 10 2007 coolo@suse.de +- also rename the libpng package in the file list +- add yast2-qt4 for easier testing with both qt frontends +* Mon Dec 10 2007 aj@suse.de +- BuildRequires: libpng-debuginfo -> libpng12-0-debuginfo +* Mon Dec 03 2007 snwint@suse.de +- it's libblocxx6 now (#343731) +- sys-manager will be named ps3-sys-manager in newer kernels +- move ppc kernel/initrd from CD2 to FTP/suseboot directory (#333665) +* Mon Dec 03 2007 ro@suse.de +- mktemp is in coreutils now +* Sun Dec 02 2007 coolo@suse.de +- glib2 needs pcre now +* Fri Nov 30 2007 ro@suse.de +- remove liby2util (dropped) +* Wed Nov 28 2007 coolo@suse.de +- follow library renames +* Mon Nov 12 2007 snwint@suse.de +- adjust to new kernel +* Mon Nov 12 2007 ro@suse.de +- disable xen for the moment +- remove rt2x00,adm8211,iwlwifi (merged into mainline kernel) +* Fri Nov 09 2007 snwint@suse.de +- fix firmware test menu entry (#331531) +- include pkg-bindings translations (#330343) +- updated module list +- switch to gcc43 +* Thu Oct 25 2007 ro@suse.de +- re-enable xen following kernel-source +* Mon Oct 22 2007 snwint@suse.de +- fixed fvmw deps +- reworked xen switch a bit +* Fri Oct 19 2007 ro@suse.de +- added libaio for multipath +- added libpixman for Xorg +- added gtk2/glib2/cairo/librsvg for fvwm +* Fri Oct 19 2007 snwint@suse.de +- changed product version to 11.0 (#332774) +- make /etc/YaST2 writable (#329795) +- added ldap libs to initrd (#333768) +* Fri Oct 19 2007 ro@suse.de +- add master-switch in specfile to enable/disable xen images +- disable xen until we have kernel-xen again +* Thu Sep 27 2007 snwint@suse.de +- added intel xorg driver (#328042) +* Tue Sep 25 2007 snwint@suse.de +- added libbrld.so +* Mon Sep 24 2007 snwint@suse.de +- reenabled atl1.ko (#309320) +* Mon Sep 24 2007 snwint@suse.de +- some kpartx parts were missing (#326692) +- run postin for module-init-tools (#326265) +- add cp936 (#327209) +* Mon Sep 17 2007 snwint@suse.de +- added ln & rmdir to initrd (#292375) +* Sun Sep 16 2007 coolo@suse.de +- adapt to new path of ncursesw +* Mon Sep 10 2007 snwint@suse.de +- adjust inst_setup script: dbus has been moved to /bin (#303799) +- get hald working again +* Fri Sep 07 2007 snwint@suse.de +- added brld +* Mon Sep 03 2007 snwint@suse.de +- add modprobe config to initrd (#303728) +* Mon Sep 03 2007 schwab@suse.de +- Fix build requires. +* Fri Aug 31 2007 snwint@suse.de +- sdparm is back (#304967) +- kpartx: add activate_dm_linear (#305095) +* Mon Aug 27 2007 snwint@suse.de +- add PS3 sys-manager module to allow reboot, remove old ps3_storage +- moved some files from firmware image to initrd +- increase boot loader timeout to 1 min +- add some ntp files (#299238) +- add drivers/cdrom/viocd.ko to search path +- remove unused ppc_iseries64 code +- squashfs in different dir now +* Sat Aug 25 2007 olh@suse.de +- remove squashfs-KMP +* Fri Aug 17 2007 snwint@suse.de +- x86_64: libusb really added +* Thu Aug 16 2007 schwab@suse.de +- Always add ltrace. +* Thu Aug 16 2007 snwint@suse.de +- fix x86 module deps +- fix perl module deps +* Thu Aug 16 2007 snwint@suse.de +- add fec_mpc52xx for efika +- advansys module added (#300791) +- appletouch mdule added +- fixed kmp list +* Mon Aug 13 2007 snwint@suse.de +- fixed perl module deps +- clean up library list +* Mon Aug 13 2007 snwint@suse.de +- adjusted to recent package changes +* Fri Aug 10 2007 snwint@suse.de +- added more requirements for Compress::Zlib: File/Spec +* Thu Aug 09 2007 snwint@suse.de +- removed old license.zip unpack code +- autoload some mods for wlan +* Thu Aug 09 2007 snwint@suse.de +- added showy2log and y2tool from yast2-devtools to inst-sys +- added perl dependencies of showy2log: Getopt/Long.pm, base.pm, sigtrap.pm +- removed duplicate entry for Errno.pm +- added yast to default .bash_history +- added requirements for Compress::Zlib: File/Glob.pm, auto/File/Glob, + auto/List/Util, perl-*Compress* +- added kexec to initrd & rescue system +- some new ata modules +- fixed perl module deps +* Tue Aug 07 2007 snwint@suse.de +- libcurl fix, 2nd try +* Mon Aug 06 2007 snwint@suse.de +- added gpg to initrd (feat. 302195) +* Mon Aug 06 2007 snwint@suse.de +- getcfg gone +- use squashfs for images +- cleaned up Makefile a bit +- added yast2-ntp-client (#296469) +- readline renamed to libreadline5 +- added xset (#294292) +* Sun Aug 05 2007 aj@suse.de +- Follow readline rename to libreadline5. +* Tue Jul 31 2007 snwint@suse.de +- include floppy images again +* Mon Jul 30 2007 snwint@suse.de +- firmwarekit now in /usr/lib +- added ps3 modules (#153268) +- added rpc.statd +- various package changes +* Mon Jul 23 2007 snwint@suse.de +- moved 'install - XXX' variants into submenu, added 'repair' entry (#293827) +* Fri Jul 20 2007 snwint@suse.de +- use perl-XML-Bare +* Mon Jul 16 2007 snwint@suse.de +- check perl module dependencies +- reduce MemYaST to 128MB (#282813) +- remove minmemory=0 boot option because it disables memory detection in linuxrc +- remove obsolete MemYaSTText=0 boot option +* Thu Jul 12 2007 snwint@suse.de +- added Sinhala font +- yast needs perl-XML-Simple/-Parser +* Wed Jul 11 2007 snwint@suse.de +- stop udevd from loading modules (a feature added in #286132) +* Wed Jul 11 2007 snwint@suse.de +- e2fsprogs package split +- xorg.conf: drop glx +* Thu Jul 05 2007 bk@suse.de +- fuse and ntfs-3g moved from /usr/{bin,lib*} to /bin and /lib* +* Wed Jul 04 2007 snwint@suse.de +- libelf -> libelf0 +- limal is back +* Mon Jul 02 2007 lrupp@suse.de +- libelf => libelf0 +* Mon Jul 02 2007 snwint@suse.de +- change cursor theme to DMZ +* Mon Jul 02 2007 snwint@suse.de +- put xen initrd & kernel on install media (#284121) +- no longer build um-initrds +* Mon Jul 02 2007 snwint@suse.de +- added socat, wget to rescue (#288734) +- gpg -> gpg2 +* Thu Jun 21 2007 snwint@suse.de +- removed limal* packages +* Tue Jun 19 2007 snwint@suse.de +- use libstdc++42 +* Mon Jun 18 2007 snwint@suse.de +- move to libgcc42 +- libltdl -> libltdl-3 +* Thu Jun 14 2007 snwint@suse.de +- vim is back +* Tue Jun 12 2007 snwint@suse.de +- added ntfs-3g support (#276450) +- added nfs-client to rescue system +* Mon Jun 11 2007 snwint@suse.de +- added mount.nfs from nfs-client (#282750) +* Mon Jun 11 2007 snwint@suse.de +- wlan module changes +- nfs package changes +- added xorg-x11-server to BuildRequires +* Fri Jun 08 2007 ro@suse.de +- add BuildIgnore for grass (pulled in by IPA fonts) +* Mon Jun 04 2007 snwint@suse.de +- added 'yes' to inst-sys +- new modules +- some package renames +* Tue May 29 2007 snwint@suse.de +- yast2-network added +- create_interface script removed +* Fri May 25 2007 snwint@suse.de +- MemYaSTText option no longer exists +* Thu May 24 2007 snwint@suse.de +- kpartx is separate package +- linuxrc needs liblkid & mkswap +* Mon May 21 2007 snwint@suse.de +- add ahci, sata_sil24, sata_sil on ppc +- added ps3_storage +- various package changes +- removed evms +- fix perl file list +- fixed module list parser (cbc.ko now really added) +* Tue May 08 2007 snwint@suse.de +- added otheros.bld for ps3 +- move pre-generated ssh keys out of /etc +- we have libopenssl now +- added udev rule for ipw3945d +* Fri May 04 2007 snwint@suse.de +- libexpat.so.1 moved from expat to libexpat1 +- fix inst_setup_ssh -n rootpassword +- re-add vim to inst-sys +- add mkdir to /bin, so udev scripts work (#270490) +* Mon Apr 30 2007 ro@suse.de +- added libexpat1 (#269981) +* Fri Apr 27 2007 snwint@suse.de +- s390: add dasdinfo +- readd ide-cd on ppc +- readd vim to inst-sys +- use kernel-ppc64 instead of kernel-iseries64 for ISERIES64 boot file +- added libzypp translations (#219783) +* Thu Apr 19 2007 ro@suse.de +- remove sqlite-zmd (dropped) +* Wed Apr 18 2007 snwint@suse.de +- 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@suse.de +- reworked ssh/sshd config +* Tue Apr 17 2007 schwab@suse.de +- libcurl moved to libcurl4. +- guessfstype is gone. +* Tue Apr 03 2007 snwint@suse.de +- remove unused coff support from ppc32, boot image cant fit into 4MB +- readd sd_mod and sr_mod on ppc32 +- vim is back +- adjusted BuildRequires +* Wed Mar 28 2007 snwint@suse.de +- fixed type in BuildRequires +* Tue Mar 27 2007 snwint@suse.de +- ide-disk no longer autoloaded +- added rt2x00lib module +* Mon Mar 26 2007 snwint@suse.de +- add pata_sil680 for QS20 and pata_amd for JS20 to ppc64 initrd +- add viodasd, viocd and iseries_veth to ppc64 initrd +- added killproc (#244385) +- cleand up a bit & removed some really ancient files +- don't stop if kmp packages are missing +- add package list to initrd & rescue system +- use new wlan km packages +- autoload ide-disk module until #250241 is fixed +* Wed Mar 21 2007 snwint@suse.de +- add new 2.6.21 drivers +- we need fribidi to build gfxboot +* Tue Mar 20 2007 snwint@suse.de +- enable pata drivers for cmd64x, mpc52xx, via on ppc32 +- added libsmbios +* Wed Mar 14 2007 snwint@suse.de +- add more evms tools (#249764) +- removed old ahci workaround (-> v6.35) +* Wed Mar 14 2007 snwint@suse.de +- s390: something about osa layer 2/3 (#184438) +- parted needs libreiserfs-devel (#198054) +* Tue Mar 13 2007 snwint@suse.de +- really set hostname in /sbin/inst_setup when booted with hostname=myhostname +- hal needs libuuid +* Mon Mar 05 2007 snwint@suse.de +- move unused bootfiles from CD1/suseboot/ to CD2/boot/ppc/ (#248844) +- we need sqlite-zmd +* Mon Feb 26 2007 snwint@suse.de +- added yast2-add-on, xorg-x11-libxcb +* Thu Feb 22 2007 snwint@suse.de +- fixed bug in splash config +- create_interface: extract OSA MAC address from install.inf (#184438) +- added new xen modules +- don't autoload scsi/ide base modules (udev does it for us) +* Wed Feb 14 2007 snwint@suse.de +- add qla3xxx and netxen for ppc +- added ext4 modules +* Fri Feb 09 2007 snwint@suse.de +- Korean uses UnDotum instead of gulim font +- added sha256 module (#242508) +* Thu Feb 08 2007 snwint@suse.de +- added #needsrootforbuild +* Mon Feb 05 2007 snwint@suse.de +- removed sock (#167572) +- fixed hostname fix (#230617) +- added keyutils-libs +* Tue Jan 30 2007 schwab@suse.de +- Add keyutils-libs. +* Fri Jan 26 2007 snwint@suse.de +- added checkmedia to BuildRequires (#238670) +* Thu Jan 25 2007 snwint@suse.de +- added adaptec firmware (#238630) +- added crc32 modules (#221223, #238661) +* Thu Jan 25 2007 snwint@suse.de +- track yast2 translations via yast2-trans-allpacks package (#216231) +* Wed Jan 24 2007 snwint@suse.de +- added new fonts to BuildRequires +* Wed Jan 24 2007 snwint@suse.de +- removed ShadowFB option (#231079) +- added some new fonts (#237347) +* Wed Jan 24 2007 snwint@suse.de +- wlan-kmp-xen is gone, ignoring it for now +* Mon Jan 22 2007 snwint@suse.de +- some new modules +- pciutils-ids gone crazy +* Fri Jan 19 2007 snwint@suse.de +- fix hostname display for ssh install (#230617) +- fixed mkbootdisk script to write files in correct order (#231158) +- make inst_setup_ssh script more robust (#233760) +* Thu Jan 18 2007 snwint@suse.de +- added ibmvstgt +* Wed Jan 17 2007 snwint@suse.de +- added cryptsetup +- added arch specific crypto modules +- remove udpcast (dropped package) +- gnome moved from /opt/gnome to /usr +- add new modules from 2.6.20-rc4 +- add iscsi modules on ppc (#232501/#226682) +- libgcrypt was moved to /lib +- handle modular ramdisk +- add mptsas on ppc if available (#225712) +- add winbond pata pata_sl82c105 on ppc if availble (#159235) +* Tue Jan 16 2007 aj@suse.de +- Further changes for /opt/gnome move. +* Mon Jan 15 2007 aj@suse.de +- Get it building again with moved files. +* Wed Jan 10 2007 olh@suse.de +- handle new kernel modules from 2.6.20-rc4 + reenable evms +* Fri Dec 22 2006 ro@suse.de +- remove udpcast (dropped package) +* Wed Nov 29 2006 olh@suse.de +- disable evms for 10.2 only + boot installer with give_me_evms_access to get it back +* Mon Nov 27 2006 snwint@suse.de +- adjust memory limits (#223753) +* Sat Nov 25 2006 olh@suse.de +- reenable xorg debuginfo packages, they are required (#223718) +* Fri Nov 24 2006 snwint@suse.de +- fixed README +* Thu Nov 23 2006 snwint@suse.de +- pmtools is intel only (#223186) +- add acpidump to rescue, moved pmtools from inst-sys to initrd +- mke2fs now needs a config file (#220200) +* Tue Nov 21 2006 snwint@suse.de +- added bcm43xx (#211037) +* Tue Nov 21 2006 snwint@suse.de +- s390x: no Xnest & Xvfb +- ia64: evmsn needs libpanelw +- pam_unix2.conf gone ages ago +* Mon Nov 20 2006 snwint@suse.de +- module config fix +- correct some build errors +* Mon Nov 20 2006 snwint@suse.de +- readd DefaultDepth 16 for fbdev at runtime (#221139) +- reenabled stricter build error checking +* Fri Nov 17 2006 snwint@suse.de +- added some yast2-trans packages +- removed DefaultDepth option from fbdev section (#221139) +- add ehea network driver on ppc (#221292) +- add qla4xxx to initrd on ppc +- fix kmp handling +- use memtest86+ +* Wed Nov 15 2006 snwint@suse.de +- updated text mode boot menu +- portmap needs sysconfig (#220840) +- biostest needs dmidecode +* Tue Nov 14 2006 snwint@suse.de +- changed DefaultColorDepth to DefaultDepth in xorg.conf template +- fixed joe config +- fixed building with latest gfxboot +* Mon Nov 13 2006 snwint@suse.de +- added Option "ShadowFB" "off" to (vesa) xorg template +- added DefaultDepth 16 to (Screen[0]) xorg template +- remove /usr/sbin/atmel_fwl perl script from initrd +- separate pmac_coff and prep image building +* Fri Nov 10 2006 snwint@suse.de +- remove /etc/init.d content from udev +- move the wireless stuff into the i386/x86_64 into the bootsplash section +- remove firmware install scripts from wireless-tools +- provide wlan only on i386 and x86_64 to reduce final initrd size +- smartmontools need libstdc++ +* Wed Nov 08 2006 snwint@suse.de +- added multipath-tools to inst-sys +* Mon Nov 06 2006 snwint@suse.de +- reduce the start_shell noise, reduce output by 3 lines +- a bit more ata modules +* Fri Oct 27 2006 snwint@suse.de +- works with latest gfxboot package +* Thu Oct 26 2006 snwint@suse.de +- added agp modules (#204324) +- let yaboot open the output device, instead of blindly using screen. + should fix Xserve serial console +- fixed product name in mkbootdisk (#215214) +* Tue Oct 24 2006 snwint@suse.de +- minor firmware kit corrections +* Mon Oct 23 2006 snwint@suse.de +- added gfxboot.cfg +* Fri Oct 20 2006 snwint@suse.de +- added busybox +- minor biostest fixes +- fixed font issue (#213581) +* Tue Oct 17 2006 snwint@suse.de +- ext2/3 need mbcache module +* Tue Oct 17 2006 snwint@suse.de +- enable evms +* Mon Oct 16 2006 snwint@suse.de +- yast2 runs in fullscreen again (#208307) +- firmware kit gets scp +- fixed error checking when building firmware kit +- added pata modules +- iscsi config files changed +- added jfs_tune (#211412) +- prepare for ext2 +- we now have a pciutils-ids package +- more wlan modules +- add ssh user ids back (#205380) +- remove unused YaST translations (#212233) +* Thu Oct 05 2006 snwint@suse.de +- remove pata-* modules to make it build +* Wed Oct 04 2006 snwint@suse.de +- get rid of -override- module dir +- ide modules have been moved into a new directory +* Mon Oct 02 2006 snwint@suse.de +- start hald later (#209086) +- added wlan packages to BuildRequires +* Fri Sep 29 2006 ro@suse.de +- yast2-tran-el_GR -> yast2-trans-el +* Wed Sep 27 2006 snwint@suse.de +- no via_drv +- added acpidmp, acpixtract to initrd +* Mon Sep 25 2006 snwint@suse.de +- build firmware test image (x86, x86_64) +* Tue Sep 19 2006 snwint@suse.de +- more lib fixes +* Tue Sep 19 2006 snwint@suse.de +- fixed Estonian +- fixed lib config +* Tue Sep 19 2006 aj@suse.de +- Fix BuildRequires: + * Use correct name for openSUSE theme. + * Fix estonian support. +* Mon Sep 18 2006 snwint@suse.de +- prepared for wlan +- YaST theme is now openSUSE +- added passwd/group to initrd (#205380) +- support Estonian +- add /var/lib/nfs/state to initrd to prevent lockd warnings +* Mon Sep 04 2006 snwint@suse.de +- added fvwm-root (#203510) +- new modules +- updated pam config +* Thu Aug 31 2006 snwint@suse.de +- use xorg-x11-fonts-core +* Tue Aug 22 2006 snwint@suse.de +- add /usr/lib/debug and /usr/src/debug directories to inst-sys, to mount debuginfo from remote +* Mon Aug 21 2006 snwint@suse.de +- more X11 changes +- added some new modules +* Mon Aug 21 2006 olh@suse.de +- create /CD1/boot/$arch/inst-sys.*.debuginfo.tar.bz2 + simple fix for #151157 +* Tue Aug 15 2006 snwint@suse.de +- added libaudit +- more X11 changes +- vnc is back +* Mon Aug 07 2006 snwint@suse.de +- ongoing X11 changes +* Mon Aug 07 2006 snwint@suse.de +- added /etc/YaST2 +- adjusted to hal changes +- ongoing X11 changes +- activate raid devs in rescue system +* Thu Aug 03 2006 snwint@suse.de +- added xxd +- disabled all but SuSE themes +- adjusted to Xorg changes +* Mon Jul 31 2006 snwint@suse.de +- embrace latest gcc packaging changes +- x11 starts to move to /usr +* Mon Jul 24 2006 snwint@suse.de +- cpufreq modules are back +* Mon Jul 24 2006 snwint@suse.de +- add DefaultColorDepth 16 to fbdev section (#144373) +- Depth 15 in fbdev Screen section was listed twice in xorg.conf +- added yast2-trans-{ca,vi} +- zypp needs sqlite +* Thu Jul 13 2006 trenn@suse.de +- add cpufreq modules (#176791) +* Tue Jul 04 2006 snwint@suse.de +- updated Zen theme +- makes boot floppies (#189947) +* Fri Jun 23 2006 snwint@suse.de +- acpidmp -> acpidump fixed in zen image +- added jfsutils to BuildRequires +* Wed Jun 21 2006 snwint@suse.de +- fixed root on iSCSI also for persistently named devices (#176804) +- BuildRequire yast2-vm only on x86 and x86_64 +* Mon Jun 19 2006 ro@suse.de +- added libvolume_id also in zenimage +* Fri Jun 16 2006 ro@suse.de +- added libvolume_id +* Fri Jun 09 2006 snwint@suse.de +- added /usr/share/zypp/schema (#175197) +- s390: set TERM to "linux" for CD installation +- fixed 800x600 modeline in xorg.conf (#177378) +- add support for root on iscsi to create_interface (#176804) +* Wed Jun 07 2006 ro@suse.de +- BuildRequire yast2-vm only on x86 and x86_64 +* Mon May 22 2006 snwint@suse.de +- added libltdl +- acpidmp got an 'u' +* Thu May 18 2006 uli@suse.de +- added new parmfile.cd with "console=ttyS1 console=ttyS0" (bug + [#162954]) +* Wed May 17 2006 snwint@suse.de +- added /var/lib/open-iscsi (#175462) +* Mon May 08 2006 snwint@suse.de +- removed obsolete (and non-working) udevd handling from inst_setup, + linuxrc takes care of it now (#171872) +* Tue May 02 2006 snwint@suse.de +- always load sata_sis before sis5513 (#171359) +- s390x: zgetdump is gone +* Thu Apr 27 2006 snwint@suse.de +- use desktop-data-NLD for sles/d +- require only one of yast2-theme-NLD/SuSELinux (#169795) +- build only necessary themes +* Tue Apr 25 2006 snwint@suse.de +- added yast2-vm (#161721) +* Tue Apr 25 2006 snwint@suse.de +- adjusted module config +* Thu Apr 20 2006 snwint@suse.de +- x86_64 has a vmware xorg driver, too (#164319) +* Thu Apr 20 2006 snwint@suse.de +- build for xenpae, too (#167563) +* Wed Apr 19 2006 uli@suse.de +- s390: create_interface IUCV fix (bug #165898) +* Tue Apr 18 2006 snwint@suse.de +- add xen-specific modules (#166211) +* Mon Apr 10 2006 snwint@suse.de +- disable splash in ssh mode (#164740) +* Fri Apr 07 2006 snwint@suse.de +- make it build on ia64 & ppc64 & s390x +* Fri Apr 07 2006 snwint@suse.de +- raidautorun is in mdadm now (#162932) +- adjusted module config +- add missing kdb include files for mac-* keymaps to initrd +- adjusted BuildRequires +* Fri Apr 07 2006 snwint@suse.de +- added suse build key (#164001) +- disabled sloppy error checking, will fail on all errors now +- updated zenworks file lists, enabled zenworks build +* Wed Apr 05 2006 snwint@suse.de +- added yast2-trans-hr (#115341) +- fixed splash animation +- use udevsettle (#163010) +- s390: removed "console=ttyS0 console=ttyS1" from parmfile again + (bug #163262) +- add entry firmware_class to ppc, to fix booting with 'insmod=ipr' +* Mon Apr 03 2006 snwint@suse.de +- add keymaps to ppc initrd +- added gpg (#162933) +- add symlink to plastik style (#162930) +* Fri Mar 31 2006 olh@suse.de +- acceleratedx=1 requires lspci, + but X continues to work just fine without any BusID in xorg.conf +* Wed Mar 29 2006 snwint@suse.de +- ajusted module config +* Mon Mar 27 2006 snwint@suse.de +- use hwcfg-static for iseries_veth until the kernel is fixed (#159652 - LTC22358) +- bootsplash control socket is gone +- no yast2-x11 for s390* +* Fri Mar 24 2006 snwint@suse.de +- added s2io for ppc (#159639 - LTC22556) +- added msr module (#157429) +* Thu Mar 23 2006 snwint@suse.de +- adjusted sax2-* in BuildRequires +* Tue Mar 21 2006 snwint@suse.de +- added cpio & more to initrd +- fixed 'adddir' script to work better on conflicting directory + trees (#159749) +* Mon Mar 20 2006 snwint@suse.de +- add spidernet for Cell +- simplify boot.msg inspection, case sensitive +- evms is back (#154379) +- use new udevtrigger command (#148043) +* Thu Mar 16 2006 uli@suse.de +- s390: added s390-tools binaries to rescue system (bug #157952) +* Wed Mar 15 2006 snwint@suse.de +- x86_64: added *32bit packages to rescue system for grub (#153094) +- s390*: has sax2-tools & ltrace (#145823) +- removed sax from BuildRequires +* Tue Mar 14 2006 kukuk@suse.de +- Remove bootsplash-theme-SuSE-Home from buildrequires +* Mon Mar 13 2006 snwint@suse.de +- mount /lib/firmware and /usr/lib/microcode as tmpfs in rescue (#155900) +- remove reiser4progs (#157465) +- added pci=nommconf to failsafe (#157390) +- driver update: NLD gets separate dir '-sled10' +- use updated themes +* Thu Mar 09 2006 snwint@suse.de +- added bc to rescue (#156061) +- ia64: added 60Hz 800x600 Modeline to xorg.conf. This is needed + for the radeon driver on ia64 to start the X-Server (#155130) +- added via & sis drivers (#155681) +- updated mkbootdisk script (#155314) +- updated README +- back to a loose inst-sys compat check (see Mar 6 log below) +* Tue Mar 07 2006 uli@suse.de +- s390: removed cpint stuff, added /sbin/vmcp, vmcp kernel module + (bug #149490) +- s390: added "console=ttyS0 console=ttyS1" to parmfile (bug #155707) +* Mon Mar 06 2006 snwint@suse.de +- added Khmer utf8 locale (#145854) +- added xmodmap (#154357) +- load ipr and sym53c8xx unconditionally to preserve SLES9 module loadorder (#145259) +- disable zImage.prep creation for the time being +- introduce instsys_complain_root to set warning level in inst-sys +- nolapic instead of noapic (#155280) +- this inst-sys will refuse to work with older initrds (they are + incompatible - see previous log entry about sed) +* Wed Mar 01 2006 uli@suse.de +- moved /bin/sed from root to initrd (needed by s390 + zfcp_*_configure scripts, bug #153336) +* Wed Mar 01 2006 snwint@suse.de +- SLES: removed evms support +* Wed Mar 01 2006 snwint@suse.de +- /etc/iscsid.conf needs to be writable +- /dev/null was a file in rescue system (why?) +- added theming packages to BuildRequires +* Tue Feb 28 2006 snwint@suse.de +- s390: moved zfcp configure scripts from root to initrd + (bug #153336) +- enabled themes +* Fri Feb 24 2006 snwint@suse.de +- add iprutils binaries from /usr/sbin (#152886) +- added yast2-trans-hi +* Wed Feb 22 2006 olh@suse.de +- do not strip debug info, leave all binaries alone (#134860) +* Tue Feb 21 2006 snwint@suse.de +- add noapic boot option (#150030) +- add initviocons on s390 (#144151) +* Mon Feb 20 2006 snwint@suse.de +- fixed rescue /dev dir +- xfs module config fixed +* Fri Feb 17 2006 snwint@suse.de +- Belgian keymap added (#117185) +- devs package no longer needed +- missing package could cause files from previous package to be added +- added accounting function showing how much each package + contributes to boot image sizes +- add special font config file for chinese/japanese fonts +* Thu Feb 16 2006 snwint@suse.de +- fix console in rescue system for s390 (#149949) +* Thu Feb 16 2006 snwint@suse.de +- libpy2lang_perl.so needs libidn +- s390: fixed paths in suse.ins (new CD layout, bug #149406) +- give more context when following y2log +- pack sax2 stuff on s390 (needed for VNC installation) +* Wed Feb 15 2006 kukuk@suse.de +- Add libidn to root inssys. +* Tue Feb 14 2006 snwint@suse.de +- autoload battery & button modules (#149976) +* Tue Feb 14 2006 snwint@suse.de +- add apic boot option (#150030) +- try to get rescue login right (#149949) +- cleaned up ancient font mess +* Mon Feb 13 2006 snwint@suse.de +- font issue fixed (#132577) +- add ulimit -c unlimited to leave a core file if yast crashes +- add less -S /var/log/YaST2/y2log to default .bash_history +- remove unused boot.rootfsck, do not run boot.rootfsck in rescue +- add cat to initrd, for firmware.sh (#147337) +- s390: removed opensc stuff again (no longer needed by openssh) +* Sat Feb 11 2006 olh@suse.de +- do not build the pmac coff image anymore, initrd is way too big +* Fri Feb 10 2006 snwint@suse.de +- yast2-ncurses is back +* Fri Feb 10 2006 aj@suse.de +- Remove yast2-ncurses for now to get it build. +* Wed Feb 08 2006 snwint@suse.de +- ia64: move all to /boot/ia64 +* Tue Feb 07 2006 snwint@suse.de +- some build fixes for ia64, x86_64 +* Mon Feb 06 2006 uli@suse.de +- fix spec for /boot/ +* Mon Feb 06 2006 snwint@suse.de +- use /boot// for all architectures +- no -nongpl kernel +- new acpi modules +* Thu Feb 02 2006 snwint@suse.de +- get rid of /dev/shm warning (#146456) +- adding libopensc to s390x image +- s390 build fix +- remove need for devs package, step 1 +- added zypp +* Wed Feb 01 2006 ihno@suse.de +- adding libopensc to s390x image +* Wed Feb 01 2006 snwint@suse.de +- s390 build fix +* Wed Feb 01 2006 snwint@suse.de +- added aaa_base, util-linux to BuildRequires +- no sax2-ident on s390x +* Wed Feb 01 2006 olh@suse.de +- restore start_shell cmdline syntax, don't introduce a new option +* Mon Jan 30 2006 snwint@suse.de +- add ethtool +* Fri Jan 27 2006 snwint@suse.de +- add librtas, required by powerpc-utils +- add all tools from powerpc-utils to rescue +- lsprop and nvsetenv moved from util-linux to powerpc-utils +- remove clock from demo filelist +* Thu Jan 26 2006 snwint@suse.de +- initrd on ppc64 gets back qlogic firmware (#145152) +- added SLES theme +- SLES: added evms support +- add pidofproc, modify_resolvconf needs it (#144365) +- readd qla modules on ppc, changed link address for zImage (#145152) +- remove some dead code from inst_setup +- don't use /.start_shell, linuxrc handles it (#145619) +- add sax2-tools for s390 (#145823) +* Wed Jan 25 2006 mls@suse.de +- converted neededforbuild to BuildRequires +* Tue Jan 24 2006 snwint@suse.de +- reduce initrd size on ppc64 (#145152) +* Tue Jan 24 2006 snwint@suse.de +- autoload loop module +- add iscsi stuff +- rescue defaults to cramfs +* Mon Jan 23 2006 snwint@suse.de +- remove /usr/lib/YaST2/bin/yast2 (#144237) +- drop ibmsis (#144732) +- remove long obsolete and unused ppc_post_install.sh +- don't create font cache files +- added qlogic-firmware +* Thu Jan 19 2006 snwint@suse.de +- added yast2-trans-km +- added font for Hindi +* Wed Jan 18 2006 snwint@suse.de +- add 2 missing perl files for yast2-bootloader (#143746) +* Wed Jan 18 2006 snwint@suse.de +- get xfs module working again +- added perl-gettext +- less needs libncursesw +- added pam_resmgr to rescue system +* Mon Jan 16 2006 snwint@suse.de +- get modify_resolveconf working +- add /dev/md* statically +- new modules +* Wed Jan 11 2006 snwint@suse.de +- raidtools are gone +- added modify_resolvconf +* Tue Jan 10 2006 snwint@suse.de +- put lsprop into rescue system +- set version to 10.1 +- adjust module info +- added xterm +- added links (at least for now) +* Wed Dec 21 2005 snwint@suse.de +- do not run initviocons for the time being, does not work on POWER4/5 + hvc console (#140383) +- put initviocons always in the rescue system +- removed module disk support +- module list cleanup, part 2 +- use nongpl kernel +* Tue Dec 20 2005 snwint@suse.de +- added support for graphical installation on ia64 archs (#140142) +- module list cleanup, part 1 +- activated dynamic udevd /dev handling +* Mon Dec 19 2005 snwint@suse.de +- move zImage.prep, iseries and coff kernel to CD1/boot/ppc (#118394) +- ppc: go for /boot/ppc +- don't use static insmod +- prepare for udevd in initrd +* Mon Dec 12 2005 snwint@suse.de +- fixed building rescue system +* Mon Dec 12 2005 ro@suse.de +- removed libselinux +* Fri Dec 09 2005 snwint@suse.de +- add sshd to rescue system +- build rescue system as cramfs +* Fri Dec 09 2005 snwint@suse.de +- added dhcpcd & some network tools to initrd +* Wed Dec 07 2005 snwint@suse.de +- adjust to new modules & package changes +- nfs is module now +- add portmap to initrd +* Fri Dec 02 2005 snwint@suse.de +- fix rescue system +- move initrd kbd maps to /usr/share/kbd +* Wed Nov 30 2005 snwint@suse.de +- adjust to new gfxboot/syslinux packages +* Tue Nov 29 2005 snwint@suse.de +- unpack license files +- adjust to some packages changes +* Tue Nov 29 2005 snwint@suse.de +- removed taper from neededforbuild +* Tue Nov 15 2005 snwint@suse.de +- removing /usr/lib/YaST2/bin from PATH (#131766) +- module list updated +* Tue Nov 15 2005 ro@suse.de +- disable xen for the moment +* Mon Nov 07 2005 sndirsch@suse.de +- libGL now in Mesa (xorg-x11-Mesa before) +* Wed Oct 19 2005 ro@suse.de +- removed yast2-trans-hr from nfb +* Wed Oct 19 2005 snwint@suse.de +- added libXfixes +* Wed Oct 19 2005 snwint@suse.de +- added yast2-hardware-detection +* Wed Oct 19 2005 snwint@suse.de +- add /var/lib/hardware/unique-keys directory (#117658) +- add xmset +- added croatian translations +* Fri Oct 07 2005 snwint@suse.de +- use new isolinux-config script +- produce new cd layout for i386 & x86_64 (#118394) +- add 8139too on ppc +- x11 lib names changed +* Wed Sep 14 2005 snwint@suse.de +- load psmouse module on ppc (#116406) +* Mon Sep 12 2005 snwint@suse.de +- add 'irqpoll' to failsafe (#105984) +* Wed Sep 07 2005 snwint@suse.de +- make it build on s390 +* Mon Sep 05 2005 snwint@suse.de +- add mv643xx_eth,"Marvell MV643XX" for pegasos +- add reiser4 module & reiser4 support to rescue system (#114808) +- s390 module fixes +- mkbootdisk updated to handle lots of boot loader files +* Fri Sep 02 2005 snwint@suse.de +- updated docs (#113945) +- 64bit libglib2 fix +- add 'rm' to initrd +- add /sbin/lilo on ppc to root image +- shortened pcmcia module descriptions +- don't consider kernel-*-nongpl +* Tue Aug 30 2005 snwint@suse.de +- olh: correct test in mk_ppc_installation-images_bootbinaries.sh + (thanks to jw for noticing the mistake) +- more acpi modules +* Mon Aug 29 2005 snwint@suse.de +- keep chinese fonts in japanese locale +- disable building of COFF images, linuxrc got too big to be useful +- keep the in one line because the Maple guys screwed their firmware +- added cfdisk to rescue +- added yast2-trans-{fi,sr} +- addes udf fs module (#113711) +* Wed Aug 24 2005 snwint@suse.de +- rescue system correctly supports keymaps (#105690) +* Tue Aug 23 2005 snwint@suse.de +- added sky2 module +- added pcmciautils & efont-unicode to neededforbuild +* Mon Aug 22 2005 snwint@suse.de +- add amd8111e and sata_vsc for 970eval board +- add &partition; to firmware path (#104649) +- removed remaining hotplug references +- added new pcmciautils +* Fri Aug 19 2005 ro@suse.de +- remove dropped package hotplug +* Wed Aug 17 2005 snwint@suse.de +- rename root, rescue -> root.ppc, rescue.ppc on pcc +* Tue Aug 16 2005 snwint@suse.de +- fixed /etc permissions (#104715) +- do not copy the vmlinux32/64 files via strip -o, they can not be reused for mkzimage that way (for unknown reasons) +- gzip the vmlinux32/64 files and name them linux32/64.gz +* Mon Aug 15 2005 olh@suse.de +- create CD1/ppc again, too much code moved around +* Mon Aug 15 2005 snwint@suse.de +- ppc: remove CD2 +- ppc: move all boot related files from toplevel dir of CD1 to /suseboot +- adding a delay before registering vnc installation via slp, + register in background, fix a typo (#104376) +- added sfdisk (#104451) +* Thu Aug 11 2005 snwint@suse.de +- new pcmcia files +- full bootsplash support (#104009) +* Fri Aug 05 2005 snwint@suse.de +- remove the 32/64bit detection part from os-chooser, + use load go instead of boot to pass on /chosen/bootargs +- add via82cxxx and via-rhine for pegasos +- more perl modules +* Wed Aug 03 2005 snwint@suse.de +- pcmcia no longer exists +* Tue Aug 02 2005 snwint@suse.de +- no smbmount-diet +* Mon Aug 01 2005 snwint@suse.de +- added perl-Compress-Zlib +* Fri Jul 29 2005 snwint@suse.de +- removed yast2-storage-evms +- introduce instsys build id +* Tue Jul 26 2005 snwint@suse.de +- use the new image[32/64bit] syntax in yaboot.conf, offer also slp and rescue option +- mkbootdisk can now handle usb keys +- added efont +* Mon Jul 18 2005 snwint@suse.de +- new yast2 packages +* Thu Jul 14 2005 snwint@suse.de +- 64 bit glib2 issue fixed +* Wed Jul 13 2005 snwint@suse.de +- cnages for install-initrd +* Mon Jul 11 2005 snwint@suse.de +- prepared install-initrd package spinoff +- needeforbuild fixed +* Mon Jul 11 2005 snwint@suse.de +- a bit more perl stuff +* Mon Jul 11 2005 snwint@suse.de +- adjust to recent package changes +- new modules +* Thu Jul 07 2005 snwint@suse.de +- check libs in initrd +- mkbootdisk fixed +- package deps fixed +- more yast2 perl stuff added +* Wed Jul 06 2005 snwint@suse.de +- libhd is in /usr/lib again +* Mon Jul 04 2005 snwint@suse.de +- libbz2 moved +* Tue Jun 28 2005 snwint@suse.de +- use %%{buildroot} +* Mon Jun 27 2005 snwint@suse.de +- libsysfs is now in /lib +- lsusb is now in /usr/sbin +- don't pack initviocons on s390* (serves no purpose and is potentially + harmful, bug #91029) +- indic font names changed +- evmsn now in /usr +* Wed Jun 15 2005 snwint@suse.de +- do not overwrite resolv.conf in inst_setup_ssh +- always set hosthame to Hostname or IP from install.inf in inst_setup, + moved from inst_setup_ssh (part of #86203) +- create an CD1/install32 for older RS6K +- use ip instead of ifconfig to show active network interfaces during ssh installation +- keep the ifcfg-eth-id-* file in the installed system during a ssh/vnc/remoteX installation (#74329) +- adjusted to udev package split +* Tue May 31 2005 snwint@suse.de +- pass chrp instead of chrp64 to mkzimage +- hotplug now works +- removed inst-sys modules +- startup script cleanups +- made passwd working +* Fri May 27 2005 snwint@suse.de +- process the /proc/mounts output reverse when umounting inst-sys +- fix long standing bug in inst_setup_ssh, files go to /etc/ssh, not /etc +- set root password always, so inst_setup_ssh can run at any time (#85617) +- be less verbose in inst_setup_ssh, remove destination files before copying +- better /etc/profile +- start dbus & hal +- added hal to rescue system +- some cleanups +* Tue May 24 2005 snwint@suse.de +- more hal preparations +- add /sbin/lsprop to root image +- start sshd during vnc install, but keep the vnc install mode (#45127) +- remove check for s390 specific /etc/netsetup.inf, linuxrc writes now install.inf +- keep /etc/fstab in inst-sys, only yast1 did not like it +- mode 1777 for / is too open for sshd, change it to 755 +* Mon May 23 2005 snwint@suse.de +- remove install=slp nosshkey from pmac yaboot.conf, this has to go the bootiso +- reorder autoload section, or some modules cant be loaded +- module autoload does not resolve dependencies, load nls_base manually +- quote Forth stuff in os-chooser properly +- remove printf in os-chooser, it wont appear anyway +- added ModeSetClearScreen option to xorg.conf file (#80333) +- pata_pdc2027x for pseries (#82638) +- rescue system uses modules from initrd +- added hal to inst-sys +* Thu May 19 2005 snwint@suse.de +- removed BusID from xorg.conf (#78950) +- use new mkzimage wrapper in bin/mk_ppc_installation-images_bootbinaries.sh +- fbset moved from /usr/sbin to /sbin +- add isofs to initrd, if available. autoload it +- i810_drv.o is only available on i386/x86_64 +- set not only system time, also hardware clock. + otherwise time will be incorrect again at the next occasion +- add sysfs and usbfs to fstab, remove / entry +- lpfcdd is now lpfc +- pmac cant have a boot file larger than 4Mb, so use yaboot install of installpmac* +- strip vmlinux32 and vmlinux64 kernels to load images faster +- add default cmdline to PReP images +- readd sym53c8xx driver to ppc +* Mon May 09 2005 ro@suse.de +- increase ramdisk_size in syslinux.cfg +* Fri Apr 29 2005 snwint@suse.de +- talk about SLES10 in CD1/yaboot.txt +- blocxx & libelf +* Fri Apr 22 2005 snwint@suse.de +- latest ia64 patch got lost, readded +* Fri Apr 22 2005 snwint@suse.de +- s390 build fix +* Tue Apr 19 2005 schwab@suse.de +- Increase initial rescue image size. +- Add libunwind on ia64. +- Don't add fdisk on ia64. +* Tue Apr 19 2005 schwab@suse.de +- Add ia32el to nfb. +- Start ia32el during installation and in rescue system. +* Wed Apr 13 2005 snwint@suse.de +- xorg.conf fix for 64 bit archs +* Wed Apr 13 2005 snwint@suse.de +- XF86Config -> xorg.conf (#66989) +- write static net variables only if it really is a static + setup (#64131) +- some packages have been split +* Fri Apr 01 2005 uli@suse.de +- build rescue system for s390* +- added cpint.ko to initrd for s390* +- inittab can only handle 4 chars as 'id' field, but a console + device name can be longer than that. Use /dev/console and 'cons' + instead. Also handle TERM= passed on cmdline properly (#73814) +- add missing initviocons binary to help with terminal detection +* Wed Mar 23 2005 schwab@suse.de +- Fix syntax error in boot.local. +* Wed Mar 23 2005 snwint@suse.de +- really use suse sans font +* Tue Mar 22 2005 adrian@suse.de +- revert to suse sans font to workaround problems with asian fonts +* Sat Mar 19 2005 snwint@suse.de +- handle fully modular nls and cd drivers +- add st and rtas_flash for pseries +- enable hfs and hfsplus +- removed 'manual' from fallback message +* Fri Mar 18 2005 snwint@suse.de +- README updated (#66710) +* Thu Mar 17 2005 snwint@suse.de +- added missing zen files +* Wed Mar 16 2005 snwint@suse.de +- removed LC_CTYPE from /etc/profile (#72145) +- create_interface fix (#72903) +- fix fonts for japanese +* Mon Mar 14 2005 snwint@suse.de +- adjusted neededforbuild +* Mon Mar 14 2005 snwint@suse.de +- added crypto modules (#71766) +- umount install source in inst_setup +- adjusted yast mem limits (#71989) +- added acpi modules +- added japanese font +- added ntfs module to rescue system (#72280) +- fixed syntax error in data/rescue/etc/init.d/boot.local (#71759) +- merge kernel-pseries64+kernel-pmac64 into kernel-ppc64 (#72344) +* Fri Mar 11 2005 schwab@suse.de +- Fix syntax error in boot.local. +* Tue Mar 08 2005 snwint@suse.de +- added cifs-mount to neededforbuild +- lilo exists on amd64, too +* Mon Mar 07 2005 snwint@suse.de +- added Zen stuff from 9.2 +- build additional root image for asian fonts +- bring rescue system in shape for s390* +- updated modules list +- added yast2-trans-pt +* Mon Feb 28 2005 snwint@suse.de +- added punjabi +- initrd: dynamic linker was missing on some archs +- indic fonts moved +- load ahci before ata_piix +* Mon Feb 21 2005 snwint@suse.de +- hwinfo needs libiw +* Mon Feb 21 2005 snwint@suse.de +- use initramfs +- added yast2-trans-stats +- use indic-fonts +* Thu Feb 17 2005 snwint@suse.de +- use cifs instead of samba +- add some libs to initrd, as linuxrc is no longer statically linked +* Wed Feb 16 2005 snwint@suse.de +- fixed font cache creation +* Mon Feb 14 2005 snwint@suse.de +- replace cd2 boot image +- add exportfs to rescue (#50687) +* Thu Feb 10 2005 snwint@suse.de +- support agfa fonts +* Tue Feb 08 2005 snwint@suse.de +- support ukrainian +- boot with 'quiet' option on ppc +- removed minix test from check-build.sh +* Mon Feb 07 2005 snwint@suse.de +- fixed pcmcia module config +- more perl modules +* Wed Feb 02 2005 snwint@suse.de +- added perl-Bootloader +* Wed Feb 02 2005 snwint@suse.de +- another perl module added +* Tue Feb 01 2005 snwint@suse.de +- added ide modules +- take *-nongpl into account +* Mon Jan 31 2005 snwint@suse.de +- added perl modules for yast +- libmagic is in /lib64 +- new modules +- fixed some shared lib dependencies +- adapted to new boot graphics +- removed SuSE-Home theme +* Mon Jan 24 2005 snwint@suse.de +- improved mkbootdisk script +- module info updated +- allow empty root pw in rescue system (#49907) +* Tue Jan 11 2005 snwint@suse.de +- added libmagic +- strip X.org modules +- drop X.org glx modules +* Mon Dec 20 2004 snwint@suse.de +- boot disks are gone (#48962) +* Mon Nov 22 2004 snwint@suse.de +- use krb5 instead of heimdal-lib +* Thu Nov 18 2004 ro@suse.de +- use kerberos-devel-packages +* Tue Nov 09 2004 snwint@suse.de +- s390: added /sbin/dasdview (bug #42986) +- fix module dependencies (reverse loading order) (#47909) +- turn off automatic module disk requests when we boot from CD (it + is pointless anyway) (#47909, #46809) +- no module disks +- new yast startup concept (#46886) +* Fri Oct 08 2004 snwint@suse.de +- added norwegian translations +* Tue Oct 05 2004 snwint@suse.de +- don't set lower_zone_protection (#46535) +- mount root image from CD if mem less about 350MB (#46535) +* Tue Oct 05 2004 snwint@suse.de +- set lower_zone_protection & local-oom-kill (#46535) +* Fri Oct 01 2004 snwint@suse.de +- added yast2-trans-zh_TW +- new sata driver +* Mon Sep 27 2004 snwint@suse.de +- s390: added some scripts removed from initrd to root image +- added hebrew yast translations +* Tue Sep 21 2004 snwint@suse.de +- qt package changes (#44803) +- added dmraid +* Mon Sep 20 2004 snwint@suse.de +- made cd2 boot image small enough +* Fri Sep 17 2004 snwint@suse.de +- more failsafe options +- libnscd added +- fbiterm added +* Mon Sep 13 2004 snwint@suse.de +- creating kernel modules 'updated' link (#44740) +- removed /sbin/quick_* (#45106) +- use linuxrc specific fonts +- syslinux has moved +* Thu Sep 02 2004 snwint@suse.de +- handle sparse files (#44603) +* Wed Sep 01 2004 snwint@suse.de +- libhd is in /lib +* Mon Aug 30 2004 snwint@suse.de +- removed the evil parallel universe of s390 installation; rejoice! +- fixed the generic stuff to be s390-safe +- module disks are back +- more yast translations +- added card reader libs (ssh needs them) +* Mon Aug 23 2004 snwint@suse.de +- changed keyboard section in XF86Config (#43899) +- added basic nls modules (#44080) +- added arabic & begali fonts +* Mon Aug 16 2004 snwint@suse.de +- add usbhid (#43764) +- old initrd fonts are back +* Tue Aug 10 2004 snwint@suse.de +- dropped module disks; modules are integrated into boot disks +* Mon Aug 09 2004 snwint@suse.de +- support 32+64bit dual boot +- x86_64: rename root,rescue,inst-sys --> root64,rescue64,instsys64 +* Fri Aug 06 2004 snwint@suse.de +- set root_i18n & root_gfx env vars to include them to the inst-sys +- add machbunt.file_list and rooti18n.file_list + to split the inst-sys into smaller parts for + small memory configurations +- s390: eliminate invalid check for qeth data channel (bug #42538) +- new modules +- dropped legacy cdrom modules +- moved to utf8 for linuxrc +* Mon Aug 02 2004 olh@suse.de +- add new packs to neededforbuild: + evms-gui hotplug kbd multipath-tools sax2 terminfo yast2-trans-pl + remove packs from neededforbuild: + inetd +* Tue Jul 06 2004 snwint@suse.de +- fvwmrc.notitle now fvwmrc.yast2, taken from sax2.rpm (#36488) +- joined changes up to 5.75 from 9.1 branch: +- SMB install does not work (#38777) +- added barrier=off to failsafe (#42526) +- s390: netsetup: fixed autocorrection of qeth channels (bug #42538) +- no memory check for NLD (#42310) +- ia64: XF86Config changes (#42237, #41764) +- ia64: add all XFree86 drivers (#42237) +- added SuSE-NLD theme +- added evms, evms-gui to rescue system (#42384) +- ppc only: added the necessary parts of "hotplug" to load + updated firmware images to the IPR controller via iprconfig. + (LTC#9506 / SUSE#42300) +- added hvsi* to rescue console / gettys. (requested by IBM) +- added megaraid-old +- fix ifcfg filename for ctc and lcs devices (#42329) +- create a CD1/suseboot/os-chooser file for PowerMac to load + either 32bit or 64bit kernel, yaboot is shit. (#42070) +- create_interface: use by-bus naming for qeth/hsi (bug #38819) +- add /lib/lilo/chrp/mkzimage_cmdline to CD1/ppc/netboot +- add terminfo file for ibm3151 +- use all terminfo files from ncurses in rescue system +- remove /sbin/activate on ppc, its gone +- save a few bytes by making symlinks to hfsutils binary +- add 'other' module section to module.config on ppc (#41195) +- added polish texts (#41598) +- s390: initrd: added dasd_reload, removed libvtoc (now static) +- build only one initrd for ppc32, use pmac64 for G5 +- s390: add /sbin/hcp to root image (bug #38817) +- remove usr/bin/ppc_post_install.sh, it was yast1 code +- minor module config & driver update fixes +- write yast mem limit only once to linuxrc.config; lowered it a bit +- added multipath-tools (#40640) +- changed driver update handling to match the new linuxrc +- s390: netsetup: print the product string correctly (bug #40121, + this time for real) +- add ibm3151 terminfo file +- ensure passwords do not expire; added passwd (#41180) +- some modules were added twice to initrd +- fixed module config +- use cool new product name +- s390: change memory requirements according to test results +- update comment for ibmveth +- fixed typo in LIESMICH +- applied create_interface patch from #39401#c5 +- added megaide (#39570) +- xfsdump has moved +- fixed some dangling symlinks +- add pcnet32 and acenic for chrp, fix typo in yaboot.conf +- copy initrd files fo i/p to sles cd1 +- fixed typo in module config +- s390: netsetup: fix up parameters passed via READ/WRITE_DEVNO +- s390: netsetup: added LCS fixes by Mark Ver (bug #40097) +- add ibmveth, iseries_veth +- reworked module disk #1 +- add /sbin/hotplug, drop remove events (#39109, #39894) +- drop udev.permissions from inst-sys +- minor module config fixes +- added memtest to boot disk +- s390: netsetup: use /linuxrc.config instead of /etc/SuSE-release + (bug #40121) +- inst_setup_ssh: run with -n if not booted with nosshkey +- fixed .timestamp creation +- s390: netsetup: construct welcome msg from /etc/SuSE-release + (bug #40121) +- add descriptions to elilo.conf entries +- write min memory requirement to linuxrc.config +- autoload loop.ko and unix.ko, if available +- add nv_drv.o to inst-sys for ppc (#39767) +- add vga_drv.o to inst-sys only for i386, x86_64 and ia64 (#39767) +- use real install file for pmac64 +- set system time to inst-sys built time, for gpg key. part of (#28688) +- start a shell if /.start_shell exists, instead of just grepping + in /proc/cmdline. gives yast a chance to touch this file after a crash (#33087) +- add dm-*.ko to initrd on i386, too +- put boot files for ppc on CD1 +- autoload floppy driver (to give amd64 a chance to use driver + update floppies) +- modules: +megaraid_mm, -xfs_dmapi +- enable memtest for x86_64 +- desktop-data-SuSE -> *-SLES +- s390: round up detected memory size (bug #39504) +- s390: netsetup: cosmetic fixes +- s390: added dasdro script to initrd +- handle fractional kernel release numbers +- s390: better gateway default (bug #38895) +- added e100-intel +- minor s390* fixes +- rescue system: mount /sys (#38933), mount usbfs, + start device-mapper (#38990) +- add ibmvscsis vscsi server for pseries +- add /etc/shadow to the file list for S/390 +- added card bus modules to network module list (#36572) +- Fixed netsetup to not sleep for qeth deviced (#38816). + Using correct path for statistics in netsetup. +- add CD2/suseboot to trigger the HFS part, + avoid 8.3 filenames and allow OF booting +- /lib/modules//extras -> extra/ibmsis +- add sgiioc4 module (#38628) +- support SGI XPNET (#35867) +- no rpc.statd +- no error if module config mentions nonexistent modules +* Sat Apr 24 2004 sndirsch@suse.de +- installation-images-5.40.diff: + XFree86 --> xorg-x11 package renaming +- fixed neededforbuild (saxident/saxtools --> sax2-ident/sax2-tools) +* Thu Apr 08 2004 snwint@suse.de +- support SuSE-SLES theme +* Tue Apr 06 2004 snwint@suse.de +- added bootsplash-theme-SuSE-Home to neededforbuild +* Mon Apr 05 2004 snwint@suse.de +- increased boot timeout to 20s (#38252) +- lowered YaST memory limit, YaST checks itself (#38298) +* Sat Apr 03 2004 snwint@suse.de +- adjusted YaST memory limits (#34537) +* Sat Apr 03 2004 snwint@suse.de +- added dm-* modules (#37289) +- added iprutils for ppc to rescue +- added /sbin/raiddetect (#36157) +* Fri Apr 02 2004 snwint@suse.de +- s390: make memory sanity check more dynamic (bug #21606) +- s390: netsetup: accept spaces in QETH channel list (bug #37058) +- add ipr to iseries initrd +- add more dm-* modules to ppc initrds +- added getcfg & create_interface (#35624) +- updated README/LIESMICH +- add arch info to isolinux.cfg +- don't build DVD2 +* Thu Apr 01 2004 uli@suse.de +- s390: added initrd size to suse.ins* +* Wed Mar 31 2004 snwint@suse.de +- add icom serial driver to iseries initrd +- s390: added missing files from s390-tools +- s390: netsetup: NETIUCV is now netiucv (bug #37092) +- s390: added lotsa perl stuff for YaST disk dialogs (bug #37068) +- s390: added missing sshd user/group (bug #37056) +- added more dm-* modules +- make boot cd2 image build +* Mon Mar 29 2004 snwint@suse.de +- added pmtools (#36818) +- changed sshd message (#36928) +- use linemode on ppc (#35826) +- japanese keyboard (#31417) +- added setctsid, showconsole, FvwmCommand +- added sata_sis.ko, edd.ko +- removed xpenguins from neededforbuild +* Sun Mar 28 2004 olh@suse.de +- do not strip the files, keeps the ELF files intact +* Thu Mar 25 2004 uli@suse.de +- use different suse.ins files for s390x (bug #36145) +* Wed Mar 24 2004 snwint@suse.de +- fvwmrc now fvwmrc.notitle again +- suppress syslogd warning +- another libwrap fix +* Tue Mar 23 2004 adrian@suse.de +- fix slp anouncement of VNC installation + (patch also commited to cvs) +* Tue Mar 23 2004 snwint@suse.de +- temporarily renamed fvwmrc.notitle to fvwmrc +* Tue Mar 23 2004 snwint@suse.de +- added NoTitle to fvwmrc (#36488) +- don't use kdebase3-* +- using udev as hotplug helper +- replace tg3 with bcm5700 on pseries +- libwrap & libsysfs have moved +* Tue Mar 23 2004 nashif@suse.de +- remove yast2-theme-UnitedLinux +* Mon Mar 22 2004 snwint@suse.de +- more space in rescue system +- use freefont +- new modules +- s390: fix linuxrc automatic setup parameters (bug #36237) +- s390: cosmetic fix for halt script +- s390: add missing procps binaries +- s390: add 64-bit suse.ins.* files that do not mention S/390 (bug #36145) +- s390: netsetup: add "NetConfig: static" to install.inf (bug #36252) +- s390: (lukem)ftp _is_ needed +* Thu Mar 18 2004 schwab@suse.de +- Leave more space in rescue fs. +* Wed Mar 17 2004 snwint@suse.de +- check-build.sh got lost +* Wed Mar 17 2004 snwint@suse.de +- new modules +- removed UL references +- fixed rescue system +* Tue Mar 16 2004 snwint@suse.de +- support sles9 +* Mon Mar 15 2004 snwint@suse.de +- added sata_vsc +- s390: fixed missing NS problem (bug #35812) +- add usb and firewire to old pmac initrds, remove xfs and jfs from coff initrd +- s390: do not delete modules.dep and friends +- add /etc/sysconfig, /etc/sysconfig/hardware to initrd +- s390: add missing libnss*, basename, modprobe to initrd +- s390: add missing /etc/passwd, /etc/group to initrd +- s390: mount/unmount with -n in linuxrc +- s390: unmount sysfs in linuxrc.finish +- s390: netsetup: fix memory detection +- s390: netsetup: don't show obsolete /proc/chandev options +- s390: ditch LCS license +- s390: netsetup: fix qeth, iucv setup +- s390: netsetup: minor fixes +- add /lib/modules//extras to kernel module search list + needed for ibmsis +* Wed Mar 10 2004 snwint@suse.de +- make slpd start +- disable udev +* Wed Mar 10 2004 snwint@suse.de +- s390: new netsetup +* Wed Mar 10 2004 snwint@suse.de +- added vesa driver (x86-like archs only) +- added vesa-section to XF86Config +- larger root image +- fixed #neededforbuild +- s390: create_interface fixed +- no kdebase3-Home yet +- amd64 has a floppy module +- ia64: no fpswa_check_version +* Mon Mar 08 2004 snwint@suse.de +- added udp-receiver +- made cd2 boot image small enough +- add modules.pcimap to initrd +* Mon Mar 08 2004 snwint@suse.de +- new Crystalcursors (crystalwhite) mouse cursor theme +- add yast2-s390 +* Mon Mar 08 2004 olh@suse.de +- build Home theme only on intel to reduce build time +* Sun Mar 07 2004 olh@suse.de +- add evms and screen + build rescue as cramfs to avoid sizing problems +* Sun Mar 07 2004 olaf@suse.de +- add libXxf86vm.so, libmenu.so +- add hfs, hfs+ on ppc +- add /etc/bash.bashrc to ignore history dups +- run udevstart early and reconnect console fd +- add udev to rescue +- added evms +- .bash_login: exit early on system console +- typo in ppc/bootinfo.txt (#35176) +* Thu Mar 04 2004 snwint@suse.de +- libkafs for s390 +- build uml initrd +* Tue Mar 02 2004 snwint@suse.de +- use SUSE Sans fonts +- use thinkeramik as default widget set +- added Home theme +* Mon Mar 01 2004 snwint@suse.de +- add kernel/drivers/base/ to search list +- add firmware_class to list of know modules +- add dm-mod, dm-crypt and raid6 on ppc +- remove RhostsAuthentication from sshd_config +- ready for pre-4 +* Fri Feb 27 2004 snwint@suse.de +- add gen/module.files.autoload for ppc initrds +- bk: s390 fixes +* Mon Feb 23 2004 snwint@suse.de +- ready for pre-3 +* Sun Feb 22 2004 olh@suse.de +- add bin/mk_ppc_installation-images_bootbinaries.sh +- update pseries64 initrd content, all scsi stuff is a module now +- create /lib/modules/ if it does not exist +* Wed Feb 18 2004 uli@suse.de +- s390: new hardware configuration format for install.inf +* Wed Feb 18 2004 schwab@suse.de +- Add relocatable tag to elilo.conf. +* Tue Feb 17 2004 adrian@suse.de +- anounce VNC sessions via SLP +* Mon Feb 16 2004 snwint@suse.de +- added yast2-runlevel +- add /usr/bin/stat to instsys on ppc +- fixed module setup in inst_setup +* Sun Feb 15 2004 olh@suse.de +- add gdb for the time being + ps was splitted into procinfo, procps and psmisc + build initrd for pmac64_32bit +* Fri Feb 13 2004 olh@suse.de +- add small initrd images for ppc: + ppc_pmac_new ppc_pmac_miboot ppc_pmac_coff ppc_chrp ppc_prep + ppc_power3 ppc_pseries64 ppc_iseries64 +* Wed Feb 11 2004 snwint@suse.de +- more libwrap things +- added new modules +- added libgcc to rescue system +* Tue Feb 10 2004 uli@suse.de +- added libwrap missing on s390* +- rescue: files for lilo on ppc moved to /lib/lilo +- remove /sbin/clock on ppc +* Tue Feb 10 2004 uli@suse.de +- clean up after Mr. olh +* Tue Feb 10 2004 olh@suse.de +- build initrds for kernel-pseries64 kernel-iseries64 kernel-power3 +* Mon Feb 09 2004 snwint@suse.de +- lvm -> lvm2 +- some module fixes +- added scsi package to rescue system (#34384) +* Wed Feb 04 2004 uli@suse.de +- s390 adaptions for 2.6 kernels (no rdripl, no LICENSE.OCO, + no mkdevs, kernel name) +* Tue Feb 03 2004 snwint@suse.de +- add package list to inst-sys +- some 2.6 module cleanup +- added yast2-tune +* Sat Jan 31 2004 arvin@suse.de +- fixed neededforbuild (kernel is called kernel-default) +* Fri Jan 30 2004 snwint@suse.de +- conservative_lndir no longer needed, linuxrc does it +- make it actually boot SL 9.1 +* Sat Jan 24 2004 ro@suse.de +- package rename: shadow -> pwdutils +- package rename: modutils -> module-init-tools +* Thu Jan 08 2004 snwint@suse.de +- fixed spec file typo +* Mon Jan 05 2004 schwab@suse.de +- Fix creation of boot image. +- Increas rescue image size. +* Tue Dec 16 2003 snwint@suse.de +- minor boot disk fix +* Tue Dec 16 2003 snwint@suse.de +- switch ADB keyboards to linuxkeycodes +- new boot disk layout +* Mon Dec 08 2003 schwab@suse.de +- Fix location of elilo.efi. +* Tue Nov 18 2003 snwint@suse.de +- LiveEval changes +- moved to kernel 2.6 +- no CD2 boot image +- for now no boot & module disks +* Wed Nov 05 2003 snwint@suse.de +- renamed config-dist.sh to check-build.sh +* Sun Nov 02 2003 ro@suse.de +- removed XFree86-compat-libs (deleted package) +* Thu Oct 23 2003 schwab@suse.de +- Add mingetty to rescue. +* Thu Oct 23 2003 schwab@suse.de +- No libdb in glibc any more. +- Add librtkaio.so.1 to root. +* Wed Oct 08 2003 ro@suse.de +- removed xfiregl1, xfiregl23 +* Wed Sep 24 2003 snwint@suse.de +- drop boot & module disk README on x86_64 +* Tue Sep 23 2003 snwint@suse.de +- fixed cut-and-paste-programming error in create_interface (#31455) +- do not touch resolv.conf and defaultdomain on update (#30672) +* Tue Sep 23 2003 snwint@suse.de +- SuSE-DVD theme for x86_64 +* Fri Sep 19 2003 snwint@suse.de +- keep module list sorted +* Thu Sep 18 2003 snwint@suse.de +- support 9.0 +* Wed Sep 17 2003 snwint@suse.de +- don't use freefont +- new sata module +- added xrefresh +- try to avoid 'syslogd terminated' message (#30944) +* Mon Sep 15 2003 snwint@suse.de +- moved floppy & cdrom dir to /media (#30728) +- splash=silent needed in syslinux.cfg (as a result of #28780) +- give x86_64 people some keymaps (#30458) +- added testutf8 +- create_interface should set DHCLIENT_SET_HOSTNAME to yes (#30528) +* Wed Sep 10 2003 snwint@suse.de +- added smartmontools to neededforbuild +* Wed Sep 10 2003 snwint@suse.de +- fixed bootdisk (knew nothing about scsi mods) +- added sata driver +- sorted module lists +- enable pcmcia on x86_64 (#30153) +- CD3 no longer bootable +* Tue Sep 09 2003 snwint@suse.de +- use blueprint cursor theme +* Tue Sep 09 2003 snwint@suse.de +- added setfont (got accidentally lost) +* Mon Sep 08 2003 snwint@suse.de +- added VGAClocks option to XF86Config (#30038) +- mfabian: some font config changes +* Sat Sep 06 2003 snwint@suse.de +- mfabian: fixed some utf8 things in fvwmrc +* Sat Sep 06 2003 snwint@suse.de +- remove setfont wrapper script +- adapted splash mode resolution list +- apply driver updates in inst_setup (used to be in YaST2.start) +* Wed Sep 03 2003 snwint@suse.de +- no boot disks for x86_64 +* Thu Aug 28 2003 adrian@suse.de +- Bitstream Vera fonts do not support all latin chars, so we + can not use it as default :/ (#29308) +* Wed Aug 27 2003 ro@suse.de +- remove traceroute-lbl from neededforbuild (unused) +* Mon Aug 25 2003 snwint@suse.de +- added smartmontools to rescue system (#26414) +- build special SuSE-DVD theme +- make CD3 bootable for beta tests (simulates DVD2) +* Thu Aug 21 2003 snwint@suse.de +- better kernel rpm handling +* Wed Aug 20 2003 snwint@suse.de +- fixed device compression +* Tue Aug 19 2003 snwint@suse.de +- we missed the bootlogo +* Tue Aug 19 2003 ro@suse.de +- removed gfxboot-devel from neededforbuild +* Mon Aug 18 2003 snwint@suse.de +- fixed locale-archive +- splash script usage changed +- adapted to new gfxboot package +- s390: qeth is GPL now, do not show OCO license when loading it +* Thu Aug 14 2003 adrian@suse.de +- activate Bitstream fonts again +* Mon Aug 11 2003 snwint@suse.de +- kernel module issues +- sysrq key enabled in rescue system +* Fri Aug 08 2003 snwint@suse.de +- new kernel, new modules +* Thu Aug 07 2003 snwint@suse.de +- added dhcp client to rescue system +- some s390 things +- added ntfsprogs +* Fri Aug 01 2003 snwint@suse.de +- didn't catch all build errors +- make s390 happy +* Fri Aug 01 2003 snwint@suse.de +- kbd package changes +* Thu Jul 31 2003 ro@suse.de +- yast2-network-instsys has been deleted +* Fri Jul 25 2003 snwint@suse.de +- added glx to XFree config +* Thu Jul 24 2003 snwint@suse.de +- added perl & unicode things +* Wed Jul 23 2003 snwint@suse.de +- added libncursesw +* Fri Jul 18 2003 snwint@suse.de +- use kernel pcmcia +- call it 9.0 +- include full dev tree, not the one from mkdevs.floppy +* Tue Jul 15 2003 snwint@suse.de +- added bzip2 to rescue system (#27896) +- compress /dev tree +- catch up with latest kernel & package changes +* Mon Jun 23 2003 ro@suse.de +- remove krb4-lib (package dropped) +* Mon Jun 16 2003 snwint@suse.de +- minor package fixes +- fixed locale building +- ensure loop devices are freed on build errors +* Tue May 27 2003 snwint@suse.de +- kernel rpm fixes +- lib fixes +* Tue May 20 2003 ro@suse.de +- rename vnc -> tightvnc, add XFree86-Xvnc +* Thu Apr 24 2003 snwint@suse.de +- use setxkbmap +- integrated 8.2 live eval changes +- adapted to recent package changes +* Thu Apr 10 2003 ro@suse.de +- fixed deprecated head/tail calling syntax (-1) +* Tue Apr 01 2003 ro@suse.de +- fix build without dropped mesasoft/mesaglu packages +* Fri Mar 21 2003 snwint@suse.de +- ignore minor errors +* Thu Mar 20 2003 ro@suse.de +- merge changes from olh: +- add scsi to neededforbuild +- add installation-images-kernel_modules.patch +* Tue Mar 18 2003 ro@suse.de +- added module info for qla2100 +* Mon Mar 17 2003 snwint@suse.de +- added symlinks for samba (#25411) +* Thu Mar 13 2003 snwint@suse.de +- updated list of yast2 translation packages (#25157) +* Wed Mar 12 2003 snwint@suse.de +- support 8.2 +* Tue Mar 11 2003 snwint@suse.de +- added sungem_phy to module config +- added ide raid mods to inst-sys (#25098) +- added mdadm +- ide_cs seems to be now ide-cs +* Mon Mar 10 2003 snwint@suse.de +- Create root64 image for UltraSPARC +* Mon Mar 10 2003 snwint@suse.de +- fixed some arch issues +* Sat Mar 08 2003 snwint@suse.de +- errors are no longer ignored +- add samba support only on CD1 +* Sat Mar 08 2003 snwint@suse.de +- putting cd related modules back (#24709) +* Fri Mar 07 2003 snwint@suse.de +- build splashs without silent image to reduce size (#24750) +- put only a limited number of splash images on cd2 (#24750) +- run /bin/initviocons in .bash_login (#24728) +- removed all xfree drivers but fbdev, vga and vmware (#24623) +* Fri Mar 07 2003 snwint@suse.de +- don't put cd related modules into initrd (#24709) +- changed boot loader menu texts +- speed up things by building /dev dir only once +* Tue Mar 04 2003 snwint@suse.de +- fixed lib64 issue in rescue system +- put bootlogo on x86_64 disks +* Tue Mar 04 2003 snwint@suse.de +- fixed text mode boot message (#24600) +- /etc/font.config has moved +- added /etc/hosts with localhost entry (#22207) +- floppy message file should not mention memtest +* Mon Mar 03 2003 snwint@suse.de +- added ips_old module +- more splash sizes +- fixed klogd startup +* Sat Mar 01 2003 snwint@suse.de +- remove module.conf after yast2 exits +- don't include libfreetype.so (not needed) +- take boot loader splash from gfxboot package +- added 1600x1200 splash +* Mon Feb 24 2003 snwint@suse.de +- added fdisk (#23864) +* Mon Feb 24 2003 adrian@suse.de +- use Bitstream Vera fonts, if avaible +* Mon Feb 24 2003 snwint@suse.de +- updated module config +- added alias file to locale database (#23348) +- added .old modutils to rescue system (#24017) +* Tue Feb 18 2003 snwint@suse.de +- libresmgr moved to /lib +- new splash code: (splash files are no longer added to initrd, + *.spl files are used instead) - needs updated syslinux package! +* Mon Feb 17 2003 snwint@suse.de +- more font fixes +- split scsi modules disk +* Thu Feb 13 2003 adrian@suse.de +- fix unicode meta data +- ensure correct time stamps +- drop qt mng plugin +- move perl out of root image +* Thu Feb 13 2003 adrian@suse.de +- fix font meta data +- add ntfsprogs to rescue system +* Thu Feb 13 2003 adrian@suse.de +- fix path to X11 freetype module +* Wed Feb 12 2003 ro@suse.de +- added ghostscript-fonts-std to neededforbuild +* Wed Feb 12 2003 snwint@suse.de +- new fonts stuff +- some module config updates +- temporarily added perl to inst-sys +* Tue Feb 11 2003 snwint@suse.de +- temporarily removed some scsi mods to make it build +* Mon Feb 10 2003 snwint@suse.de +- adapted to new graphics boot code +* Mon Feb 10 2003 ro@suse.de +- build with coreutils +* Wed Feb 05 2003 snwint@suse.de +- new fvwmrc +* Tue Feb 04 2003 snwint@suse.de +- added star to rescue system +- added sock to inst-sys +- qt3 fixes +* Mon Feb 03 2003 snwint@suse.de +- added glibc locale +* Wed Jan 29 2003 snwint@suse.de +- added some libs +- new fvwmrc +* Mon Jan 20 2003 snwint@suse.de +- boot menu changes +- added fvwm2 +* Fri Jan 17 2003 ro@suse.de +- skip umsprogs +* Tue Jan 14 2003 snwint@suse.de +- added new network modules +* Mon Jan 13 2003 snwint@suse.de +- knows about libgdbm_compat +- added sysconfig.keyboard +* Thu Jan 09 2003 snwint@suse.de +- acl & attr package split +- depmod.old etc. +- dropped glibc locale (#22161) +* Thu Nov 28 2002 snwint@suse.de +- better theme handling +* Wed Nov 27 2002 snwint@suse.de +- really added OpenXchange theme +- add scsidev to rescue image (#20490) +- check entered machine and path for ftp-installation (#20792) +- MTU-is only written to parameterfile if != 0 (#21119) +- autoinstall does now work (#21200) +- portmapper is killed before linuxrc is called (#18461) +- fixed labeling of product in suse.ins files (#21202) +- fixed typo in linuxrc #21465 +- fixed endlessloop if AUTOINSTALL was set and no + medium was selected. +- fixed login behaviour (second getty) (s390/s390x) #20780 +- fixed error handling of lcs-device (s390/s390x) #21558 +- fixed error handling of wrong parameter (s390/s390x) #21587 +- fixed permissions for .netrc. Otherwise ftp + is not executing the script. (s390/s390x) #21296 +- removed warning if valid default is accepted (s390/s390x) #21557 +- added xfs_repair to rescue system (#21671) +- fixed qla* module info (#21567) +- merged 8.1 tree +- new config file +- aaa_version no longer needed +* Mon Nov 25 2002 ro@suse.de +- added patch for XFree86 package rename +- removed XFree86-3x packages from neededforbuild (used nowhere) +- still needs work with expat/fontconfig/db3 +* Sun Nov 24 2002 sndirsch@suse.de +- adjusted #neededforbuild according to the XFree86 package rename +* Sat Nov 09 2002 olh@suse.de +- check for loop mount in $BUILD_ROOT, not in /tmp +* Wed Oct 23 2002 ro@suse.de +- added aaa_version to neededforbuild (make it build for now) +* Thu Oct 17 2002 ro@suse.de +- added bootsplash-theme-OpenXchange +- only build themes needed for distribution + (SuSE only on 8.1, UL only on UL, rest on SLES) +- build rescue image once, no matter what themes are built +* Tue Oct 15 2002 snwint@suse.de +- fixing PAM error-messages (only s390/s390x) #18456, #20121, #20893 +- check valid VNC-password length (only s390/s390x) #20884 +- fixing segfaulting VNC on s390x (only s390x) #20403 +- enabling telnet for installation (only s390/s390x) #20708, #20790, 20789 +- fixing generation of /etc/resolv.conf (s390/s390x/all arch for installation via VNC, SSH) #20697, #19738 +* Mon Oct 14 2002 snwint@suse.de +- make sure crypto module is present in inst-sys (#20606) +* Mon Oct 14 2002 snwint@suse.de +- fixed theme handling (#19442) +- new theme UL-SLES +* Wed Oct 09 2002 snwint@suse.de +- fixed missing traceroutecommand in netsetup (s390/s390x) #20462 +- fixed mising MTU-parameter in interfacefile (s390/s390x) #20644 +- fixed wrong motd (s390/s390x) #20404 +- fixed mising / in ftp/Samba-path (s390/s390x) #19967/#20152 +* Mon Oct 07 2002 snwint@suse.de +- say "SuSE Linux" unless it's UnitedLinux (#20336) +* Fri Oct 04 2002 olh@suse.de +- disable mk_initrd on ppc + the initrd is too small now and not used anyway in this package +* Fri Oct 04 2002 olh@suse.de +- add ibmsis to neededforbuild on ppc32 (rescue image) (#20490) +- add vt320 terminfo entry for p690 hvc console (#20494) +- write correct inittab entry for hvc console (#20494) +- be more verbose during inittab modification +* Fri Sep 27 2002 snwint@suse.de +- samba-client package has changed +* Fri Sep 27 2002 snwint@suse.de +- corrected Installation error in linuxrc for s390 (Bug #20245) +- corrected string in linuxrc.config (Bug #19947) +* Thu Sep 26 2002 kukuk@suse.de +- Add bootsplash-theme-SuSE-SLES to neededforbuild +* Thu Sep 26 2002 snwint@suse.de +- bootlogo back on SLES +* Thu Sep 26 2002 snwint@suse.de +- yast uses SL theme on SLES +- fixed bootlogo handling +* Wed Sep 25 2002 snwint@suse.de +- Writing MTU to Devicefile +- added missing sambafile to initrd +- adding necessary parameters for ssh-install +* Wed Sep 25 2002 snwint@suse.de +- support SuSE-SLES theme +* Wed Sep 25 2002 snwint@suse.de +- added sisconfig and respective libraries to ppc rescue +- boot.local for serial console (#19498) +* Wed Sep 25 2002 snwint@suse.de +- don't use cracklib to check passwords (#20121) +* Mon Sep 23 2002 snwint@suse.de +- lower memory limit for loading inst-sys into ramdisk +* Fri Sep 20 2002 snwint@suse.de +- added samba installation support for s390 +* Wed Sep 18 2002 snwint@suse.de +- added yast2 translations +- driver updates are looked for in + linux/UnitedLinux/-ul1 for UL and + linux/UnitedLinux/-sles8 for SLES8 (#19442) +- added activation of network for s390/s390x/i&p-series +* Mon Sep 16 2002 snwint@suse.de +- Removed writing entries in chandev.log in create_interfaces +- Removed bug in netsetup for iucv-Parameters +- Added missing files for samba-client +- changed check for installation media for s390 +* Fri Sep 13 2002 snwint@suse.de +- changed parmline for installation boot +- changed create_interface to write entry in + modules.conf +- fixed y2debug issue (too much logs per default) +* Wed Sep 11 2002 snwint@suse.de +- run linuxrc in linemode on s390 +- add uncompressed length after splash +- don't build uncompressed root image +- don't remove /root, second try +* Mon Sep 09 2002 snwint@suse.de +- don't remove /root +* Mon Sep 09 2002 snwint@suse.de +- create a 2.88MB boot image for CD2 (no k_inst) +- updated README/LIESMICH (#19132) +- pcilynx needs i2c mods +- fixed braille support +* Sun Sep 08 2002 snwint@suse.de +- fixed pcmcia cardmanager config (#18311) +- simplify ssh login to inst-sys for debugging +- made cd2 boot image fit +- use k_inst again +* Sat Sep 07 2002 kukuk@suse.de +- Don't include root.uncompressed (except on s390*) +* Sat Sep 07 2002 snwint@suse.de +- no -themes subpackage, theme dependent files are in /SuSE/$theme/ +* Fri Sep 06 2002 schwab@suse.de +- ia64: move initrd and kernel image to boot/efi in boot image. +* Fri Sep 06 2002 snwint@suse.de +- no apic on x86_64, now really +- build rescue system on ppc +* Fri Sep 06 2002 snwint@suse.de +- Corrected data/root/etc/create_interface +- new yast2 theme layout +- root image is now theme dependent +* Thu Sep 05 2002 snwint@suse.de +- module config fixed on x86_64 +- samba, again (#18963) +- add firewire modules to initrd (#18583) +- new tar.bz2, patches left some empty files +* Thu Sep 05 2002 snwint@suse.de +- modprobe in linuxrc to fix kmod problem +- changed parmfile for kernel (s390) +* Thu Sep 05 2002 snwint@suse.de +- openssh fix & 64bit samba workaround +* Thu Sep 05 2002 snwint@suse.de +- added amd-8111, minor module config fixes +- removed hard coded SL from motd/issue +- added YaST2 UL theme +* Thu Sep 05 2002 bk@suse.de +- config-dist.sh: disable emulated build for s390(loop does not work) +* Thu Sep 05 2002 bk@suse.de +- 390: use installation-kernel-rdripl as kernel rpm +- add config-dist.sh to ensure the host can do loop mounts +* Wed Sep 04 2002 snwint@suse.de +- ftp and samba installation on s390 +- fixed bugs in ftp and VNC-installation on s390 +- added ip to rescue system (#18644) +- added openssh to rescue system +* Tue Sep 03 2002 snwint@suse.de +- Modify WAIT_FOR_INTERFACES in /etc/sysconfig/network/config +* Mon Sep 02 2002 snwint@suse.de +- do start_shell also with usessh, there is a console anyway +- remove the info file for YaST1, not needed anymore +- checkproc & klogd for all +- refined theme support +- include xauth and libXmuu* for ssh -X mode +- removed minor bugs from scrips +- fixed suse.ins for new CD-Layout +- add ssh_host_rsa_key* to avoid changed hostkey after ssh installation +- add HISTCONTROL=ignoredups to /etc/profile in inst-sys +- correctet handling of HSI-interface in + data/initrd/s390/bin/netsetsup +- removed hanging ping (-w-parameter) +- memorycheck buildin +- take passwd/shadow/group from aaa_base +- no apic on x86_64 +* Wed Aug 28 2002 snwint@suse.de +- preserve installer name and use it in .bash_profile + move yast2 debugging from inst_setup_ssh to inst_setup + make the start_shell code multiline + allow ssh installations everywhere, relies on YaST2.start support + return to linuxrc if /tmp/YaST2_keep_sshd_running is not present + add PATH to .bash_profile and print installer name +- apic is back +* Tue Aug 27 2002 snwint@suse.de +- ssh needs libgssapi now +* Tue Aug 27 2002 snwint@suse.de +- remove /etc/inst_setup_ssh and /etc/create_interface in inst-sys +- create new cd layout +- added all yast translations +- removed inst-sys dir +* Fri Aug 23 2002 msvec@suse.cz +- include czech yast2 translations for testing (#17780) +* Fri Aug 23 2002 ro@suse.de +- remove k_inst from neededforbuild +* Fri Aug 23 2002 snwint@suse.de +- added Option "ShadowFB" (#18235) +* Thu Aug 22 2002 stepan@suse.de +- add SuSE IA64 bootloader menu +* Thu Aug 22 2002 snwint@suse.de +- /usr/sbin vs. /sbin fun with xfs & dmapi +- samba package has innovative new layout +* Wed Aug 21 2002 snwint@suse.de +- support UL/SuSE themes +* Tue Aug 20 2002 snwint@suse.de +- no samba-classic-client package +- started to add yast2 translations +- added liby2util & yast2-packagemanager +* Mon Aug 19 2002 snwint@suse.de +- extended create_interface for broadcast-interfaces +- enabled create_interface for s390 and ppc +- corrected filelists +* Mon Aug 19 2002 snwint@suse.de +- use pcmcia in root image only on ia32 +- start ssh in inst-sys when requested via UseSSH from install.inf + create fresh hostkeys on sshd startup, or use provided hostkeys + wenn booted with "nosshkey", default password is "root" + boot option nossh is gone + remove special s390 handling in inst_setup, use inst_setup_ssh if needed + create resolv.conf from $nameserver and $domain, if set + set hostname to IP:, if set, avoids root@(none) hostkeys + do not use UsePrivilegeSeparation in inst-sys +* Mon Aug 19 2002 snwint@suse.de +- inst_source in sync with docu +- DASD-Parameter insertet +- added acl,attr,libmng libs to base file list +- fillup in separate package +- added pcnet32-old module +- fixed some lib dependencies +- handle UnitedLinux properly +- add ssh-keygen +- add ssh and related files, starting with release 8.1 +- add a few ifarch ppc64 to ifarch ppc checks +* Mon Aug 19 2002 ro@suse.de +- added acl,attr,libmng libs to base file list +* Thu Aug 15 2002 snwint@suse.de +- mousedev module was lost in i386 +* Tue Aug 13 2002 ro@suse.de +- k_apic is gone +* Mon Aug 12 2002 ro@suse.de +- removed splashanim from neededforbuild +* Mon Aug 12 2002 snwint@suse.de +- Include chpasswd, libpam_misc and /etc/pam.d/shadow so we can + set a password for root using linuxrc. +- added grub to rescue system +- memtest is now a separate package +- splashanim is bootsplash* now +* Fri Aug 09 2002 snwint@suse.de +- added 'InputDevices' entries to XF86Config +- added mousedev.o to initrd +* Wed Aug 07 2002 ihno@suse.de +- corrected script create_interface +* Wed Aug 07 2002 snwint@suse.de +- traceroute no longer exists +* Wed Aug 07 2002 ihno@suse.de +- corrected file list and neededforbuild +* Tue Aug 06 2002 snwint@suse.de +- added locale libs (#17161) +* Tue Aug 06 2002 snwint@suse.de +- fixed typo in spec file +- removed qt & qt3-non-mt from neededforbuild +* Tue Aug 06 2002 froh@suse.de +- s390: fix remaining lib64 problems +- s390x is not s390 in etc/config any more +- s390: add etc/zfcp.conf +* Mon Aug 05 2002 froh@suse.de +- added multipath module +- add /usr/bin/reset to inst-sys +- symlink /sbin/fdisk to /usr/lib/YaST2/bin/fdisk +- remove hwclock_wrapper, use hwclock directly +- s390: added load from CD-rom or server helper files +- s390: removed hack to get %%version and %%release into the linuxrc prompt +- s390x: fix lib64 support +* Tue Jul 30 2002 olh@suse.de +- add initviocons to neededforbuild +* Mon Jul 29 2002 snwint@suse.de +- raid modules got accidentally removed from inst-sys +* Mon Jul 29 2002 snwint@suse.de +- more libz -> zlib fun +- fixed check_libs script +* Sat Jul 27 2002 kukuk@suse.de +- bzip -> bzip2, libz -> zlib +* Fri Jul 26 2002 adrian@suse.de +- fix neededforbuild +* Fri Jul 26 2002 sf@suse.de +- remove gdb (used for x86_64 as workaround) +* Thu Jul 25 2002 snwint@suse.de +- make it actually work on s390 +* Wed Jul 24 2002 snwint@suse.de +- openssh needs kerberos libs now +- fixed initrd modules layout for non-ix86/x86_64 archs +* Mon Jul 22 2002 snwint@suse.de +- corrected error in /linuxrc and yast_start +* Mon Jul 22 2002 snwint@suse.de +- add usr/X11R6/lib64 to ld.so.conf +- fixed x86_64 typo +* Mon Jul 22 2002 snwint@suse.de +- use lib64/modules in XF86Config on x86_64 +* Mon Jul 22 2002 snwint@suse.de +- added yast2-transfer +- 'KGAUniversal' option for vga16 +- lvm needs its lib +* Tue Jul 16 2002 sf@suse.de +- corrected initrd_base.file_list +- use linuxrc with gdb on x86_64 for now +- don't build moddisk 1 as the initrd doesn't fit on it +* Tue Jul 16 2002 snwint@suse.de +- added yast2-update +* Tue Jul 16 2002 snwint@suse.de +- ihno: latest s390/s390x changes +* Mon Jul 15 2002 sf@suse.de +- added module.config.x86_64 to have less modules on moddisk3 +- patch to increase no. of inodes on moduledisks +* Fri Jul 12 2002 snwint@suse.de +- remove explicit isa-pnp deps from module.config +* Fri Jul 12 2002 snwint@suse.de +- mkfs.cramfs has moved +- fixed package name handling +* Thu Jul 11 2002 snwint@suse.de +- added saxident +- corrected some devs package confusion +* Wed Jul 10 2002 snwint@suse.de +- avoid mixing 32/64 bit pthread libs +* Tue Jul 09 2002 snwint@suse.de +- make it possible to run rpm scripts chrooted + (note: semantics of 'e/E' commands have changed, see docs!) +* Tue Jul 09 2002 snwint@suse.de +- ext2 has an upper inode number limit; avoid it building + initrd on x86_64 +* Mon Jul 08 2002 snwint@suse.de +- no kdb/pcmcia in initrd on ppc +- use makedevs.floppy on ppc +- add ide-floppy, mesh and mac53c94 to modules list +- set RPM_ARCH for makedevs script +- run prein script for openssh package +- added config for sd_mod.o & scsi_mod.o +- use cache=4 as default +- more inodes in initrd +* Mon Jul 08 2002 snwint@suse.de +- added autoyast2-installation +- fixed neededforbuild +* Fri Jul 05 2002 snwint@suse.de +- libpng fixes +* Fri Jul 05 2002 snwint@suse.de +- make it work with long package names +* Fri Jul 05 2002 kukuk@suse.de +- Use %%ix86 macro +* Wed Jul 03 2002 snwint@suse.de +- added yast2-x11 +- added bc to neededforbuild +- don't build cd2 boot image +* Wed Jul 03 2002 snwint@suse.de +- add bin/ci_y2image_for_ppc, creates initrd on ppc +- add plain_initrd target +- new yast2 packages +* Thu Jun 20 2002 snwint@suse.de +- cdrom support is in kernel modules now +* Thu Jun 20 2002 snwint@suse.de +- fixed for x86_64 +* Wed Jun 12 2002 snwint@suse.de +- yast2 package changes +- tar & sed are in separate packages +* Wed May 29 2002 snwint@suse.de +- added yast2-storage & libxml2 to neededforbuild +* Wed May 29 2002 snwint@suse.de +- added yast2-storage +- lib64 fixes +- make it work on x86_64 +* Mon May 27 2002 snwint@suse.de +- yast2 wants qt3-mt now +- unified module handling for all archs (except s390*) +* Fri May 24 2002 snwint@suse.de +- no bootlogo on CD2 boot image +- liveeval changes +- updated module info for new kernel +- introduced 4th module disk +- added latest mips changes +- fixed bug in (empty) include file handling +* Fri May 17 2002 schwab@suse.de +- Update elilo configuration. +* Tue May 14 2002 schwab@suse.de +- Ignore non-critical errors. +* Fri Apr 26 2002 ro@suse.de +- deactivate bootlogo on small bootimages until kernel shrinks + to a reasonable size to make the package build +- deactivated xfs for module disk 1 (>650K) +- deactivated aic7xxx_old for module disk 2 +- lvm package currently has no library +- added libxcrypt +- libgpp is now libstdc++, filename libstdc++.so.4.0.0 +- added libgcc to root and brescue (probably needed elswhere too) +- XXX if this does not work yet, add libgcc to other images ... +* Thu Apr 25 2002 ro@suse.de +- remove surprise from neededforbuild (package deleted) +- building "ps" image should probably be removed +* Sun Mar 24 2002 snwint@suse.de +- add sg.o module and sg* devices to initrd, they are needed + for usb (scsi emulation!) +- added agetty to rescue system (#15429) +- don't include rpmqpack +- don't offer apic kernel on bootdisk +- use 'rescue=1' to start rescue system +* Thu Mar 21 2002 snwint@suse.de +- added FireWire modules again, as there's enough space left and it + seems to work +- create a boot image for CD2, that won't ask for a module disk +- added module info for amdtp & cmp +* Mon Mar 18 2002 snwint@suse.de +- fixed typo in inst_setup +- ppc needs md.o +- ia64 doesn't have jfs.o +- dropped xfbdev, it's never used +- added /etc/inputrc (#12937) +* Sun Mar 10 2002 snwint@suse.de +- fixed typo in inst_setup +* Sat Mar 09 2002 snwint@suse.de +- re-enabled apic boot option +- prepare inst_setup to run other commands besides yast +- fixed ppc module list +* Tue Mar 05 2002 ro@suse.de +- really add yast2-trans-inst-proposal to root image +* Tue Mar 05 2002 ro@suse.de +- added yast2-trans-inst-proposal to neededforbuild +* Mon Mar 04 2002 snwint@suse.de +- add harddisk boot entry +- updated bootdisk README +* Sun Mar 03 2002 snwint@suse.de +- allow bootdisks to have the initrd on a module disk +- support really small initrd (no pcmcia, nearly no keytables) +- rearranged module disks +- prepare for module config to be arch dependent +- added ntfs driver (for harddisk installs) +- added usb network driver (pegasus) +- added trivial bootloader to module disk that just prints a message +- removed apic boot option +- new text boot message +* Fri Mar 01 2002 snwint@suse.de +- added 'gconf-modules' (#13991) +- added new network cards +- fixed lvm in rescue system (#13947) +- use special dietlibc smbmount +- increased initrd size +* Tue Feb 26 2002 snwint@suse.de +- added hex,attr,xfsdump,dmapi to neededforbuild +* Tue Feb 26 2002 snwint@suse.de +- some minor fixes (mainly xfs) +* Tue Feb 26 2002 ro@suse.de +- it's k_apic, not k_apci +* Mon Feb 25 2002 snwint@suse.de +- fixed rescue system (#13854) +- added ehci driver +- added apic kernel +- added xfs module +- added xfsprogs +* Sun Feb 24 2002 schwab@suse.de +- Increase initial initrd size again. +* Tue Feb 19 2002 ro@suse.de +- removed setclock and added /sbin/hwclock_wrapper from aaa_base + (content is identical) +* Mon Feb 18 2002 snwint@suse.de +- drop firewire modules +- clear /module dir before starting yast2 if we don't have much memory +* Sat Feb 16 2002 ro@suse.de +- install root image now that it's built +* Fri Feb 15 2002 snwint@suse.de +- make it possible to create an initrd where linuxrc runs in gdb +- create cramfs images, too +- renamed files on module disks ("*-mod.gz" -> "*-modules") +- minor fixes in module list +- added timezone data to inst-sys +- add proceed hint to start_shell kernel arg +* Tue Feb 12 2002 snwint@suse.de +- increase free space on rescue disk +* Tue Feb 12 2002 snwint@suse.de +- fixed kbd dirs +- added pam modules (make sshd happy) +- removed ssh keys from /root/.ssh +* Mon Feb 11 2002 snwint@suse.de +- kbd things have been moved to /usr/share +- heimdal libs have been moved, too +- implemented better caching to speed things up +* Tue Feb 05 2002 snwint@suse.de +- added Xft fix again +* Mon Feb 04 2002 snwint@suse.de +- we have 3 module disks now +- usb modules are no longer on bootdisk +* Fri Feb 01 2002 ro@suse.de +- changed neededforbuild to +* Mon Jan 28 2002 ro@suse.de +- changed neededforbuild to +* Mon Jan 28 2002 snwint@suse.de +- check for vfat support in config-dist.sh +* Mon Jan 28 2002 snwint@suse.de +- fixed package list +- Y2DEBUG no longer set +* Mon Jan 28 2002 ro@suse.de +- added missing yast2-packages to neededforbuild +* Wed Jan 23 2002 ro@suse.de +- removed non-existant packages from neededforbuild +* Mon Jan 21 2002 snwint@suse.de +- some new yast2 packs +- added smb stuff to large initrd +* Tue Jan 15 2002 ro@suse.de +- removed yast and lx_sus22 from neededforbuild +* Thu Jan 10 2002 snwint@suse.de +- write correct qtrc +* Tue Jan 08 2002 snwint@suse.de +- new module handling +- qt3-non-mt +- yast2-trans-inst-environment has been splitted +* Fri Jan 04 2002 snwint@suse.de +- added more yast2 packages +- added wget & openssl +* Thu Jan 03 2002 snwint@suse.de +- fixed minor bug in bin/check_libs +- XftConfig is no in xf86tools +- added libusb +- disabled check for ext2 in config-dist.sh +- diable xft +* Tue Dec 18 2001 snwint@suse.de +- added qt3 to neededforbuild +* Tue Dec 18 2001 snwint@suse.de +- yast2 needs qt3 +- added libpkg to neededforbuild +* Tue Dec 18 2001 snwint@suse.de +- updated boot & module disks +- no french boot images +* Mon Dec 03 2001 olh@suse.de +- remove some kernel-installer-hint packages, never used +* Mon Nov 26 2001 snwint@suse.de +- add "start_shell" cmdline option to inst_setup +- fixed it to more or less build +* Thu Nov 22 2001 sf@suse.de +- added packages bzip, XFree86-compat-libs to neededforbuild +- modified initrd.file-list, rescue.file-list, root.file-list + to adapt the changed location of some libs. +- make it build on Alpha again, removed some kernel modules that + still do not build on Alpha +* Thu Nov 15 2001 ro@suse.de +- xf86glu is mesaglu again +- bootdisk (boot.small) still won't fit +* Fri Oct 19 2001 snwint@suse.de +- added popt to neededforbuild +* Fri Oct 19 2001 snwint@suse.de +- add 15bit to the fbdev section, needed on old pmacs (#11788) +- liveeval changes for 7.3 +- added popt package +* Fri Oct 05 2001 kukuk@suse.de +- Fix removing of YaST1 +* Wed Oct 03 2001 kukuk@suse.de +- Remove unused files from initrd for 32bit SPARC +* Tue Oct 02 2001 kukuk@suse.de +- No YaST1 for SPARC +* Tue Sep 25 2001 snwint@suse.de +- added mptbase.o & mptscsih.o (LSIFC9xx/LSI409xx Fibre Channel, #11251) +* Tue Sep 25 2001 snwint@suse.de +- add 'enableapic' to default boot entry +* Mon Sep 24 2001 snwint@suse.de +- removed 'rw' kernel parameter, this caused a fs check + in some cases +* Thu Sep 20 2001 snwint@suse.de +- added /sbin/blockdev to inst-sys +- i386 bootdisk no longer defaults to 'manual' +- appended 'failsafe' parameters to 'failsafe' entry on bootdisk + (this is _not_ needed for the gfx isolinux version) (#10925) +- automatically load network and storage drivers before starting + rescue system (the is still the 'manual' option if this makes + problems) (#10028) +- added 8390.o to bootdisk (#10696) +- added network modules to modules disk +- no nfs-server in rescue system +* Wed Sep 19 2001 snwint@suse.de +- forgot to add mk_splash in 1.96 +- integrated bdflush patch into 1.97 +- no longer ignore errors in ia32 build +* Wed Sep 19 2001 ro@suse.de +- removed references to bdflush: package deleted +* Tue Sep 18 2001 snwint@suse.de +- nfs-server: /var/state/nfs -> /var/lib/nfs +- splash is taken from splashanim package +- handle PReP zImage in yast1 post install +* Tue Sep 18 2001 snwint@suse.de +- prepare to build initrd with ext2 on ia32 +- replace qla2x00.o with qla2[23]00.o +- ia32: remove modules from initrd before starting yast +* Thu Sep 13 2001 snwint@suse.de +- added cups-libs & nfs-utils to neededforbuild (s390 needs it) +* Tue Sep 11 2001 snwint@suse.de +- really use pcmcia-external modules +* Mon Sep 10 2001 snwint@suse.de +- new boot splash +- fixed typo in inst_setup +- added checkproc to instsys +* Sun Sep 09 2001 snwint@suse.de +- added 'top' to instsys +- work with gfxboot-1.4 +- append boot splash to initrd +- linuxrc always reboots on bootdisks (due to k_inst) +* Thu Sep 06 2001 snwint@suse.de +- parted lib name had been changed, too +* Wed Sep 05 2001 snwint@suse.de +- parted has moved +* Tue Sep 04 2001 snwint@suse.de +- added root password for instsys +- added tulip & isa-pnp to module disks +* Mon Sep 03 2001 kukuk@suse.de +- Remove more modules on SPARC +- Don't include PS/2 keymaps (not needed on sparc32) +* Fri Aug 31 2001 kukuk@suse.de +- Add lvm/raid kernel modules to initrd on SPARC +* Fri Aug 31 2001 snwint@suse.de +- 'make root' no longer implicitly builds initrd +* Thu Aug 30 2001 kukuk@suse.de +- Remove old X server for Sun from inst-sys +* Thu Aug 30 2001 snwint@suse.de +- make non-ia32 archs build again +* Wed Aug 29 2001 snwint@suse.de +- bootdisk: kernel from k_inst, modules from k_deflt +* Wed Aug 29 2001 snwint@suse.de +- re-added usb-storage to bootdisk +* Wed Aug 29 2001 snwint@suse.de +- added vmstat to inst-sys +- use k_inst for boot disks +* Tue Aug 28 2001 snwint@suse.de +- create new modules.dep at start of the installation +- use only _some_ files from /usr/lib/gconv +- added jbd.o +- added fs modules to rescue system +* Mon Aug 27 2001 snwint@suse.de +- added 'extramod' env var to assist creating specialized boot disks +- added jfs.o, ext3.o +* Mon Aug 27 2001 ro@suse.de +- replaced by in neededforbuild +* Fri Aug 24 2001 snwint@suse.de +- fixed typo +* Wed Aug 22 2001 snwint@suse.de +- re-added gconv directory +* Mon Aug 20 2001 snwint@suse.de +- adapt to aaa_dir changes +* Mon Aug 20 2001 snwint@suse.de +- improved inst_setup script +- new motd/issue files +- dropped 'ifdef' support +* Sun Aug 19 2001 olh@suse.de +- add a few *-installer-hint.rpms for ppc to avoid warnings +* Wed Aug 15 2001 snwint@suse.de +- make sure all CVS files are actually present +* Tue Aug 14 2001 froh@suse.de +- initrd works on s390: netsetup, ssh login, linuxrc working +* Tue Aug 14 2001 snwint@suse.de +- added jfsprogs to neededforbuild +* Mon Aug 13 2001 snwint@suse.de +- added jfsprogs to inst-sys & rescue +- added hdparm to rescue +* Fri Aug 10 2001 kukuk@suse.de +- Remove 3.3.6 X server for SPARC, 4.1.0 works for all now +* Fri Aug 10 2001 snwint@suse.de +- added 'failsafe' boot menu entry +* Fri Aug 10 2001 snwint@suse.de +- added yast2-lib-sequencer +* Fri Aug 10 2001 snwint@suse.de +- fixed typo in rescue system +* Thu Aug 09 2001 snwint@suse.de +- added ssh to inst-sys (in pre-releases only) +- added inst_setup +* Mon Aug 06 2001 snwint@suse.de +- 'no emulation' boot instead of 2.88MB floppy emulation on CD1 + (isolinux vs. syslinux) +* Mon Aug 06 2001 snwint@suse.de +- new 'pre_release' variable +* Wed Aug 01 2001 snwint@suse.de +- more inodes for rescue system +* Wed Aug 01 2001 snwint@suse.de +- use linuxrc_tiny in 'small' initrd +* Mon Jul 30 2001 snwint@suse.de +- dropped some mods to make it build +* Mon Jul 30 2001 snwint@suse.de +- _no_ network modules on moddisk #1 +* Fri Jul 27 2001 schwab@suse.de +- Add filesystem kernel modules to initrd on ia64. +- Increase initial initrd size. +* Wed Jul 25 2001 snwint@suse.de +- create correct fonts.dir +- various file list fixes +- started to rework module handling +* Thu Jul 19 2001 snwint@suse.de +- check for loop device support in config-dist.sh +* Thu Jul 19 2001 snwint@suse.de +- joerc has moved to /etc +* Thu Jul 19 2001 snwint@suse.de +- fixed typo to make axp work again +* Wed Jul 18 2001 schwab@suse.de +- Use elilo instead of gnu-efi. +* Tue Jul 17 2001 snwint@suse.de +- support gcc 3.0 +- made it work with xf86 4.1 +- *.file_list cleanup +- check yast2 package list consistency +* Mon Jul 16 2001 snwint@suse.de +- fixed elsif +- removed unnecessary keytable includes +- started to drop support for SL < 7.2 +- dropped /usr/lib/gconv/ +* Sat Jul 14 2001 kukuk@suse.de +- Fix /lib/ld* rules +* Fri Jul 13 2001 olh@suse.de +- remove yast2-core-translator from file list +* Fri Jul 13 2001 ro@suse.de +- removed yast2-core-translator from needed +* Fri Jul 13 2001 olh@suse.de +- add yast2-agent-system to neededforbuild +* Tue Jul 10 2001 olh@suse.de +- always add /lib/ld{.,-}* +* Tue Jul 10 2001 olh@suse.de +- update for ppc + add freetype2.rpm + umsprogs i386 only + /usr/X11R6/lib/modules/*.uc maybe i386 only +* Wed Jun 27 2001 snwint@suse.de +- integrated latest ia64/sparc patches +- added new 'F' command (cf. README) +* Tue Jun 19 2001 schwab@suse.de +- Increase the number of inodes in rescue filesystem. +* Tue Jun 12 2001 snwint@suse.de +- remove /etc/X11/xserver/C/ from inst-sys (saves about 12MB) +* Mon Jun 04 2001 kukuk@suse.de +- Enable reiserfs on SPARC, change tilo call for new version +* Fri Jun 01 2001 kukuk@suse.de +- Add yast2-agent-prom on SPARC +* Mon May 28 2001 schwab@suse.de +- Adjust elilo config file for gnu-efi 2.5. +* Sun May 20 2001 schwab@suse.de +- Make rescue system on ia64. +* Mon May 14 2001 snwint@suse.de +- updated README for CD1/disks/ +* Fri May 11 2001 snwint@suse.de +- remove lessopen/close from rescue system (#8101) +* Thu May 10 2001 kukuk@suse.de +- Fix to build on SPARC +* Thu May 10 2001 snwint@suse.de +- drop permission fix for /lib/modules in root.file_list completely + (not needed anyway) +* Thu May 10 2001 snwint@suse.de +- changed libdri patch to: no libdri.a on ia64 +- added usleep to rescue system +* Wed May 09 2001 snwint@suse.de +- no libdri.a except on ia32 +- no agp module in xsvga for ia64 +- no blinux link unless sbl package is installed +* Wed May 09 2001 snwint@suse.de +- next try to fix it +* Wed May 09 2001 snwint@suse.de +- removed fix +- added gfxboot-devel to neededforbuild +* Wed May 09 2001 kukuk@suse.de +- Fix last fix +* Wed May 09 2001 kukuk@suse.de +- Adept new locations of files +* Tue May 08 2001 snwint@suse.de +- worked on module lists +- back to 2.88MB boot image +- added yast2-db-groups,finger,rsh,telnet to neededforbuild +* Mon Apr 30 2001 snwint@suse.de +- kendy: have fix_locale link all utf8 locales to en_US.utf8 +- support creation of isolinux boot CDs +- gfx boot images are taken from gfxboot package now +- added nvram.o back to (small) initrd +- new elilo.conf +* Wed Apr 25 2001 snwint@suse.de +- create utf8-links in fix_locale +- stop on missing modules +- added missing euro keytables to initrd +- more yast2 packages +- added pcmcia to neededforbuild +* Tue Apr 24 2001 snwint@suse.de +- more mods & utils in rescue system +- re-added some tools formerly in nkitb +- no memtest on boot floppy +* Tue Apr 24 2001 snwint@suse.de +- added loop_fish2.o to inst-sys +- added fs modules (raid, lvm, etc.) to rescue system +* Mon Apr 23 2001 snwint@suse.de +- more yast2 stuff +* Sun Apr 22 2001 kukuk@suse.de +- Fix last changes +* Sat Apr 21 2001 kukuk@suse.de +- Disable root image +* Thu Apr 19 2001 snwint@suse.de +- added tee +* Wed Apr 18 2001 snwint@suse.de +- fixed evil bug in 'elsif' implementation +* Wed Apr 18 2001 snwint@suse.de +- integrated latest ia64 changes (by schwab) +- kkaempf: add y2d* packages +* Thu Apr 12 2001 ro@suse.de +- removed smp from neededforbuild (deleted package) +* Tue Apr 10 2001 schwab@suse.de +- neededforbuild eli -> gnu-efi. +- Update for new boot loader on ia64. +- Include raidutils in root on ia64. +* Sun Apr 08 2001 snwint@suse.de +- new boot logo +* Sat Apr 07 2001 snwint@suse.de +- removed some non-existent yast2 packages from neededforbuild +* Fri Apr 06 2001 snwint@suse.de +- added lvm mods +- boot floppy didn't ask for modules disk +- fixed neededforbuild +* Wed Apr 04 2001 snwint@suse.de +- fixed rescue system +- yast2 reworked again +* Tue Apr 03 2001 snwint@suse.de +- added graphical boot screen +- bootdisk should build +* Fri Mar 30 2001 snwint@suse.de +- renamed package +- yast2 reworked again +- tuned module list +* Tue Mar 27 2001 snwint@suse.de +- new yast2 package names +- added GL support +* Tue Mar 20 2001 snwint@suse.de +- awk now needed for all archs +* Fri Mar 16 2001 snwint@suse.de +- copy vmlinuz_24 to /CD1/suse/images/k_deflt +* Fri Mar 16 2001 snwint@suse.de +- more or less ready for 7.2/kernel 2.4 +* Tue Mar 06 2001 snwint@suse.de +- re-enabled yast2 for alpha +- it's now possible to remove yast2 via environment: 'with_yast2=no' +* Thu Mar 01 2001 snwint@suse.de +- _disabled_ yast2 for alpha +* Tue Feb 27 2001 snwint@suse.de +- fixed file lists (readline vs. bash) +- added readline to neededforbuild +- don't build liveeval boot image +* Tue Feb 27 2001 snwint@suse.de +- integrated latest changes by ro & kukuk +- fixed bug in ia64 boot image code (image was 2 bytes to short) +- we can now prepare hard disk boot images +- enabled yast2 for alpha +- added nasm to neededforbuild +* Tue Feb 27 2001 ro@suse.de +- libreadline is in readline package now +* Thu Feb 22 2001 kukuk@suse.de +- Add missing keymaps for SPARC +* Wed Feb 21 2001 kukuk@suse.de +- Adjust patch for liblvm +* Sat Feb 17 2001 kukuk@suse.de +- Add libdri.a back, some xf86 4.0 modules need it +* Wed Feb 14 2001 kukuk@suse.de +- Add xglint to needed for build +* Fri Feb 09 2001 olh@suse.de +- fix parted file list +* Thu Feb 08 2001 olh@suse.de +- use correct LVM libs* +* Thu Feb 08 2001 olh@suse.de +- remove unneeded ppc kernel rpms +* Tue Feb 06 2001 snwint@suse.de +- added parted (ppc) +* Sat Feb 03 2001 snwint@suse.de +- fixed spec +* Fri Feb 02 2001 snwint@suse.de +- removed ext2 abuild test from spec file +- added /sbin/nvsetenv to inst-sys (ppc only) +* Fri Feb 02 2001 snwint@suse.de +- olh: add hfsutils, build only the root image on ppc +- olh: updated /usr/bin/setclock +- liveeval updated for 7.1 +* Sat Jan 27 2001 kukuk@suse.de +- Add i386 keytables for SPARC/PS/2 keyboards +* Tue Jan 23 2001 schwab@suse.de +- eli.cfg: Add loaddisk when installing with yast1. +* Mon Jan 22 2001 snwint@suse.de +- extended *file_list syntax +* Mon Jan 22 2001 ro@suse.de +- added config-dist.sh for filesystem guess +* Thu Jan 18 2001 snwint@suse.de +- syslogd logs to /dev/null if tty4 is not a console + (ro: don't move it to 7.1-i386) +* Wed Jan 17 2001 snwint@suse.de +- fixed typo in spec +* Wed Jan 17 2001 snwint@suse.de +- added scsi mods to root images +- make sure 8390.o is on all boot disks +- fixed SuSE-release handling +* Wed Jan 17 2001 snwint@suse.de +- dropped live boot/root images +- added gpart to neededforbuild +* Wed Jan 17 2001 ro@suse.de +- fixed ext2 check for initrd leftover in proc/mounts +* Tue Jan 16 2001 snwint@suse.de +- added gpart +- fixed mod disk1 module list +* Tue Jan 16 2001 snwint@suse.de +- put ext2 check back in, ia32 only +* Tue Jan 16 2001 ro@suse.de +- blocksize detection i386 only +* Tue Jan 16 2001 snwint@suse.de +- fixed module lists +* Tue Jan 16 2001 ro@suse.de +- don't guess filesystem, guess blocksize +* Tue Jan 16 2001 ro@suse.de +- updated build-fs detection +* Mon Jan 15 2001 snwint@suse.de +- fixed rescue system (reboot now works) +- make scsi/net module loading work in linuxrc +* Sun Jan 14 2001 snwint@suse.de +- more module list fixes +- create /etc/need_modules_disk on floppy images + so linuxrc asks for modules disk automatically +* Sun Jan 14 2001 snwint@suse.de +- fixed module lists +- bootdisk no longer has _any_ scsi/net modules +- removed laptop floppy from spec file +* Fri Jan 12 2001 snwint@suse.de +- missing braille start script added +- syslogd moved to /sbin +- make it possible to consistently reload the module disk +- no laptop floppy +* Fri Jan 12 2001 ro@suse.de +- fix for syslog move +* Tue Jan 09 2001 snwint@suse.de +- drop all XFree86 3.x servers (ia32 only) +- add /usr/bin/od +- use long filenames on modules disk +* Mon Jan 08 2001 ro@suse.de +- create lang/fr/CD2 dir +* Sun Jan 07 2001 snwint@suse.de +- fixed rescue-system +- added 8139too.o/BusLogic.o to module disk +* Sun Jan 07 2001 snwint@suse.de +- integrated v1.23 diffs +- add firegl2 & 3 driver +- dropped serial.o +- re-added fbdev_drv.o +* Sun Jan 07 2001 snwint@suse.de +- add CD2 boot image +* Fri Jan 05 2001 kukuk@suse.de +- Updates for SPARC +- Fix location of libz +* Thu Jan 04 2001 kendy@suse.cz +- patched bin/fix_locale to link iso2 languages to cs_CZ, not en_US +* Tue Jan 02 2001 msvec@suse.cz +- added trivial console translation +* Sun Dec 31 2000 olh@suse.de +- update for ppc instsys +* Fri Dec 22 2000 ro@suse.de +- changed neededforbuild to +* Thu Dec 21 2000 ro@suse.de +- build it only on ext2 +* Mon Dec 18 2000 snwint@suse.de +- agpgarti810 device no longer in xsvga package +* Fri Dec 15 2000 snwint@suse.de +- fixed minor bug in boot disk creation +* Fri Dec 15 2000 snwint@suse.de +- dropped 'update' boot option +- booting with 'yast1' now makes linuxrc load scsi/blkdev mods +- less modules +- creation of boot disks now considerably faster +- no rescue system for ia64 +* Fri Dec 15 2000 ro@suse.de +- try to make it build +* Wed Dec 13 2000 snwint@suse.de +- chvt & loadkeys have been moved to /bin +* Tue Dec 12 2000 snwint@suse.de +- hwinfo needs its shared lib +- added locale again (all linked to en_US) +- reordered building of boot images to speed it up a bit +* Sat Dec 09 2000 snwint@suse.de +- avoid insserv error msg +- fixed kbd include file list +- libz moved to /lib +* Fri Dec 08 2000 ro@suse.de +- fixed file-list for new kbd +* Wed Dec 06 2000 snwint@suse.de +- added cache for rpms +- renamed mdutils -> raidtools +- new y2[dt]_* packages!!! +* Wed Dec 06 2000 ro@suse.de +- replaced mdutils by raidtools +* Tue Dec 05 2000 snwint@suse.de +- create /lang/fr/CD1/disks +* Tue Dec 05 2000 snwint@suse.de +- added dosfsck +- added README/LIESMICH for CD1/disks dir +- added CD1/disks/k_deflt +- fixed to work with new fileutils +* Tue Dec 05 2000 snwint@suse.de +- fix xkb problem +- updated modules disks +- build module disks here (no longer in bootdisk package) +- renamed bootdisks (cf. bootdisk package): + yast2 --> bootdisk + bootdisk --> i386 +* Mon Dec 04 2000 ro@suse.de +- build fixes (temporarily removed some modules ...) +* Mon Dec 04 2000 ro@suse.de +- adapted neededforbuild +* Sat Dec 02 2000 kukuk@suse.de +- Quick hacks to get it build +* Fri Dec 01 2000 snwint@suse.de +- updated ci_y2image to include disk_* files +* Fri Dec 01 2000 kukuk@suse.de +- Add missing file lists +* Fri Dec 01 2000 snwint@suse.de +- prepared to build rescue CD +- build various boot disks directly +- fixed file lists +* Fri Nov 24 2000 snwint@suse.de +- changed initrd to work with new kbd package +* Wed Nov 22 2000 snwint@suse.de +- fixed neededforbuild +* Tue Nov 21 2000 snwint@suse.de +- now builds rescue system +- renamed ix86 -> ia32 +- made root & demo images build again +- added check for shared lib dependencies +* Thu Nov 16 2000 snwint@suse.de +- added support for loopc.o compression module (image "susee") +- support for compressing loop device (cloop.o) +- moved LiveEval images to suse/images/ +- started to switch to new package names +- improved error handling on missing files +- dropped locale stuff +- integrated 7.0-ppc changes +- renamed 'yast2' to 'root' +- startet to drop unneeded stuff: libjpeg,libpng,libz,libmng +* Mon Nov 06 2000 kukuk@suse.de +- Change qtlib2 -> qt +- Set Autoreqprov to off +- Use SuSE internal group +* Thu Sep 28 2000 snwint@suse.de +- more sophisticated ia64 boot config +* Wed Sep 20 2000 schwab@suse.de +- Add eli to neededforbuild. +* Wed Sep 20 2000 snwint@suse.de +- ia64: added keytables & modules +* Tue Sep 19 2000 snwint@suse.de +- create a boot image for ia64 +* Thu Sep 14 2000 snwint@suse.de +- no yast2/x11 on axp +* Thu Sep 14 2000 snwint@suse.de +- fixed bug in kernel version number handling +* Wed Sep 13 2000 snwint@suse.de +- added i2o modules (module disk1) +- rewrote etc/config & lib/ReadConfig.pm to handle more + complex SuSE release names +- increased initial root image size in mk_yast2 +* Fri Aug 25 2000 snwint@suse.de +- needed in 7.0-i386 to get updated live/liveeval images +* Thu Aug 24 2000 snwint@suse.de +- increased initial initrd size +- file list fixes for alpha +* Thu Aug 24 2000 olh@suse.de +- remove yaboot and activate from neededforbuild, now in lilo.rpm +* Tue Aug 22 2000 snwint@suse.de +- fixed bin/ci_bootdisk to patch syslinux.cfg.fr too +- introduced new 'if' statement to *.file_list +- ro: activate yast2 fo alpha +- allow indentation in *.file_list +- introduced 'elsif' statement to *.file_list +- ppc kbd & xf86 changes +- updated docu +* Thu Aug 17 2000 snwint@suse.de +- new kbd package for 7.1 only +* Wed Aug 16 2000 snwint@suse.de +- fixed strip_dir to handle strange filenames +- 7.0 live/eval done +- changes to deal with the new kbd package +* Mon Aug 14 2000 schwab@suse.de +- Add initdisk.gz on ia64. +* Mon Jul 24 2000 snwint@suse.de +- *dropped* sw_cursor for XF3 (trouble with i810) +- live/eval fixes +- kukuk: we don'thave xfbdev on sparc +* Sat Jul 22 2000 kukuk@suse.de +- Move message file and silo.conf to bootdisk +* Fri Jul 21 2000 kukuk@suse.de +- we don'thave xfbdev on sparc +* Wed Jul 19 2000 snwint@suse.de +- sw_cursor even for XF3 +* Wed Jul 19 2000 snwint@suse.de +- moved french images to /lang/fr/... +- no french subpackage +- live/liveeval subpackage +* Tue Jul 18 2000 snwint@suse.de +- dropped some mods +* Mon Jul 17 2000 snwint@suse.de +- removed imm.o/ppa.o from modules disk +- made french the default language on french disks +- added xargs,tr,old to inst-sys +* Sat Jul 15 2000 snwint@suse.de +- worked on the module lists +- introduced the chk_modules script to check the module lists +* Fri Jul 14 2000 snwint@suse.de +- added parport_probe.o +- added syslogd (started by linuxrc) +- added missing get_kernel_version +- made subpackage y2image2 for live/liveevel/partition suprise/french images +* Mon Jul 10 2000 snwint@suse.de +- added taper & surprise to #neededforbuild +* Mon Jul 10 2000 snwint@suse.de +- removed imm.o & ppa.o from initrd +- added partition surprise image +- changed demo= parameter [was: yes, old; is: eval, live, ps] +- added french boot images (.fr extension) +* Fri Jul 07 2000 snwint@suse.de +- olh: add missed mac-de map +- kukuk: Minor fixes for SPARC +- olh: add available mac keytables, fix typo in spec file +- schwab: [ef]?grep moved to /bin +- added "sw_cursor" to XF4 XF86Config +* Thu Jul 06 2000 olh@suse.de +- add missed mac-de map +* Thu Jul 06 2000 kukuk@suse.de +- Minor fixes for SPARC +* Thu Jul 06 2000 olh@suse.de +- add available mac keytables, fix typo in spec file +* Wed Jul 05 2000 snwint@suse.de +- added XkbKeycodes to XF86Config +- added parport mods (for Zip) +- fixed: modules.dep was not created +* Mon Jul 03 2000 snwint@suse.de +- added BlankTime option to XF4 config file +- Andreas' ia64 patches +* Thu Jun 29 2000 snwint@suse.de +- reiserfs for ia32 only +- fixed /.rpm-cache problems +* Thu Jun 29 2000 ro@suse.de +- remove pas16 to make it build +* Wed Jun 28 2000 snwint@suse.de +- [temporary] removed some pcmcia mods to make it build +* Wed Jun 28 2000 snwint@suse.de +- workaround in XF4 config file to fix mouse problems +* Tue Jun 27 2000 snwint@suse.de +- put "Auto" proto back in XF4 config +* Tue Jun 27 2000 snwint@suse.de +- new usb devs +- use /.rpm-cache in autobuild +- fixed initrd mod list +- added y2t_inst, cron, ltrace, xfiregl1, sysvinit, sbl + to neededforbuild +* Tue Jun 27 2000 ro@suse.de +- added xloader to neededforbuild +* Thu Jun 22 2000 snwint@suse.de +- prepeared XF86Config for options & extensions +* Wed Jun 21 2000 snwint@suse.de +- worked on module lists +* Wed Jun 21 2000 ro@suse.de +- removed pas16.o to make it build +* Tue Jun 20 2000 snwint@suse.de +- fixed boot patch +* Tue Jun 20 2000 snwint@suse.de +- added saxtools +- added unicode fonts from y2base +- worked on module list +* Wed Jun 07 2000 snwint@suse.de +- added rc.status to demo image +* Wed Jun 07 2000 snwint@suse.de +- fixed filelist typo +- added unicode to fontpath in XF4.0 +* Wed Jun 07 2000 snwint@suse.de +- XF86Config fixes +* Wed Jun 07 2000 snwint@suse.de +- fixed several bugs in the scripts +- filelist fixes for inst-sys (due to progs moved form /usr/bin to /bin) +* Tue Jun 06 2000 snwint@suse.de +- integrated the various ia32 boot disks: cf. 'data/initrd/disk_*' +- re-added mkdosfs stuff +* Mon Jun 05 2000 snwint@suse.de +- added latest *dif +- fixed demo for 7.0 (boot & halt patches) +- ready for 7.0 yast2 +- Wrote a short README. :-)) +- removed mkdosfs package (*and* the progs in it) +* Sat Jun 03 2000 olh@suse.de +- mv ramdisk.image.gz to suseboot on ppc +* Tue May 30 2000 kukuk@suse.de +- fix initrd for SPARC: Adjust kernel module paths, + remove openprom module +* Mon May 29 2000 snwint@suse.de +- fixed Makefile typo +* Tue May 16 2000 snwint@suse.de +- integrated 0.43'er difs +- live/liveeval changes +- scripts now automatically try to fit the initrd on the boot disk +- use minix for initrd on ix86 +- removed initrd2/boot2 stuff (-> use initrd & boot instead) +* Tue May 16 2000 snwint@suse.de +- first pre-7.0 version +* Fri May 12 2000 ro@suse.de +- added ramdisk.image.gz for ppc +* Wed May 03 2000 kukuk@suse.de +- Use always ext2 for initrd2 +* Wed May 03 2000 kukuk@suse.de +- Fix doc path for makedevs.floppy +* Sat Apr 29 2000 kukuk@suse.de +- Add libICE, libSM and libpng for YaST2 +- Add /usr/lib/qt2/lib to ld.so.conf +- sparc: Network drivers are now in misc !? +- /sbin/portmap is now in packages portmap +- xservers is now in /etc/X11 +- nls doesn't seem to exist any longer +- libXext has a new version +* Thu Apr 27 2000 snwint@suse.de +- demo cd changes +- ppc: added fbset stuff +* Wed Apr 26 2000 snwint@suse.de +- integrated 0.39 ppc dif (added gawk) +- integrated 0.41 dif (no mods stripped, -> shorter mod list) +- added setclock to inst-sys +* Thu Apr 20 2000 ro@suse.de +- don't strip modules +* Tue Apr 18 2000 snwint@suse.de +- Rudi's axp patches +- live cd stuff +- different images for 'classic' live cd & for the new liveeval +* Tue Apr 18 2000 ro@suse.de +- disabled yast2 for alpha +* Mon Apr 17 2000 kukuk@suse.de +- Add tftp boot image for SPARC +* Mon Apr 17 2000 snwint@suse.de +- specfile-fix +* Wed Apr 12 2000 ro@suse.de +- fixed file-list for root-img on alpha +- remove other alpha specific-hacks: moved to bootdis2-package +* Tue Apr 11 2000 snwint@suse.de +- live cd changes +* Mon Apr 10 2000 snwint@suse.de +- lots of changes to build live CD +- fix: agpgarti810 device was missing! +- added eject to inst-sys +- ppc: added yaboot +* Tue Apr 04 2000 snwint@suse.de +- neededforbuild fix for *all* archs +* Tue Apr 04 2000 ro@suse.de +- specfile fix +* Mon Apr 03 2000 snwint@suse.de +- axp module list changes +- script to generate install_xx +* Mon Apr 03 2000 snwint@suse.de +- activate on ppc +* Mon Apr 03 2000 snwint@suse.de +- ppc fixes +* Mon Mar 27 2000 kukuk@suse.de +- sparc fixes +* Thu Mar 23 2000 snwint@suse.de +- ppc fixes +* Wed Mar 22 2000 snwint@suse.de +- sparc & ppc improvements +- package should be architecture independent now +* Tue Mar 21 2000 kukuk@suse.de +- Add Xsun* and Xmach64 to need for build +- Increase initial root size. +* Tue Mar 21 2000 kukuk@suse.de +- Fix initrd and yast2 file list for SPARC +- Copz makedevs.floppy from devs package +* Mon Mar 20 2000 kukuk@suse.de +- added initrd for SPARC +* Sun Mar 19 2000 ro@suse.de +- added initdisk.gz +* Fri Mar 17 2000 ro@suse.de +- changed filelist to CD-layout +* Thu Mar 16 2000 snwint@suse.de +- setfont workaround +* Mon Mar 13 2000 snwint@suse.de +- added /bin/loadkeys +* Thu Mar 09 2000 snwint@suse.de +- new XF86Config +* Tue Mar 07 2000 snwint@suse.de +- fixed wrong module link +* Tue Mar 07 2000 snwint@suse.de +- added libhd to spec file +* Mon Mar 06 2000 snwint@suse.de +- pcmcia mods from kernel package +* Mon Mar 06 2000 snwint@suse.de +- pcmcia mods were copied to wrong place +* Mon Mar 06 2000 snwint@suse.de +- added lp mod to root image +- added some cdrom mods to initrd +* Mon Mar 06 2000 ro@suse.de +- added recode to neededforbuild +- provide gzipped root-image +* Sun Mar 05 2000 snwint@suse.de +- some minor module list fixes +- new devs +* Sat Mar 04 2000 snwint@suse.de +- added pcmcia tools +- added VGA16 server +- more unicode fonts for yast2 +- reworked module list +- added modules that didn't fit onto the 2.88MB image to the root image +* Wed Mar 01 2000 snwint@suse.de +- removed unnecessary locales +* Tue Feb 29 2000 snwint@suse.de +- unicode X11 stuff +* Mon Feb 28 2000 snwint@suse.de +- integrated 0.22 difs +* Mon Feb 28 2000 ro@suse.de +- removed slip.o/ppp*.o from initrd2 +* Mon Feb 28 2000 ro@suse.de +- run depmod safely in autobuild +* Mon Feb 28 2000 ro@suse.de +- make boot2 fit on 2.88 +* Sat Feb 26 2000 snwint@suse.de +- merged last changes into CVS +- removed modules +* Sat Feb 26 2000 ro@suse.de +- merged with instsys (hope all that's needed) +* Fri Feb 25 2000 snwint@suse.de +- add modules to inst-sys +- new if's: ifabuild & ifnabuild +* Fri Feb 25 2000 ro@suse.de +- cleaned neededforbuild, added linuxrc , syslinux +- still needs to be fixed for non-x86: shlibs have different versions +* Wed Feb 16 2000 snwint@suse.de +- adapted to new yast2 +* Mon Feb 07 2000 snwint@suse.de +- added "manual" boot config +* Thu Feb 03 2000 ro@suse.de +- fixed welcome message for cebit +- added shared libreadline +* Wed Feb 02 2000 ro@suse.de +- fixed other occurences of kernmod and k_pentiu +* Wed Feb 02 2000 ro@suse.de +- needs k_deflt instead of k_pentiu or k_alpha +* Thu Jan 27 2000 ro@suse.de +- removed ldso (ldconfig is part of libc) +- removed kernmod (modules are part of installed kernels) +- reworked filelists + no loop.o (is compiled into install-kernel for a while) + ncurses is 5.0, jpeg is 62, ldconfig in shlibs + rpcinfo is in /usr/sbin in shlibs + kernel-modules are in k_pentium: FIXME on non-x86 +* Mon Dec 06 1999 snwint@suse.de +- removed net/epic100.o from initrd (not enough space left) +* Wed Nov 10 1999 snwint@suse.de +- added accel section to XF86Config +* Tue Nov 09 1999 snwint@suse.de +- changed framebuffer line in syslinux.cfg +* Mon Nov 08 1999 snwint@suse.de +- SVGA server instead of VGA16 +* Fri Nov 05 1999 snwint@suse.de +- more /dev/ram's +* Thu Nov 04 1999 snwint@suse.de +- probably no changes +* Thu Nov 04 1999 snwint@suse.de +- new modules +* Thu Nov 04 1999 ro@suse.de +-added kernels +* Wed Nov 03 1999 snwint@suse.de +- added AXP stuff +* Tue Nov 02 1999 snwint@suse.de +- added the smp program +* Mon Nov 01 1999 snwint@suse.de +- removed id_list +* Sat Oct 30 1999 snwint@suse.de +- file list update +- new yast2rc +* Fri Oct 29 1999 snwint@suse.de +- yast2rc changes +* Fri Oct 29 1999 snwint@suse.de +- hopefully it's now correct +* Wed Oct 27 1999 snwint@suse.de +- image size is now automatically set +* Tue Oct 26 1999 snwint@suse.de +- /lib/YaST2 permissions fixed +* Tue Oct 26 1999 ro@suse.de +- added ash to neededforbuild +* Tue Oct 26 1999 snwint@suse.de +- added {ash,insmod}.static +* Mon Oct 25 1999 snwint@suse.de +- removed absolute PATH for *.rpms +* Mon Oct 25 1999 snwint@suse.de +- new file lists +* Wed Oct 20 1999 snwint@suse.de +- refined init-sys file list +- added isax +* Mon Oct 18 1999 snwint@suse.de +- new version that works with current yast2's +* Wed Oct 13 1999 snwint@suse.de +- package created diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4