Blame system-config-netboot.spec

cvsdist 163a54d
# -*- RPM-SPEC -*-
jvdias df2eb1e
Summary:   system-config-netboot is an network booting/install configuration utility
jvdias df2eb1e
Name: 	   system-config-netboot
jvdias 9368fbc
Version:   0.1.41
jvdias 9368fbc
Release:   1.FC6
jvdias df2eb1e
URL: 	   http://www.redhat.com/ 
jvdias df2eb1e
Source0:   %{name}-%{version}.tar.gz
jvdias df2eb1e
Source1:   pxelinux.0
jvdias df2eb1e
License:   GPL
jvdias df2eb1e
Group:     Applications/System
cvsdist 163a54d
BuildRoot: %{_tmppath}/%{name}-%{version}-root
jvdias df2eb1e
Requires:  gnome-python2, pygtk2, pygtk2-libglade, gnome-python2-canvas, rhpl, alchemist
jvdias df2eb1e
Requires:  tftp-server >= 0.29-3
jvdias faa7b9b
Requires(post): hicolor-icon-theme
jvdias 9368fbc
BuildRequires: autoconf, automake, gettext, intltool, python, perl, perl-XML-Parser
jvdias c218299
#ExclusiveArch: i386 x86_64
jvdias a638c2a
BuildArch: noarch
cvsdist 163a54d
Obsoletes: redhat-config-netboot
cvsdist 163a54d
cvsdist 163a54d
%description
c59c658
system-config-netboot is a utility which allows you to configure 
cvsdist 163a54d
diskless environments and network installations.
cvsdist 163a54d
cvsdist 163a54d
%prep
cvsdist 163a54d
%setup -q
cvsdist 163a54d
cvsdist 163a54d
%build
6209a59
ln -svf $(ls /usr/share/automake*/mkinstalldirs | tail -1) .
jvdias 65b571e
ln -svf $(ls /usr/share/automake*/install-sh | tail -1) .
jvdias 65b571e
ln -svf $(ls /usr/share/automake*/missing | tail -1) .
jvdias 65b571e
export VERSION=%{version}
jvdias 65b571e
automake
jvdias 65b571e
./configure --prefix=/usr
cvsdist 163a54d
make
cvsdist 163a54d
cvsdist 163a54d
%install
cvsdist 163a54d
rm -rf %{buildroot}
cvsdist 163a54d
%makeinstall
jvdias 9b76225
mkdir -p %{buildroot}/tftpboot/linux-install/pxelinux.cfg
jvdias dbf5153
cp -arfp %{buildroot}/%{_datadir}/system-config-netboot/msgs %{buildroot}/tftpboot/linux-install/
jvdias df2a53e
cp -fp %{SOURCE1} %{buildroot}/tftpboot/linux-install
jvdias 4a6cfcf
mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps
jvdias 4a6cfcf
cp -afp pixmaps/system-config-netboot.png  %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/system-config-netboot.png
cvsdist 163a54d
%find_lang %name
cvsdist 163a54d
jvdias 4a6cfcf
%post 
jvdias 4a6cfcf
if [ "$1" -eq 1 ]; then
jvdias 4a6cfcf
   /bin/touch --no-create %{_datadir}/icons/hicolor
jvdias 4a6cfcf
   /bin/touch --no-create %{_datadir}/icons/hicolor/48x48
jvdias 4a6cfcf
   if [ -x /usr/bin/gtk-update-icon-cache ]; then
jvdias 4a6cfcf
      /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor
jvdias 4a6cfcf
   fi
jvdias 4a6cfcf
fi
jvdias 4a6cfcf
cvsdist 163a54d
%clean
cvsdist 163a54d
rm -rf %{buildroot}
cvsdist 163a54d
cvsdist 163a54d
%files -f %{name}.lang
cvsdist 163a54d
%defattr(-,root,root)
cvsdist 163a54d
%doc COPYING
cvsdist 163a54d
%doc docs/*
cvsdist 163a54d
%{_sbindir}/*
dc02464
%{_bindir}/system-config-netboot
cvsdist 163a54d
%{_datadir}/applications/system-config-netboot.desktop
cvsdist 163a54d
%{_datadir}/system-config-netboot
cvsdist 163a54d
%{_datadir}/pixmaps/system-config-netboot.xpm
jvdias 4a6cfcf
%{_datadir}/icons/hicolor/48x48/apps/system-config-netboot.png
cvsdist 163a54d
%{_mandir}/*/*.8*
jvdias 9b76225
/tftpboot/linux-install/pxelinux.cfg/
jvdias 9b76225
/tftpboot/linux-install/msgs/
jvdias 9b76225
/tftpboot/linux-install/pxelinux.0
cvsdist 163a54d
%config %{_sysconfdir}/pam.d/system-config-netboot
cvsdist 163a54d
%config %{_sysconfdir}/security/console.apps/system-config-netboot
cvsdist 163a54d
cvsdist 163a54d
%changelog
jvdias 63b73ee
* Wed Jun 07 2006 Jason Vas Dias <jvdias@redhat.com> - 0.1.40-2
jvdias 63b73ee
- fix bug 192537: BuildRequires for Mock.
jvdias 63b73ee
jvdias df2eb1e
* Thu Apr 19 2006 Jason Vas Dias <jvdias@redhat.com> - 0.1.40-1
jvdias df2eb1e
- fix further issues reported by brian@chpc.utah.edu:
jvdias df2eb1e
  o should be a way of configuring remote logging from the GUI
jvdias df2eb1e
  o provide a means of disabling default snapshot directory generation
jvdias df2eb1e
jvdias faa7b9b
* Tue Feb 14 2006 Jason Vas Dias <jvdias@redhat.com> - 0.1.38-1
jvdias faa7b9b
- further fix for f1@micromemory.com problem (now bug 181365)
jvdias faa7b9b
  deal with required binaries that have been replaced by scripts
jvdias faa7b9b
- fix bug 178395: allow setting of NISDOMAIN 
jvdias faa7b9b
- fix bug 174629: fix initscript patches (prevent application!)
jvdias faa7b9b
- fix bug 182869: should Requires(post): hicolor-icon-theme
jvdias faa7b9b
- fix issues reported by brian@chpc.utah.edu (bugs to be raised):
jvdias faa7b9b
  o mkdiskless must not wipe out client root customizations on re-run
jvdias faa7b9b
  o give serial console checkbox a speed drop down list
jvdias faa7b9b
    - add "Use tty0 console also" checkbox option
jvdias faa7b9b
  o allow editing of extra boot options in the config file
jvdias faa7b9b
  o do not create snapshot directory for network boot targets
jvdias faa7b9b
  o remove /etc/ssh keys and make /etc/ssh a snapshot file
jvdias faa7b9b
  o mount /var/cache, /var/lib/misc, /var/lib/mrtg on tmpfs / snapshot
jvdias faa7b9b
  o fix network syslog : '*' -> '*.*' 
jvdias faa7b9b
jvdias 163ea6b
* Thu Feb 09 2006 Jason Vas Dias <jvdias@redhat.com> - 0.1.37-1
jvdias 163ea6b
- fix problem reported by f1@micromemory.com: 
jvdias 163ea6b
  detect and deal with missing libraries in the client root correctly
jvdias 163ea6b
- fix bug 178392: disklessrc's "^$MODULE" should be "^$MODULE "
jvdias 163ea6b
- ship updated .po files
jvdias 163ea6b
jvdias 4a6cfcf
* Wed Dec 21 2005 Jason Vas Dias <jvdias@redhat.com> - 0.1.36-1
jvdias 4a6cfcf
- fix bug 170634: don't use pam_stack in pam configuration file
jvdias 4a6cfcf
- fix bug 171820: add desktop.in file to POTFILES.in
jvdias 4a6cfcf
- use 'LC_ALL=C' for updateDiskless' 'echo y | /sbin/mke2fs ...',
jvdias 4a6cfcf
  as pointed out by email from Kiko Albiol Colomer <kiko@sertecnet.com>
jvdias 4a6cfcf
jvdias 480b00a
* Mon Dec 19 2005 Jason Vas Dias <jvdias@redhat.com> - 0.1.34-1 
jvdias 480b00a
- fix bug 174942: make diskless clients free initrd memory
jvdias 480b00a
- fix bug 174941: fix mkdiskless syslog.conf typo: '*' -> '*.*'
jvdias 480b00a
- fix bug 176144: ship updated translations
jvdias 480b00a
3253231
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
3253231
- rebuilt
3253231
jvdias 97c5388
* Wed Sep 21 2005 Jason Vas Dias <jvdias@redhat.com> 0.1.33-1
jvdias 97c5388
- fix bug 169011: fstab should use /media, not /mnt for cdrom, floppy
jvdias 97c5388
- fix bug 168782: /var/lib/xkb needs to be in snapshot files list
jvdias 97c5388
- fix bug 168415: duplicate old boot args not written to pxelinux.cfg file
jvdias 97c5388
- fix bug 167757: clients now log to netboot server by default
jvdias 97c5388
- fix bug 167762: extra kernel boot arguments preserved in pxelinux.cfg file
jvdias 97c5388
- fix bug 167543: disklessrc should look for pci devices of class 0x680 also
jvdias 97c5388
jvdias 65b571e
* Wed Aug 31 2005 Jason Vas Dias <jvdias@redhat.com> 0.1.32-1
jvdias 65b571e
- fix bug 167145: help functionality disabled owing to wrong VERSION string
jvdias 65b571e
  This turned out to be because build was not using automake + autoconf + configure -
jvdias 65b571e
  it now does - + added AM_INIT_AUTOMAKE(system-config-netboot, ${VERSION}) to 
jvdias 65b571e
  configure.in and VERSION variable set in .spec file.
jvdias 65b571e
jvdias c218299
* Fri Aug 19 2005 Jason Vas Dias <jvdias@redhat.com> 0.1.30-1
jvdias c218299
- fix bug 166018 : disklessrc's findhardware was grep-ping for PCI vendor:device
jvdias c218299
  IDs in the pcitable; it now uses /lib/modules/$kernel/modules.pcimap instead.
jvdias c218299
jvdias c218299
* Thu Aug 18 2005 Jason Vas Dias <jvdias@redhat.com> 0.1.28-1
jvdias a42f6e1
- fix bug 166217 : the fixed-size initrd was not big enough for RHEL-4 smp kernel.
jvdias a42f6e1
  updateDiskless now creates the initrd first in a directory; its size is then
jvdias a42f6e1
  determined and the initrd.img is created with sufficient size.
jvdias a42f6e1
  pxeos.py now determines the uncompressed size and pxeboot.py now writes the correct 
jvdias a42f6e1
  ramdisk_size to the syslinux.cfg file. 
jvdias a42f6e1
jvdias 4da6e8c
* Thu Aug 11 2005 Jason Vas Dias <jvdias@redhat.com> 0.1.26-1
jvdias 4da6e8c
- fix bug 165772 : read-only root filesystem reported as mounted with "rw" option
jvdias 4da6e8c
  It appears that the initscripts package of RHEL-4 requires a "READONLY=yes"
jvdias 4da6e8c
  option in /etc/sysconfig/init in the client root for rc.sysinit not to attempt
jvdias 4da6e8c
  to mount it read-write.
jvdias 4da6e8c
- fix bug 165735 : diskless clients cannot cope with no DNS PTR record for their IP address
jvdias 4da6e8c
  It was possible for multiple clients who were unable to determine their
jvdias 4da6e8c
  host name to mount the same snapshot directory - this is now impossible;
jvdias 4da6e8c
  If clients are unable to determine their host name and have empty
jvdias 4da6e8c
  SNAPSHOT settings, the IP address is used for the snapshot directory.
jvdias 4da6e8c
  It is also now possible to set the hostname and domainname without DNS
jvdias 4da6e8c
  by the DHCP server supplying the host-name option.
jvdias 4da6e8c
- fix bug 165730: prevent kernel*-2.6.9-12.2.EL getting an Oops when 'host' is run
jvdias 4da6e8c
jvdias b866ccf
* Fri Aug 05 2005 Jason Vas Dias <jvdias@redhat.com> 0.1.24-1
jvdias b866ccf
- fix bug 164776: don't write empty 'ks=' string in pxeboot.py
jvdias b866ccf
  Fix network install parameters:
jvdias b866ccf
  Instead of just writing unused 'ks.cfg' file, specify 
jvdias b866ccf
  loader 'method=' and 'ip=' arguments if no kickstart file given.
jvdias b866ccf
jvdias 92d2091
* Fri Jul 22 2005 Jason Vas Dias <jvdias@redhat.com> 0.1.22-1
jvdias 92d2091
- fix bugs 164011, 164012:
jvdias 92d2091
  updateDiskless now resolves missing module dependencies in the
jvdias 92d2091
  initrd, and returns an error for missing module files and executables.
jvdias 92d2091
- fix bug 161904: fix tooltips in pxeosdialog and NFS server label
jvdias 92d2091
jvdias 90007e3
* Wed Jun 15 2005 Jason Vas Dias <jvdias@redhat.com> 0.1.20-1
jvdias 90007e3
- fix addendum to bugs 149000/135411: updateDiskless:
jvdias 90007e3
  Do not create SELinux xattr labels in the initrd filesystem
jvdias 90007e3
jvdias df2a53e
* Mon Jun 13 2005 Jason Vas Dias <jvdias@redhat.com> 0.1.18-1
jvdias df2a53e
- fix bugs 159490, 159996, 160143
jvdias df2a53e
jvdias 9b76225
* Wed Jun 08 2005 Jason Vas Dias <jvdias@redhat.com> 0.1.17-1
jvdias 9b76225
- fix bugs 159490, 159390, 159064, 156274
jvdias 9b76225
jvdias 9db0acf
* Thu May 26 2005 Jason Vas Dias <jvdias@redhat.com> 0.1.16-1
jvdias 9db0acf
- fix bugs 144240, 148022, 149000, 153047, 154982 
cvsdist 65872a1
e54496e
* Thu Apr 21 2005 Dan Walsh <dwalsh@redhat.com> 0.1.14-1
e54496e
- Apply Ronny Buchmann patch
e54496e
	system-config-netboot.glade has a wrong id for the kickstart file input.
e54496e
	pxeosdialog.py wants osKickstartEntry and produces a traceback later, 
e54496e
	because it didn't get a node for it.	
e54496e
eb75fc7
* Fri Apr 1 2005 Dan Walsh <dwalsh@redhat.com> 0.1.13-1
eb75fc7
- Fix python gtk.False -> False
eb75fc7
36ec522
* Mon Dec 20 2004 Dan Walsh <dwalsh@redhat.com> 0.1.12-1
eb75fc7
- Remove references to /bin/ash
36ec522
e42c2c7
* Mon Nov 15 2004 Dan Walsh <dwalsh@redhat.com> 0.1.11-1
e42c2c7
- Remove Alchemist import
e42c2c7
206b40b
* Thu Nov 11 2004 Dan Walsh <dwalsh@redhat.com> 0.1.10-1
206b40b
- Apply Mustafa Mahudhawala for disklessrc
206b40b
206b40b
* Mon Nov 1 2004 Dan Walsh <dwalsh@redhat.com> 0.1.9-1
f7040a0
- Fix pxeos to grab correct files, eliminate extra /
f7040a0
- Bug #115652  
f7040a0
f7040a0
* Wed Oct 6 2004 Dan Walsh <dwalsh@redhat.com> 0.1.8-1
b10c822
- Update lang
b10c822
598793b
* Fri Oct 1 2004 Dan Walsh <dwalsh@redhat.com> 0.1.7-1
598793b
- Update languages
598793b
6209a59
* Thu Sep 30 2004 Dan Walsh <dwalsh@redhat.com> 0.1.6-1
6209a59
- Fix location of mkinstalldirs
6209a59
6209a59
* Tue Sep 28 2004 Dan Walsh <dwalsh@redhat.com> 0.1.5-1
6209a59
- Cleanup rsync messages and replace RHEL3 with RHEL
6209a59
6209a59
* Mon Sep 27 2004 Dan Walsh <dwalsh@redhat.com> 0.1.4-1
c59c658
- Split netboot_util into netboot_gtk, so command line will work without X-Windows.
cvsdist ea9d745
cvsdist 2afbf6d
* Thu Jun 10 2004 Dan Walsh <dwalsh@redhat.com> 0.1.3-5
cvsdist 2afbf6d
- Fix internationalization calls in pxeos and pxeboot
cvsdist 2afbf6d
cvsdist 7ccc50b
* Tue Mar 24 2004 Dan Walsh <dwalsh@redhat.com> 0.1.3-4
cvsdist 7ccc50b
- Fix warning messages
cvsdist 7ccc50b
cvsdist 7ccc50b
* Tue Mar 24 2004 Dan Walsh <dwalsh@redhat.com> 0.1.3-3
cvsdist 7ccc50b
- Add additional languages
cvsdist 163a54d
cvsdist 163a54d
* Tue Jan 6 2004 Dan Walsh <dwalsh@redhat.com> 0.1.3-2
cvsdist 163a54d
- Remove python2.2 requirment
cvsdist 163a54d
cvsdist 163a54d
* Thu Dec 11 2003 Dan Walsh <dwalsh@redhat.com> 0.1.3-1
cvsdist 163a54d
- Rename to system-config-netboot
cvsdist 163a54d
cvsdist 163a54d
* Tue Nov 11 2003 Dan Walsh <dwalsh@redhat.com> 0.1.2-2
cvsdist 163a54d
- Remove quotes used to handle spaces in dir names.  Spaces will not be allowed.
cvsdist 163a54d
cvsdist 163a54d
* Wed Nov 5 2003 Dan Walsh <dwalsh@redhat.com> 0.1.2-1
cvsdist 163a54d
- Cleanup pxe handling add kickstart more error checking
cvsdist 163a54d
cvsdist 163a54d
* Wed Nov 5 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-23
cvsdist 163a54d
- Fix kickstart handling
cvsdist 163a54d
cvsdist 163a54d
* Wed Oct 22 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-22
cvsdist 163a54d
- Bump
cvsdist 163a54d
cvsdist 163a54d
* Wed Oct 22 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-21
cvsdist 163a54d
- Update with fixes from Oracle.
cvsdist 163a54d
cvsdist 163a54d
* Tue Oct 7 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-20
cvsdist 163a54d
- bump
cvsdist 163a54d
cvsdist 163a54d
* Tue Sep 30 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-19
cvsdist 163a54d
- Fix documentation
cvsdist 163a54d
- Start with default initrd ram_size=10000
cvsdist 163a54d
cvsdist 163a54d
* Wed Sep 24 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-18
cvsdist 163a54d
- Add documentation
cvsdist 163a54d
cvsdist 163a54d
* Tue Sep 16 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-17
cvsdist 163a54d
- Fix nfs directory selection
cvsdist 163a54d
cvsdist 163a54d
* Fri Sep 12 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-16
cvsdist 163a54d
- Make several changes suggested by Tammy.
cvsdist 163a54d
- Fix man pages and pxeos bugs.
cvsdist 163a54d
cvsdist 163a54d
* Tue Sep 02 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-15
cvsdist 163a54d
- Change to use snapshot name for diskless mount point instead of ip address.
cvsdist 163a54d
cvsdist 163a54d
* Tue Aug 19 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-14
cvsdist 163a54d
- Add /etc/cups/certs to files for diskless
cvsdist 163a54d
cvsdist 163a54d
* Wed Jul 30 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-13
cvsdist 163a54d
- Fix man page
cvsdist 163a54d
cvsdist 163a54d
* Tue Jul 22 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-12
cvsdist 163a54d
- Improve boot up performance
cvsdist 163a54d
cvsdist 163a54d
* Tue Jul 19 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-11
cvsdist 163a54d
- Update pxeboot
cvsdist 163a54d
cvsdist 163a54d
* Tue Jul 7 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-10
cvsdist 163a54d
- Fix app title
cvsdist 163a54d
cvsdist 163a54d
* Tue Jul 7 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-9
cvsdist 163a54d
- remove busybox-anaconda as a required package
cvsdist 163a54d
- Change Red Hat Linux to Red Hat Enterprise Linux
cvsdist 163a54d
cvsdist 163a54d
* Mon Jul 6 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-7
cvsdist 163a54d
- Fix relative paths in mkdiskless
cvsdist 163a54d
cvsdist 163a54d
* Tue Jul 1 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-6
cvsdist 163a54d
- Add busybox-anaconda as a required package
cvsdist 163a54d
cvsdist 163a54d
* Mon Jun 16 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-5
cvsdist 163a54d
- Fix /usr/sbin/system-config-netboot link.
cvsdist 163a54d
cvsdist 163a54d
* Tue Apr 29 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-4
cvsdist 163a54d
- Add syncfiles to speed up firstboot in diskless
cvsdist 163a54d
cvsdist 163a54d
* Tue Apr 29 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-3
cvsdist 163a54d
- Fix gui problems
cvsdist 163a54d
cvsdist 163a54d
* Fri Apr 18 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-2
cvsdist 163a54d
- Add ExclusiveArch: i386 x86_64
cvsdist 163a54d
cvsdist 163a54d
* Wed Apr 16 2003 Dan Walsh <dwalsh@redhat.com> 0.1.1-1
cvsdist 163a54d
- Move setup stuff into command line pxeos class
cvsdist 163a54d
cvsdist 163a54d
* Fri Apr 4 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-23
cvsdist 163a54d
- Fix OS propagation problems
cvsdist 163a54d
cvsdist 163a54d
* Tue Apr 1 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-22
cvsdist 163a54d
- Add Man pages for pxeos and pxeboot
cvsdist 163a54d
cvsdist 163a54d
* Tue Apr 1 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-21
cvsdist 163a54d
- setup tftpboot directory
cvsdist 163a54d
cvsdist 163a54d
* Tue Apr 1 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-20
cvsdist 163a54d
- Cleanup first time wizard, to be able to define network install or diskless
cvsdist 163a54d
cvsdist 163a54d
* Fri Mar 28 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-19
cvsdist 163a54d
- remove erroneous exit from disklessrc
cvsdist 163a54d
cvsdist 163a54d
* Thu Mar 27 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-18
cvsdist 163a54d
- Add command line support for pxeos and pxeboot
cvsdist 163a54d
cvsdist 163a54d
* Fri Mar 21 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-17
cvsdist 163a54d
- Add syncfiles to speed up diskless
cvsdist 163a54d
cvsdist 163a54d
* Tue Mar 18 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-16
cvsdist 163a54d
- Add diskless support to GUI
cvsdist 163a54d
cvsdist 163a54d
* Wed Mar 12 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-15
cvsdist 163a54d
- Fix GUI and remove swap
cvsdist 163a54d
cvsdist 163a54d
* Wed Mar 12 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-14
cvsdist 163a54d
- add missing diskless files
cvsdist 163a54d
cvsdist 163a54d
* Fri Mar 07 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-13
cvsdist 163a54d
- correct diskless paths
cvsdist 163a54d
cvsdist 163a54d
* Wed Jan 29 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-12
cvsdist 163a54d
- eliminate /dev/root
cvsdist 163a54d
cvsdist 163a54d
* Mon Jan 27 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-11
cvsdist 163a54d
- Add additional dialogs and fix pxe file writes
cvsdist 163a54d
cvsdist 163a54d
* Fri Jan 24 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-10
cvsdist 163a54d
- Update to support diskless environment
cvsdist 163a54d
cvsdist 163a54d
* Fri Jan 24 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-9
cvsdist 163a54d
- Fix Typos
cvsdist 163a54d
cvsdist 163a54d
* Tue Jan 7 2003 Dan Walsh <dwalsh@redhat.com> 0.1.0-8
cvsdist 163a54d
- Fix errors
cvsdist 163a54d
cvsdist 163a54d
* Thu Dec 19 2002 Dan Walsh <dwalsh@redhat.com> 0.1.0-7
cvsdist 163a54d
- Fix GUI to create config files in new format
cvsdist 163a54d
cvsdist 163a54d
* Thu Nov 07 2002 Dan Walsh <dwalsh@redhat.com> 0.1.0-6
cvsdist 163a54d
- Check services and start them if they are not running
cvsdist 163a54d
cvsdist 163a54d
* Fri Oct 25 2002 Dan Walsh <dwalsh@redhat.com> 0.1.0-5
cvsdist 163a54d
- Add mftp
cvsdist 163a54d
cvsdist 163a54d
* Thu Oct 24 2002 Dan Walsh <dwalsh@redhat.com>
cvsdist 163a54d
- Add diskless support
cvsdist 163a54d
cvsdist 163a54d
* Thu Oct 17 2002 Dan Walsh <dwalsh@redhat.com>
cvsdist 163a54d
- cleanup
cvsdist 163a54d
cvsdist 163a54d
* Wed Sep 25 2002 Dan Walsh <dwalsh@redhat.com>
cvsdist 163a54d
- Initial build.
cvsdist 163a54d
cvsdist 163a54d