|
本帖最后由 剑侠 于 2020-1-9 09:41 编辑
注意,修改之前请先备份好文件再修改,若修改之后发现出错,复制回去就行。
另外,在windows下边修改的话,有可能会因文件编码不对造成问题,所以建议只在veket下边修改
用发布包内的安装工具,安装到硬盘之后,C盘下边有份文件:
lickmenu.lst
我是安装到C盘,目录下边的内容这样:
注意,若安装到其他盘,内容可能不一样,根据实际情况修改
- ## start header
- timeout=5
- default=0
- ## end header
- ## start section veket_20
- title veket 20
- find --set-root --ignore-floppies /veket_20/vmlinuz
- kernel /veket_20/vmlinuz pfix=fsck psubdir=veket_20
- initrd /veket_20/initrd.gz
- boot
- title veket 20 (no save file)
- find --set-root --ignore-floppies /veket_20/vmlinuz
- kernel /veket_20/vmlinuz pfix=ram savefile=none psubdir=veket_20
- initrd /veket_20/initrd.gz
- boot
- ## end section veket_20
复制代码
选项比较少,参考veket的iso文件修改成:
- ## start header
- timeout=5
- default=0
- ## end header
- ## start section veket_20
- title veket 20
- find --set-root --ignore-floppies /veket_20/vmlinuz
- kernel /veket_20/vmlinuz pfix=fsck psubdir=veket_20
- initrd /veket_20/initrd.gz
- boot
- title veket 20 (no save file)
- find --set-root --ignore-floppies /veket_20/vmlinuz
- kernel /veket_20/vmlinuz pfix=ram savefile=none psubdir=veket_20
- initrd /veket_20/initrd.gz
- boot
- title veket 20 (Don't copy SFS files to RAM)
- find --set-root --ignore-floppies /veket_20/vmlinuz
- kernel /veket_20/vmlinuz pfix=nocopy psubdir=veket_20
- initrd /veket_20/initrd.gz
- boot
- title veket 20 (No X)
- find --set-root --ignore-floppies /veket_20/vmlinuz
- kernel /veket_20/vmlinuz pfix=nox psubdir=veket_20
- initrd /veket_20/initrd.gz
- boot
- title veket 20 (No KMS (Kernel mode setting))
- find --set-root --ignore-floppies /veket_20/vmlinuz
- kernel /veket_20/vmlinuz pfix=fsck psubdir=veket_20
- initrd /veket_20/initrd.gz
- boot
- ## end section veket_20
复制代码
注意,修改之后,我未试验。
等待我重启动之后再来报告 |
|