All pastes #1819079 Raw Edit

clueless

public text v1 · immutable
#1819079 ·published 2010-03-02 12:11 UTC
rendered paste body
## DO NOT EDIT THIS FILE## It is automatically generated by /usr/sbin/update-grub using templates# from /etc/grub.d and settings from /etc/default/grub#### BEGIN /etc/grub.d/00_header ###set default=0set timeout=5insmod lvmset root=(vg1-usr)search --fs-uuid --set 8ebc27ae-9e1e-42d3-af8b-2722300fb18eif font /share/grub/ascii.pff ; then  set gfxmode=640x480  insmod gfxterm  insmod vbe  terminal gfxtermfi### END /etc/grub.d/00_header ###### BEGIN /etc/grub.d/05_debian_theme ###set menu_color_normal=cyan/blueset menu_color_highlight=white/blue### END /etc/grub.d/05_debian_theme ###### BEGIN /etc/grub.d/10_hurd ###### END /etc/grub.d/10_hurd ###### BEGIN /etc/grub.d/10_linux ###menuentry "Debian GNU/Linux, linux 2.6.26-2-amd64" {	insmod lvm	set root=(vg1-boot)	search --fs-uuid --set 72a90df1-0559-449d-b63c-7b242f7e86e5	linux	/vmlinuz-2.6.26-2-amd64 root=/dev/mapper/vg1-root ro  	initrd	/initrd.img-2.6.26-2-amd64}menuentry "Debian GNU/Linux, linux 2.6.26-2-amd64 (single-user mode)" {	insmod lvm	set root=(vg1-boot)	search --fs-uuid --set 72a90df1-0559-449d-b63c-7b242f7e86e5	linux	/vmlinuz-2.6.26-2-amd64 root=/dev/mapper/vg1-root ro single 	initrd	/initrd.img-2.6.26-2-amd64}### END /etc/grub.d/10_linux ###### BEGIN /etc/grub.d/30_os-prober ###### END /etc/grub.d/30_os-prober ###### BEGIN /etc/grub.d/40_custom #### This file is an example on how to add custom entries### END /etc/grub.d/40_custom ###