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

  • 相关阅读:
    golang基础之第一个go程序
    golang基础之工程结构
    golang基础之初识
    Prometheus神器之监控K8s集群
    Kubernetes使用GlusterFS实现数据持久化
    Go使用Makefile构建
    快排的2种分区图解
    密钥交换之DH算法
    go mod使用
    socket常见选项之SO_REUSEADDR,SO_REUSEPORT
  • 原文地址:https://www.cnblogs.com/dmdj/p/3650917.html
Copyright © 2011-2022 走看看