|
menuentry "启动Veket24" "/veket24/vmlinuz" --class linux {
search --no-floppy --set --file $2
linux $2 PSUBDIR=/veket24
initrd /veket24/initrd.gz
}
grub2的引导和grub4dos的差别是那些?看g4d的引导
## start section veket-24
title veket-24 (no save file)
find --set-root --ignore-floppies /veket-24/vmlinuz
kernel /veket-24/vmlinuz pfix=ram savefile=none psubdir=veket-24
initrd /veket-24/initrd.gz
initrd /veket-24/ucode.cpio /veket-24/initrd.gz
boot
title veket-24
find --set-root --ignore-floppies /veket-24/vmlinuz
kernel /veket-24/vmlinuz pfix=fsck psubdir=veket-24
initrd /veket-24/initrd.gz
initrd /veket-24/ucode.cpio /veket-24/initrd.gz
boot
## end section veket-24
看到引导的介绍帖这样,cpio的作用是?
psubdir=veket-24
加不加/的区别是?是要加更好吗?
不太懂这些参数
那样的写法才是正确的?
|
|