Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        redhat-config-netboot: redhat-config-netboot is an network booting/install configuration utility
        
        
            | Name: | redhat-config-netboot | Vendor: | Scientific Linux | 
        
            | Version: | 0.1.30 | License: | GPL | 
        
            | Release: | 1_EL3 | URL: | http://www.redhat.com/ | 
        
        
        - Summary
- redhat-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.
            - * Thu Aug 18 19:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 0.1.28-1
- - fix bug 166018 / 166599 : find modules using modules.pcimap, not pcitable 
            - * Wed Aug 17 19:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 0.1.26-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.