Re: AW: [suse-autoinstall] applying patches
* "Petersen, Jörg" <j.petersen@msh.de> [Oct 01. 2002 14:04]:
For 8.1, which should be available by now, we have included a script to do this. Format has changed and it is much more powerfull. Just curious: what's the name of the script? Thx, Jörg
/usr/lib/YaST2/bin/create_package_descr Anas -- Anas Nashif <nashif@suse.com>, SuSE Linux AG Montreal (Laval), Canada
Sorry to rehash an old thread.... I'm a little confused how to: 1. start with a clean 8.1 install tree 2. move the 8.1 updates into the tree 3. update the package_desc stuff to be consistient Is there a basic summary of this process somewhere? I see the creat_package_descr script in my 8.1 tree. I'm just not sure how to do steps #2 and #3 listed above. Any pointers? eric Anas Nashif wrote:
* "Petersen, Jörg" <j.petersen@msh.de> [Oct 01. 2002 14:04]:
For 8.1, which should be available by now, we have included a script to do this. Format has changed and it is much more powerfull. Just curious: what's the name of the script? Thx, Jörg
/usr/lib/YaST2/bin/create_package_descr
Anas -- Anas Nashif <nashif@suse.com>, SuSE Linux AG Montreal (Laval), Canada
-- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
Hi Eric,
1. start with a clean 8.1 install tree 2. move the 8.1 updates into the tree 3. update the package_desc stuff to be consistient
Point 1: insert DVD # mount -o ro /cdrom && cd /cdrom && df -k . Filesystem 1k-blocks Used Available Use% Mounted on /dev/hdc 4481888 4481888 0 100% /media/cdrom # cp -a . /net/lin_suse8.1 # diff -r --brief . /net/lin_suse8.1 # cd / && umount /cdrom # cd /net/lin_suse8.1/suse/src # du -sk . 1808706 . # rm *.src.rpm Point 2 and 3 is briefly described on http://www.inf.uni-konstanz.de/~stoltze/projekte/autoinstall/suse81/ Regards Christian -- Christian Stoltze Computer Science, University of Constance (Lake Constance/SW-Germany) Email: Christian.Stoltze@uni-konstanz.de Voice: +49 (0)7531 88-4448 Fax: +49 (0)7531 88-3577
I believe I need to use lilo instead of grub since all of my drives are under hardware SCSI RAID (dpt_i2o) (otherwise system hangs during boot after install). My first thoughts on how to do this, is to use: <bootloader> <activate config:type="boolean" >false</activate> <linear config:type="boolean" >false</linear> <parameters></parameters> </bootloader> and then: <chroot-scripts config:type="list" > <script> <filename>lilo.sh</filename> <interpreter>shell</interpreter> <source> <![CDATA[ #!/bin/sh lilo -b /dev/sda ]]> </source> </script> </chroot-scripts> I am unfamiliar with using lilo without it's lilo.conf file, but I am going to try testing the above and variations of it until I get it working (hopefully). Does anybody have a better suggestion or tips? Thanks, John Young
participants (4)
-
Anas Nashif
-
Christian Stoltze
-
Eric Whiting
-
John Young