mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Graphen gefixt.
Bootlogo zur Iso hinzugefuegt. Memtest hinzugefuegt. (Kann man sicherlich mal brauchen denke ich.) git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@368 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
17
lfs/pxe
17
lfs/pxe
@@ -52,11 +52,20 @@ $(TARGET) :
|
||||
rm -rf /tmp/*
|
||||
mkdir -p /tmp/$(VERSION) /tmp/pxelinux.cfg
|
||||
cp /usr/lib/syslinux/pxelinux.0 /tmp
|
||||
cp /install/cdrom/boot/isolinux/{instroot.gz,message,vmlinuz} /tmp/$(VERSION)
|
||||
sed -e "s|message|$(VERSION)/message|" \
|
||||
-e "s|vmlinuz|$(VERSION)/vmlinuz|" \
|
||||
cp /install/images/cdinitrd.gz /tmp/$(VERSION)/instroot.gz
|
||||
cp /boot/vmlinuz-$(KVER) /tmp/$(VERSION)/vmlinuz
|
||||
cp $(DIR_SRC)/config/syslinux/options.msg /tmp/$(VERSION)/options.msg
|
||||
cp $(DIR_SRC)/config/syslinux/splash.lss /tmp/$(VERSION)/splash.lss
|
||||
cp /usr/lib/memtest86+/memtest.bin /tmp/$(VERSION)/memtest
|
||||
sed -e "a|splash.lss|$(VERSION)/splash.lss|" \
|
||||
$(DIR_SRC)/config/syslinux/boot.msg \
|
||||
> /tmp/$(VERSION)/boot.msg
|
||||
sed -e "s|vmlinuz|$(VERSION)/vmlinuz|" \
|
||||
-e "s|instroot|$(VERSION)/instroot|" \
|
||||
/install/cdrom/boot/isolinux/isolinux.cfg \
|
||||
-e "s|KERNEL memtest|KERNEL $(VERSION)/memtest|" \
|
||||
-e "s|boot.msg|$(VERSION)/boot.msg|" \
|
||||
-e "s|options.msg|$(VERSION)/options.msg|" \
|
||||
$(DIR_SRC)/config/syslinux/syslinux.cfg \
|
||||
> /tmp/pxelinux.cfg/$(SNAME)-pxe-$(VERSION).model
|
||||
ln -s $(SNAME)-pxe-$(VERSION).model /tmp/pxelinux.cfg/default
|
||||
chmod 444 /tmp/$(VERSION)/instroot.gz
|
||||
|
||||
Reference in New Issue
Block a user