如何将一个光盘镜像放到linux的PXE系统用网络启动?
UI menu.c32
LABEL pmagic MENU LABEL Parted Magic V4.2 with MEMDISK ISO emulation TEXT HELP Linux distro for manipulating partitions (eg. create, resize). ENDTEXT LINUX memdisk APPEND iso INITRD /pmagic-4.1.iso
The following code (new preferred syslinux syntax):
CODE LINUX memdisk APPEND iso INITRD /pmagic-4.1.iso
does the same as:
CODE KERNEL memdisk APPEND iso initrd=/pmagic-4.1.iso |
阅读(917) | 评论(0) | 转发(1) |