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

  • 相关阅读:
    第一节 变量与常量
    go语言学习笔记
    Java日期时间API系列41-----根据毫秒值计算倒计时
    数据库DML(数据操纵)
    数据库概述和DDL(数据库定义)
    软件测试基础理论
    软件测试学习大纲
    matplotlib
    pandas详细应用和文件处理
    DataFrame
  • 原文地址:https://www.cnblogs.com/dmdj/p/3650917.html
Copyright © 2011-2022 走看看