[ create a new paste ] login | about

Link: http://codepad.org/R8XueVME    [ raw code | fork ]

Plain Text, pasted on Nov 17:
#
# /etc/lilo.conf: lilo(8) configuration, see lilo.conf(5)
#

lba32
install=text
boot=/dev/md0
raid-extra-boot=auto
# default=CRUX
#default=CRUX-usb-debug
default=CRUX-3.1.1
prompt
timeout=10
map=/boot/System.map
image=/boot/vmlinuz
        label=CRUX
        root=/dev/md0
        read-only
        append="rootfstype=ext4"
        #append="quiet"

image=/boot/vmlinuz-usbdbg
        label=CRUX-usb-debug
        root=/dev/md0
        read-only
        append="rootfstype=ext4 uhci_hcd.debug=3"

image=/boot/vmlinuz-3.1.1
        label=CRUX-3.1.1
        root=/dev/md0
        read-only
        append="rootfstype=ext4 uhci_hcd.debug=3"

image=/boot/vmlinuz
        label=CRUX-SINGLE
        root=/dev/md0
        read-only
        append="rootfstype=ext4 init=single"
        #append="quiet"

image=/boot/vmlinuz-3.0.4-no_snd
        label=CRUX-no_snd
        root=/dev/md0
        read-only
        append="rootfstype=ext4"
        #append="quiet"

image=/boot/vmlinuz-nouveau
        label=CRUX-NOUVEAU
        root=/dev/md0
        read-only
        append="rootfstype=ext4 drm.debug=14 log_buf_len=16M"
        #append="quiet"

image=/boot/vmlinuz.previous
        label=CRUX.previous
        root=/dev/md0
        read-only
        append="rootfstype=ext4 append=quiet"
        #append="quiet"

# End of file



Create a new paste based on this one


Comments: