zoukankan      html  css  js  c++  java
  • menu.lst

    default 1
    fallback 3
    timeout 3


    title debian install
    root (hd0,0)
    kernel /debian/vmlinuz
    initrd /debian/initrd.gz


    title CDlinux
    root (hd0,0)
    kernel /CDlinux/bzImage quiet CDL_LANG=zh_CN.UTF-8 CDL_DIR=CDlinux
    initrd /CDlinux/initrd

    title lubuntu_iso
    root (hd0,0)
    kernel /lubuntu/vmlinuz boot=casper iso-scan/filename=/lubuntu/lubuntu-13.04-desktop-i386.iso quiet splash ro locale=zh_CN.UTF-8
    initrd /lubuntu/initrd.lz

    title xubuntu_iso
    root (hd0,0)
    kernel /xubuntu/vmlinuz boot=casper iso-scan/filename=/xubuntu/xubuntu-13.04-desktop-i386.iso quiet splash ro locale=zh_CN.UTF-8
    initrd /xubuntu/initrd.lz

    title ubuntu_iso
    root (hd0,0)
    kernel /ubuntu/vmlinuz boot=casper iso-scan/filename=/ubuntu/ubuntu-13.10-desktop-i386.iso quiet persistent splash ro locale=zh_CN.UTF-8
    initrd /ubuntu/initrd.lz

    title Slacko Puppy 5.5
    rootnoverify (hd0,0)
    kernel /slacko/vmlinuz pmedia=idehd psubdir=slacko debug
    initrd /slacko/initrd.gz

    title SliTaz GNU/Linux
    kernel (hd0,0)/slitaz/bzImage rw root=/dev/null vga=normal lang=en kmap=us laptop autologin home=sdb1
    initrd (hd0,0)/slitaz/rootfs1.gz (hd0,0)/slitaz/rootfs2.gz (hd0,0)/slitaz/rootfs3.gz (hd0,0)/slitaz/rootfs4.gz

    title TinyCore, Boot Core Plus with Hackedbox Window Manager
    root(hd0,0)
    kernel /tce/boot/vmlinuz loglevel=3 cde showapps desktop=hackedbox
    initrd /tce/boot/core.gz /tce/boot/ntfs-3g.gz


    title Reboot
    reboot

  • 相关阅读:
    常用WebService一览表
    Generic Data Access Objects [转]
    spring hibernate properties详解
    SpringMVC常用基础知识【转】
    向PLSQL导入txt,csv文件
    打印金字塔图案
    经常使用的文件工具类
    求两个数的最大公约数
    155个建议笔记1
    用Tika读取文件(不需要考虑文件格式)
  • 原文地址:https://www.cnblogs.com/dmdj/p/3650917.html
Copyright © 2011-2022 走看看