Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        system-config-netboot: system-config-netboot is an network booting/install configuration utility
        
        
            | Name: | system-config-netboot | Vendor: | Scientific Linux | 
        
            | Version: | 0.1.32 | License: | GPL | 
        
            | Release: | 1_EL4 | URL: | http://www.redhat.com/ | 
        
        
        - Summary
- system-config-netboot is a utility which allows you to configure
diskless environments and network installations.
Changelog
        
            - * Wed Aug 31 19:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 0.1.32-1
- - fix bug 167145: help functionality disabled owing to wrong VERSION string
  This turned out to be because build was not using automake + autoconf + configure -
  it now does - + added AM_INIT_AUTOMAKE(system-config-netboot, ${VERSION}) to 
  configure.in and VERSION variable set in .spec file.
            - * Fri Aug 19 19:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 0.1.30-1
- - fix bug 166018 : disklessrc's findhardware was grep-ping for PCI vendor:device
  IDs in the pcitable; it now uses /lib/modules/$kernel/modules.pcimap instead. 
            - * Thu Aug 18 19:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 0.1.28-1
- - fix bug 166217 : the fixed-size initrd was not big enough for RHEL-4 smp kernel.
  updateDiskless now creates the initrd first in a directory; its size is then
  determined and the initrd.img is created with sufficient size.
  pxeos.py now determines the uncompressed size and pxeboot.py now writes the correct 
  ramdisk_size to the syslinux.cfg file.