# # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/burg-mkconfig using templates # from /etc/burg.d and settings from /etc/default/burg # ### BEGIN /etc/burg.d/00_header ### set theme_name=burg if [ -s $prefix/burgenv ]; then load_env fi set default="00" if [ ${prev_saved_entry} ]; then set saved_entry=${prev_saved_entry} save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z ${boot_once} ]; then saved_entry=${chosen} save_env saved_entry fi } set gfxmode=1920x1080 function select_menu { if menu_popup -t template_popup theme_menu ; then free_config template_popup template_subitem menu class screen load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name} save_env theme_name menu_refresh fi } function toggle_fold { if test -z $theme_fold ; then set theme_fold=1 else set theme_fold= fi save_env theme_fold menu_refresh } function select_resolution { if menu_popup -t template_popup resolution_menu ; then menu_reload_mode fi } if test -f ${prefix}/themes/${theme_name}/theme ; then insmod coreui menu_region.text load_string '+theme_menu { -Anonymous { command="set theme_name=Anonymous" }}' load_string '+theme_menu { -Anonymous_elegant { command="set theme_name=Anonymous_elegant" }}' load_string '+theme_menu { -Anonymous_assassin { command="set theme_name=Anonymous_assassin" }}' load_string '+theme_menu { -StarCraft_2 { command="set theme_name=StarCraft_2" }}' load_string '+theme_menu { -Helias { command="set theme_name=Helias" }}' load_string '+theme_menu { -abstract { command="set theme_name=abstract" }}' load_string '+theme_menu { -arabic_and_freedom { command="set theme_name=arabic_and_freedom" }}' load_string '+theme_menu { -black_and_white { command="set theme_name=black_and_white" }}' load_string '+theme_menu { -burg { command="set theme_name=burg" }}' load_string '+theme_menu { -chiva { command="set theme_name=chiva" }}' load_string '+theme_menu { -coffee { command="set theme_name=coffee" }}' load_string '+theme_menu { -minimal_by_sir { command="set theme_name=minimal_by_sir" }}' load_string '+theme_menu { -minimum { command="set theme_name=minimum" }}' load_string '+theme_menu { -mint { command="set theme_name=mint" }}' load_string '+theme_menu { -mint_text_below { command="set theme_name=mint_text_below" }}' load_string '+theme_menu { -proto { command="set theme_name=proto" }}' load_string '+theme_menu { -radiance { command="set theme_name=radiance" }}' load_string '+theme_menu { -radiancetext { command="set theme_name=radiancetext" }}' load_string '+theme_menu { -refit { command="set theme_name=refit" }}' load_string '+theme_menu { -sora { command="set theme_name=sora" }}' load_string '+theme_menu { -sora_clean { command="set theme_name=sora_clean" }}' load_string '+theme_menu { -sora_extended { command="set theme_name=sora_extended" }}' load_string '+theme_menu { -ubuntu { command="set theme_name=ubuntu" }}' load_string '+theme_menu { -ubuntu2 { command="set theme_name=ubuntu2" }}' load_string '+theme_menu { -winter { command="set theme_name=winter" }}' load_config ${prefix}/themes/conf.d/10_hotkey load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name} insmod vbe insmod png insmod jpeg set gfxfont="Unifont Regular 16" menu_region.gfx vmenu resolution_menu controller.ext fi insmod ext2 set root='(hd0,5)' search --no-floppy --fs-uuid --set 72dc26c3-46d9-4a2c-8217-21256fdbe8dc set locale_dir=($root)/boot/burg/locale set lang=it insmod gettext set timeout=20 ### END /etc/burg.d/00_header ### ### BEGIN /etc/burg.d/06_grub-customizer_menu_color_helper ### set color_normal=black/black set color_highlight=yellow/dark-gray ### END /etc/burg.d/06_grub-customizer_menu_color_helper ### ### BEGIN /etc/burg.d/10_linux_proxy ### menuentry "LinuxMint GNU/Linux, with Linux 3.8.0-19-generic" --class linuxmint --class gnu-linux --class gnu --class os --group group_main { insmod ext2 set root='(hd0,5)' search --no-floppy --fs-uuid --set 72dc26c3-46d9-4a2c-8217-21256fdbe8dc echo 'Loading Linux 3.8.0-19-generic ...' linux /boot/vmlinuz-3.8.0-19-generic root=UUID=72dc26c3-46d9-4a2c-8217-21256fdbe8dc ro quiet splash echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.8.0-19-generic } ### END /etc/burg.d/10_linux_proxy ### ### BEGIN /etc/burg.d/30_os-prober_proxy ### menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os { insmod ntfs set root='(hd0,2)' search --no-floppy --fs-uuid --set 187930da38f40d84 chainloader +1 } menuentry "Ubuntu, with Linux 3.2.6 (on /dev/sda6)" --class ubuntu --class os --group group_/dev/sda6 { insmod ext2 set root='(hd0,6)' search --no-floppy --fs-uuid --set 54c4a227-72bc-4454-baa7-45ca288d579c linux /boot/vmlinuz-3.2.6 root=UUID=54c4a227-72bc-4454-baa7-45ca288d579c ro text splash vga=791 initrd /boot/initrd.img-3.2.6 } ### END /etc/burg.d/30_os-prober_proxy ### ### BEGIN /etc/burg.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. ### END /etc/burg.d/40_custom ###