资 源 简 介
some script file ,put them into the PING,and you can make an auto complete selection easily in the grub. and also can use it as an ordinary PING.
for example:
#in grub config file:
title=partimage
root (hd0,4)
kernel /boot/ping/kernel vga=normal devfs=nomount pxe ramdisk_size=33000 load_ramdisk=1 init=/linuxrc prompt_ramdisk=0 root=/dev/r am0 rw noapic nolapic lba combined_mode=libata ide0=noprobe nomce
initrd=/boot/ping/initrd-zqm.gz
title=partimage restore winxp
root (hd0,4)
kernel /boot/ping/kernel vga=normal devfs=nomount pxe ramdisk_size=33000 load_ramdisk=1 init=/linuxrc prompt_ramdisk=0 root=/dev/r am0 rw noapic nolapic lba combined_mode=libata ide0=noprobe nomce image=2008-10-14-winxp server=/dev/sda6
initrd=/boot/ping/initrd-zqm.gz
the initrd-zqm.gz is the compressed image which has been added the script files.
In the first item,use it a