--- x86-archscript.sh 2004-06-01 10:28:45.702944960 -0400 +++ x86-archscript.sh.new 2004-05-27 16:56:20.000000000 -0400 @@ -35,9 +35,9 @@ [ ! -e "$clst_chroot_path/tmp/binaries/$x.tar.bz2" ] && die "Can't find kernel tarball at $clst_chroot_path/tmp/binaries/$x.tar.bz2" tar xjvf $clst_chroot_path/tmp/binaries/$x.tar.bz2 -C $clst_cdroot_path/isolinux #change kernel name from "kernel" to "gentoo", for example - mv $clst_cdroot_path/isolinux/kernel $clst_cdroot_path/isolinux/$x + mv $clst_cdroot_path/isolinux/kernel* $clst_cdroot_path/isolinux/$x #change initrd name from "initrd" to "gentoo.igz", for example - mv $clst_cdroot_path/isolinux/initrd $clst_cdroot_path/isolinux/$x.igz + mv $clst_cdroot_path/isolinux/initrd* $clst_cdroot_path/isolinux/$x.igz done icfg=$clst_cdroot_path/isolinux/isolinux.cfg kmsg=$clst_cdroot_path/isolinux/kernels.msg