« c shell perl php下的日期时间转换: 秒数与人类可读日期 scalar localtime 与 seconds since `00:00:00 1970-01-01 UTC' | Main | 社会网络时代的网上地址簿 delicious http://del.icio.us/ »
October 8, 2005
SuSE Linux Professional 10.0 & SUSE 10.0 OSS (OpenSuSE) Released
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 https://windtear.net/archives/2005/10/08/000792.html http://windtear.net/archives/2005/10/08/000792.html SuSE Linux Professional 10.0 & SUSE 10.0 OSS (OpenSuSE) Released SuSE.Linux.Professional.v10.32Bit.and.64Bit.MULTILANGUAGE.DVD-META SuSE Linux Professional 10 32 and 64 Bit ML http://www.novell.com/linux/suse/ <begin makesuse100.sh - creates a DVD5 containing the 32bit version> #!/bin/sh set -x # copy dvd mkdir /tmp/suse100 cp -p * /tmp/suse100 cp -a boot /tmp/suse100 cp -a docu /tmp/suse100 cp -a dosutils /tmp/suse100 cp -a media.1 /tmp/suse100 mkdir /tmp/suse100/suse cp -a suse/i586 /tmp/suse100/suse cp -a suse/i686 /tmp/suse100/suse cp -a suse/noarch /tmp/suse100/suse cp -a suse/setup /tmp/suse100/suse cd /tmp/suse100/suse mkdir x86_64 chmod +w * # delete foreign rpms cd /tmp/suse100/suse/i586 ls aspell-[a-z]* | grep -v -- -de- | grep -v -- -en- | grep -v devel | xargs rm ls OpenOffice_org-[a-z]* | egrep -v "(officebean)|(mono)|(hunspell)|(galleries)|(gnome)|(kde)|(Quick)|(-de-)|(-en-)" | xargs rm ls ispell-[a-z]* | egrep -v "(german)|(american)|(british)|(ngerman)|(nswiss)" | xargs rm cd /tmp/suse100/suse/noarch ls yast2-trans-* | egrep -v "(-en)|(-de)|(-stats)" | xargs rm ls susehelp_[a-z]* | grep -v de | grep -v en | xargs rm ls suselinux-adminguide* | egrep -v "(_de)|(_en)" | xargs rm ls suselinux-userguide* | egrep -v "(_de)|(_en)" | xargs rm ls myspell-* | egrep -v "(german)|(american)|(british)" | xargs rm ls k*-i18n* | egrep -v -- "-(de)|(en)" | xargs rm cd /tmp/suse100/docu ls -d */ | grep -v de | grep -v en | xargs rm -r # delete 64 bit crap cd /tmp/suse100/boot ls | egrep "64" | xargs rm # make iso mkisofs -o /tmp/suse100.iso -J -r -l -b boot/loader/isolinux.bin -c boot/loader/boot.catalog -boot-load-size 4 -no-emul-boot -boot-info-table -publisher "Novell, Inc." -A "SuSE-Linux-DVD-10.0#0" -V SU1000.001 -input-charset default -iso-level 4 /tmp/suse100 <end makesuse100.sh> http://www.opensuse.org/Download http://www.novell.com/products/suselinux/ http://www.novell.com/products/suselinux/downloads/suse_linux/index.html http://www.opensuse.org/Product_Highlights * Firefox 1.0 * OpenOffice.org 2.0 * Beagle * Photo tools * VoIP * Easy wireless networking * GIMP 2.2 * Xen 3 virtualization (preview) * Mono * Security tools * Bluetooth * Apache, CUPS, MySQL and PostgreSQL * Commercial Software Available for i386, x86_64 and PowerPC architectures Linux kernel 2.6.13 (the Linux base :-) gcc 4.0.2 based (the compiler) glibc 2.3.5 (basic C library) faster boot process a YaST config utility that works as well in xterm/tty (ncurses) mode as it does in graphical mode. This is quite unique; very handy over ssh for configuring a server
|
Posted by windtear at October 8, 2005 8:01 PM