Remove USAGE, it's out of date upstream docs cover this
This commit is contained in:
parent
9db2eae5f0
commit
cfc2ed2341
16
USAGE
16
USAGE
@ -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.
|
|
@ -47,7 +47,6 @@ License: GPLv2 with additional permissions and BSD
|
|||||||
URL: http://ipxe.org/
|
URL: http://ipxe.org/
|
||||||
|
|
||||||
Source0: %{name}-%{version}-git%{hash}.tar.xz
|
Source0: %{name}-%{version}-git%{hash}.tar.xz
|
||||||
Source1: USAGE
|
|
||||||
Source2: config.local.general.h
|
Source2: config.local.general.h
|
||||||
|
|
||||||
# From upstream commit b12b1b620fffc89e86af3879a945e7ffaa7c141d
|
# From upstream commit b12b1b620fffc89e86af3879a945e7ffaa7c141d
|
||||||
@ -131,8 +130,6 @@ DNS, HTTP, iSCSI, etc.
|
|||||||
%patch1001 -p1
|
%patch1001 -p1
|
||||||
%patch1002 -p1
|
%patch1002 -p1
|
||||||
|
|
||||||
cp -a %{SOURCE1} .
|
|
||||||
|
|
||||||
# Apply local configuration tweaks
|
# Apply local configuration tweaks
|
||||||
cp -a %{SOURCE2} src/config/local/general.h
|
cp -a %{SOURCE2} src/config/local/general.h
|
||||||
|
|
||||||
@ -213,7 +210,7 @@ done
|
|||||||
%{_datadir}/%{name}/ipxe.dsk
|
%{_datadir}/%{name}/ipxe.dsk
|
||||||
%{_datadir}/%{name}/ipxe.lkrn
|
%{_datadir}/%{name}/ipxe.lkrn
|
||||||
%{_datadir}/%{name}/undionly.kpxe
|
%{_datadir}/%{name}/undionly.kpxe
|
||||||
%doc COPYING COPYING.GPLv2 COPYING.UBDL USAGE
|
%doc COPYING COPYING.GPLv2 COPYING.UBDL
|
||||||
|
|
||||||
%files roms -f rom.list
|
%files roms -f rom.list
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user