| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: yaci | Distribution: Unknown |
| Version: 11.2 | Vendor: Trent D'Hooge <tdhooge@llnl.gov> |
| Release: pre9 | Build date: Mon Sep 19 21:23:59 2005 |
| Group: Applications/Devel | Build host: localhost.localdomain |
| Size: 32645390 | Source RPM: yaci-11.2-pre9.src.rpm |
| Packager: Trent D'Hooge <tdhooge@llnl.gov> | |
| Summary: YACI-Installer | |
Here it is, the YACI installer. Good luck.
_,,,_
.-'` ( '.
.-' ,_ ; \___ _,
__.' ) \'.__.'(:;'.__.'/
__..--"" ( '.__{':');}__.'
.' ( ; ( .-|` ' |-.
/ ( ) ) '-p q-'
( ; ; ; ; |.---.|
) ( ( ; \ o o)
| ) ; | ) ) /'.__/
) ; ) ; | ; //
( ) _,\ ; //
; ( ,_,,-~""~`"" \ ( //
\_.'\\_ '. /<_
\\_)--\ \ \--\
)--\""` )--\"`
`""` `""`
yaci is now installed, any local customizations should be placed in
/tftpboot/local in the following format:
* filename should be absolute destination path
* all slashes in absolute path should be changed to %
EXAMPLE
To have YACI install your copy of /etc/hosts, run:
cp /etc/hosts /tftpboot/local/`ls /etc/hosts | tr / %`
or:
cp /etc/hosts /tftpboot/local/%etc%hosts
Suggestions:
/etc/sysconfig/clock
/etc/hosts
/etc/hosts.equiv
/etc/inittab
/root/.rhosts
/etc/securetty
GPL
* Sat Jan 22 2005 Trent D'Hooge <tdhooge@llnl.gov> - Added MODULE option, so that you can put in your own - version, this is good if we are unable to create the - right version for you. - Added more serial options, so that you don't have to - use the serial port. - Will update inittab with serial options * Wed Jan 19 2005 Trent D'Hooge <tdhooge@llnl.gov> - more updates then I would like to think about - supporting x86_64, works the same way as i386 - supporting ppc/ppc64, instead of a ramdisk, for - now it is using a nfs root. - now support multi architecture, ie. an i386 node - can build a x86_64 image - some more SuSE support, still doesn't work perfectly - all archs are using 2.6.7 kernel * Wed Nov 03 2004 Trent D'Hooge <tdhooge@llnl.gov> - fixed create_disk_files - now supports multi disk, and can partition with raid option - fstab is not correct for raid at this time though - new initrd, all but init comes from system that does the build * Fri Sep 03 2004 Trent D'Hooge <tdhooge@llnl.gov> - tagging yaci-11.1-8 * Thu Sep 02 2004 Trent D'Hooge <tdhooge@llnl.gov> - changed some options in kernel for ia64 so that it would - mount sysfs - changed some other options so that the console would - work over serial on ia64 - added /sbin/efibootmgr in ramdisk for support for sysfs * Thu Aug 19 2004 Trent D'Hooge <tdhooge@llnl.gov> - tagging yaci-11.1-7 * Sat Jul 31 2004 Trent D'Hooge <tdhooge@llnl.gov> - Added "rw" to elilo.conf file so new 2.6.7 kernel would - mount the ramdisk read/write. * Fri Jul 30 2004 Trent D'Hooge <tdhooge@llnl.gov> - updated kernel to 2.6.7 - added USB support for i686 - added support of USB CDROM for ia64 and i686 - Now using I20 SCSI driver that comes with kernel * Sat Jul 10 2004 Trent D'Hooge <tdhooge@llnl.gov> - changed initrd.img so that when installing from CD - and sfdisk fails it does not reboot - added ethtool.ARCH so that we can hopefully fix some - network card settings during install - to turn on ethtool uncomment the appropriate - NET_DEV_SETTING line, or edit to your needs - in the variables file * Thu Mar 25 2004 Trent D'Hooge <tdhooge@llnl.gov> - moved grub / elilo stuff out of node_install - to file krappie. Currently only supports RedHat - with grubby. * Wed Mar 24 2004 Trent D'Hooge <tdhooge@llnl.gov> - added to end of node_install a loop to kill - everything that started after node_install - since we don't know what could have started in - post_install. This should allow for a clean - unmount of the disk - changed initrd to be initrd-11.2-pre9.img - to be like Red Hat and SuSE - update ia64 kernel to 2.6.4 - update i686 kernel to 2.6.4 w/ dpt_i2o.patch patch * Tue Mar 09 2004 Trent D'Hooge <tdhooge@llnl.gov> - Now have --force and --aid as a variable option to rpm - --force is by default off - --aid is on by default - now using --replacepkgs when installing all rpms - trying to get rpm to do the right thing and put rpms - in the right order. Still using pre-set of rpms to get - the post install scripts to run right. The pre-set of rpms - are still install with all other rpms * Sat Feb 28 2004 Trent D'Hooge <tdhooge@llnl.gov> - moving to 2.6.3 kernel on both i686 and ia64 - now using grubby to install elilo.conf - and grub.conf. Much better. * Thu Feb 12 2004 Trent D'Hooge <tdhooge@llnl.gov> - updated ia64 kernel to 2.6.2 - updated i686 kernel to 2.6.2 w/ dpt_i2o.patch patch * Fri Feb 06 2004 Trent D'Hooge <tdhooge@llnl.gov> - put clock back in /tftpboot/etc * Thu Jan 29 2004 Trent D'Hooge <tdhooge@llnl.gov> - added initscripts to PRE_RPMS * Tue Jan 27 2004 Trent D'Hooge <tdhooge@llnl.gov> - added check to see if multiple MAC address are in MAC.info - drop to prompt if multiple exist - tagging yaci-11.0-11 * Thu Jan 22 2004 Trent D'Hooge <tdhooge@llnl.gov> - Add more rpms to PRE RPM list to clean up build - tagging yaci-11.0-10 * Sun Jan 11 2004 Trent D'Hooge <tdhooge@llnl.gov> - went back to 2.4.21, too many SCSI problems - put ntp_server at top of node_install - in case dmesg is filled up - changed setup_network to use MAC.info and ifconfig - to determine name and IP in case dmesg fills up * Fri Jan 09 2004 Trent D'Hooge <tdhooge@llnl.gov> - update the ia64 kernel - updated i386 kernel 2.4.24 - added dev rpm to PRE_RPMS * Wed Dec 24 2003 Trent D'Hooge <tdhooge@llnl.gov> - added sleep 5 and repeat output of MAC address - to console * Thu Dec 18 2003 Trent D'Hooge <tdhooge@llnl.gov> - Made the fsck an option in the variables file - default is NO * Thu Nov 13 2003 Trent D'Hooge <tdhooge@llnl.gov> - added the force of a fsck on reboot - updated so that only LD_ASSUME_KERNEL can be set on i686 - Use LD_ASSUME_KERNEL on i686 so that we can go back - to 2.4.21 kernel, so that we get all the drivers we need - LD_ASSUME_KERNEL is set in the variables file * Tue Nov 11 2003 Trent D'Hooge <tdhooge@llnl.gov> - added setting the date from the installing node and using - hwclock -systohc -u to write it to the hardware - tagging * Sat Nov 08 2003 Trent D'Hooge <tdhooge@llnl.gov> - fixed create_image to allow for post_create script to be anywhere * Wed Nov 05 2003 Trent D'Hooge <tdhooge@llnl.gov> - changed to 2.6.0-test9 for i386 kernel for new thread support - tagging * Tue Oct 28 2003 Makia Minich <makia@llnl.gov> - Updated create_disk_files to created a parted script if needed. - Added the PARTED= line to the variables file. - Added a hook in node_install to use the parted script. * Sat Oct 25 2003 Trent D'Hooge <tdhooge@llnl.gov> - made muticast output on client go to /dev/null - this gets rid of some traffic and helps the muticast * Thu Oct 23 2003 Trent D'Hooge <tdhooge@llnl.gov> - lot's 'O fixes for ia64 / i386 - tagging * Mon Oct 20 2003 Trent D'Hooge <tdhooge@llnl.gov> - First attempt at a i386/ia64 YACI - We do not support GPT partitions, we wipe them out - and use sfdisk and partition MSDOS style - Any type of fat you define will be formated fat 16 for EFI - The itanium kernel is based on RHEL3.0's - Hopefully we can move this and the i386 to the 2.6 kernel soon * Mon Oct 13 2003 Trent D'Hooge <tdhooge@llnl.gov> - This is now for ia32 / ia64 work to fix ia32 problems only - please update branch yaci-2-5_branch * Sat Aug 16 2003 Trent D'Hooge <tdhooge@llnl.gov> - added COLLECT_MAC variable - if set to yes MAC_ADDRESS will be put to console to be collected * Wed Aug 06 2003 Trent D'Hooge <tdhooge@llnl.gov> - updated kernel to have module support so mkinitrd could be run * Tue Aug 05 2003 Trent D'Hooge <tdhooge@llnl.gov> - moved setup_eth0 to setup_network - added mkinitrd to be run after install - added the ability to install any node without MAC address - if ALLOW_ANY is set the DEFAULT_IMAGE is installed - but only if MAC address in not found in MAC.info * Wed Jul 30 2003 Trent D'Hooge <tdhooge@llnl.gov> - fixed create_rpmlist - tagging * Tue Jul 22 2003 Trent D'Hooge <tdhooge@llnl.gov> - Added networking variables for netmask and device - default is eth0 / 255.255.255.0 - updated setup_eth0 to take advantage of this * Wed Jul 16 2003 Trent D'Hooge <tdhooge@llnl.gov> - tagging 2.5.1-6 - adding support for Adaptec I20 Raid controller * Fri Jun 27 2003 Trent D'Hooge <tdhooge@llnl.gov> - tagging 2.5.1-4 - added patch for udpcast - added source for udpcast * Thu Jun 26 2003 Trent D'Hooge <tdhooge@llnl.gov> - Added multicast_server script in tools dir. - Updated README - Added new variables to variables file - Updated kernel to 2.4.21 for more network card support - updated udpcast to version 20030615 * Sat Jun 21 2003 Trent D'Hooge <tdhooge@llnl.gov> - When using MULTICAST require 2X memory then size of image - to use RAMFS for storage of tarfile - updated create_disk_files to change BAUD in grub.conf * Thu May 01 2003 Trent D'Hooge <tdhooge@llnl.gov> - fixed rpm problem when quering images db - tagging * Tue Apr 22 2003 Trent D'Hooge <tdhooge@llnl.gov> - fixing spec file so will build in RH9 * Sat Apr 19 2003 Trent D'Hooge <tdhooge@llnl.gov> - updated pre rpms for rpm4 - tagging * Wed Apr 16 2003 Trent D'Hooge <tdhooge@llnl.gov> - added examples - tagging * Thu Apr 03 2003 Trent D'Hooge <tdhooge@llnl.gov> - Made change to grub_install because grep -q was broke - Fixed CONSOLE replacement in PXE's default file - Tagging yaci-2-5-0-4 * Thu Apr 03 2003 Trent D'Hooge <tdhooge@llnl.gov> - Added grub to the initrd for RH9 support - Changed grub_install to reflect this - Tagging yaci-2-5-0-3 * Wed Apr 02 2003 Trent D'Hooge <tdhooge@llnl.gov> - Added gawk to PRE rpmlist in create_image * Tue Apr 01 2003 Trent D'Hooge <tdhooge@llnl.gov> - Updated create_image to work with RH9 * Wed Mar 26 2003 Makia Minich <makia@llnl.gov> - Lot's o' changes. - Still missing can o' whup ass. * Fri Mar 21 2003 Makia Minich <makia@llnl.gov> - Updated busybox to 0.60.5. - Stripped unneeded libraries and executables from the initrd. - Fixed GNU headers to take out conman comments. - Fixed node_install to better umount the mounted filesystems. * Sun Feb 02 2003 Makia Minich <makia@llnl.gov> - Updated the pci.ids and pcitable to the newest version available. - Fixed the Make-rpm.mk file to use rpmbuild. - Tagged as yaci-2-0-1-4chaos * Wed Dec 04 2002 Trent D'Hooge <tdhooge@llnl.gov> - The powers that be TAG 2.0.1-2chaos - Fixed problem with grub not being install / created right * Tue Dec 03 2002 Trent D'Hooge <tdhooge@llnl.gov> - The powers that be TAG 2.0.1-1chaos - This includes new kernel 2.4.20 - Fixed create_disk_files for swap - support of e1000 ( e1000 is found before e100 ) - support of Fusion MPT scsi controller * Tue Dec 03 2002 Trent D'Hooge <tdhooge@llnl.gov> - Updated README ( sort of ) for linuxbios * Tue Dec 03 2002 Trent D'Hooge <tdhooge@llnl.gov> - Makia fixed a lack of creating swap partitions with create_disk_files * Sat Nov 30 2002 Trent D'Hooge <tdhooge@llnl.gov> - changed kernel to 2.4.20 - made intels drivers for e100/e1000 the default * Sat Nov 23 2002 Trent D'Hooge <tdhooge@llnl.gov> - The powers that be TAG 2.0.0-1chaos * Sat Nov 23 2002 Trent D'Hooge <tdhooge@llnl.gov> - changed create_disk_file to match cdrom - had to change nodes_install to support create_disk_files - had to change format of /tftpboot/etc/grub.conf - Kernel 2.4.19 now has e1000 patch 4.3.2-k1 and added support for - fusion MPT scsi controller - changed fstab to be fsck priority 1 for / and 2 for the rest * Fri Nov 22 2002 Trent D'Hooge <tdhooge@llnl.gov> - added make clean * Fri Nov 22 2002 Trent D'Hooge <tdhooge@llnl.gov> - added to initrd.gz ( /etc/init.d/node_install ) - the retrying of mount $REMOTE:/tftpboot - You are able to Ctrl C out of this if need be - This was added because on MCR the nodes would sometimes time out - and drop to a prompt * Thu Nov 14 2002 Makia Minich <makia@llnl.gov> -Initial release into CVS * Wed Sep 11 2002 Makia Minich <makia@llnl.gov> - Added cciss to /dev in initrd.gz - Removed beep from initrd.gz - Remove chaos scripts (put into new rpm) - Moved variables to /tftpboot/scripts/variables * Tue Aug 06 2002 Makia Minich <makia@llnl.gov> - Added create_chaos_image script to scripts directory. - Added create_MAC_pm script to tools directory. - Updated initrd to check for e7500 - YACI now support a "local" directory. * Tue Jul 23 2002 Makia Minich <makia@llnl.gov> - Changed time call to /bin/time call to attempt to record time output. * Thu Jul 18 2002 Makia Minich <makia@llnl.gov> - Added use of hwclock to correct timezone issues - Added /etc/localtime to the initrd.gz * Tue Jul 09 2002 Makia Minich <makia@llnl.gov> - Now, we're using grub. Also, added tr and egrep to the initrd. * Wed Jun 12 2002 Makia Minich <makia@llnl.gov> - Updated/cleaned a few of the scripts and fixed the initrd. * Fri May 10 2002 Makia Minich <makia@llnl.gov> - Created this rpm
/tftpboot/NEWS /tftpboot/elilo /tftpboot/elilo/elilo.conf /tftpboot/elilo/elilo.efi /tftpboot/elilo/initrd.gz /tftpboot/elilo/vmlinuz /tftpboot/etc /tftpboot/etc/clock /tftpboot/etc/elilo.conf /tftpboot/etc/grub.conf /tftpboot/etc/lilo_ppc.conf /tftpboot/etc/yaboot.conf /tftpboot/images /tftpboot/initrd.i686.gz /tftpboot/initrd.x86_64.gz /tftpboot/local /tftpboot/log /tftpboot/pxelinux.0 /tftpboot/pxelinux.cfg /tftpboot/pxelinux.cfg/default /tftpboot/rpms /tftpboot/scripts /tftpboot/scripts/copy_disk /tftpboot/scripts/create_disk_files /tftpboot/scripts/create_image /tftpboot/scripts/functions /tftpboot/scripts/functions/disk /tftpboot/scripts/functions/grub /tftpboot/scripts/krappie /tftpboot/scripts/node_install /tftpboot/scripts/post_create /tftpboot/scripts/post_install /tftpboot/scripts/setup_network /tftpboot/scripts/test_rpmlist /tftpboot/scripts/variables /tftpboot/tarfiles /tftpboot/tools /tftpboot/tools/copy_running_system /tftpboot/tools/create_partition_list /tftpboot/tools/create_rpmlist /tftpboot/tools/multicast_server /tftpboot/tools/udp-receiver /tftpboot/tools/udp-sender /tftpboot/tools/update_rpmdir /tftpboot/tools/update_rpmlist /tftpboot/vmlinuz.i686 /tftpboot/vmlinuz.x86_64 /usr/share/doc/yaci-11.2 /usr/share/doc/yaci-11.2/MAC.info /usr/share/doc/yaci-11.2/README /usr/share/doc/yaci-11.2/dhcpd.conf /usr/share/doc/yaci-11.2/dhcpd.conf.collect_mac /usr/share/doc/yaci-11.2/partition_list.other /usr/share/doc/yaci-11.2/post_create /usr/share/doc/yaci-11.2/post_install /usr/share/doc/yaci-11.2/rpmlist.other
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat May 18 23:04:33 2013