diff --git a/USAGE b/USAGE deleted file mode 100644 index 6b7f529..0000000 --- a/USAGE +++ /dev/null @@ -1,16 +0,0 @@ -To create a bootable floppy, type - cat /usr/share/gpxe/gpxe.dsk > /dev/fd0 -where /dev/fd0 is your floppy drive. This will erase any -data already on the disk. - -To create a bootable USB key, type - cat /usr/share/gpxe/gpxe.usb > /dev/sdX -where /dev/sdX is your USB key, and is *not* a real hard -disk on your system. This will erase any data already on -the USB key. - -To create a bootable CD-ROM, burn the ISO image -/usr/share/gpxe/gpxe.iso to a blank CD-ROM. - -http://www.etherboot.org/wiki/pxechaining describes how to chain boot -from PXE into gPXE using /usr/share/gpxe/undionly.kpxe. diff --git a/ipxe.spec b/ipxe.spec index b000503..abcf1ae 100644 --- a/ipxe.spec +++ b/ipxe.spec @@ -47,7 +47,6 @@ License: GPLv2 with additional permissions and BSD URL: http://ipxe.org/ Source0: %{name}-%{version}-git%{hash}.tar.xz -Source1: USAGE Source2: config.local.general.h # From upstream commit b12b1b620fffc89e86af3879a945e7ffaa7c141d @@ -131,8 +130,6 @@ DNS, HTTP, iSCSI, etc. %patch1001 -p1 %patch1002 -p1 -cp -a %{SOURCE1} . - # Apply local configuration tweaks cp -a %{SOURCE2} src/config/local/general.h @@ -213,7 +210,7 @@ done %{_datadir}/%{name}/ipxe.dsk %{_datadir}/%{name}/ipxe.lkrn %{_datadir}/%{name}/undionly.kpxe -%doc COPYING COPYING.GPLv2 COPYING.UBDL USAGE +%doc COPYING COPYING.GPLv2 COPYING.UBDL %files roms -f rom.list %dir %{_datadir}/%{name}