Advertisement
Guest User

burg.cfg

a guest
Aug 27th, 2010
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by /sbin/burg-mkconfig using templates
  5. # from /etc/burg.d and settings from /etc/default/burg
  6. #
  7.  
  8. ### BEGIN /etc/burg.d/00_header ###
  9. set theme_name=burg
  10. set gfxmode=1280x800
  11. if [ -s $prefix/burgenv ]; then
  12. load_env
  13. fi
  14. set default="0"
  15. if [ ${prev_saved_entry} ]; then
  16. set saved_entry=${prev_saved_entry}
  17. save_env saved_entry
  18. set prev_saved_entry=
  19. save_env prev_saved_entry
  20. set boot_once=true
  21. fi
  22.  
  23. function savedefault {
  24. if [ -z ${boot_once} ]; then
  25. saved_entry=${chosen}
  26. save_env saved_entry
  27. fi
  28. }
  29. function select_menu {
  30. if menu_popup -t template_popup theme_menu ; then
  31. free_config template_popup template_subitem menu class screen
  32. load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
  33. save_env theme_name
  34. menu_refresh
  35. fi
  36. }
  37. function toggle_fold {
  38. if test -z $theme_fold ; then
  39. set theme_fold=1
  40. else
  41. set theme_fold=
  42. fi
  43. save_env theme_fold
  44. menu_refresh
  45. }
  46. function select_resolution {
  47. if menu_popup -t template_popup resolution_menu ; then
  48. menu_reload_mode
  49. save_env gfxmode
  50. fi
  51. }
  52. if test -f ${prefix}/themes/${theme_name}/theme ; then
  53. insmod coreui
  54. menu_region.text
  55. load_string '+theme_menu { -arabic_and_freedom { command="set theme_name=arabic_and_freedom" }}'
  56. load_string '+theme_menu { -black_and_white { command="set theme_name=black_and_white" }}'
  57. load_string '+theme_menu { -burg { command="set theme_name=burg" }}'
  58. load_string '+theme_menu { -chiva { command="set theme_name=chiva" }}'
  59. load_string '+theme_menu { -coffee { command="set theme_name=coffee" }}'
  60. load_string '+theme_menu { -fortune { command="set theme_name=fortune" }}'
  61. load_string '+theme_menu { -minimum { command="set theme_name=minimum" }}'
  62. load_string '+theme_menu { -proto { command="set theme_name=proto" }}'
  63. load_string '+theme_menu { -radiance { command="set theme_name=radiance" }}'
  64. load_string '+theme_menu { -radiancetext { command="set theme_name=radiancetext" }}'
  65. load_string '+theme_menu { -refit { command="set theme_name=refit" }}'
  66. load_string '+theme_menu { -sora { command="set theme_name=sora" }}'
  67. load_string '+theme_menu { -sora_clean { command="set theme_name=sora_clean" }}'
  68. load_string '+theme_menu { -sora_extended { command="set theme_name=sora_extended" }}'
  69. load_string '+theme_menu { -ubuntu { command="set theme_name=ubuntu" }}'
  70. load_string '+theme_menu { -ubuntu2 { command="set theme_name=ubuntu2" }}'
  71. load_string '+theme_menu { -winter { command="set theme_name=winter" }}'
  72. load_config ${prefix}/themes/conf.d/10_hotkey
  73. load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
  74. insmod vbe
  75. insmod png
  76. insmod jpeg
  77. set gfxfont="Unifont Regular 16"
  78. menu_region.gfx
  79. vmenu resolution_menu
  80. controller.ext
  81. fi
  82. insmod ext2
  83. set root='(hd0,2)'
  84. search --no-floppy --fs-uuid --set 6e870d7b-4a58-4992-a91d-4fea0bef01ff
  85. set locale_dir=($root)/boot/burg/locale
  86. set lang=en
  87. insmod gettext
  88. set timeout=8
  89. ### END /etc/burg.d/00_header ###
  90.  
  91. ### BEGIN /etc/burg.d/10_linux ###
  92. menuentry "Arch Linux" --class arch --class os --group group_/dev/sda2 {
  93. savedefault
  94. insmod ext2
  95. set root='(hd0,2)'
  96. search --no-floppy --fs-uuid --set 6e870d7b-4a58-4992-a91d-4fea0bef01ff
  97. linux /boot/vmlinuz26 root=/dev/disk/by-uuid/6e870d7b-4a58-4992-a91d-4fea0bef01ff ro vga=0x03b8
  98. initrd /boot/kernel26.img
  99. }
  100. menuentry "Arch Linux Fallback" --class arch --class os --group group_/dev/sda2 {
  101. savedefault
  102. insmod ext2
  103. set root='(hd0,2)'
  104. search --no-floppy --fs-uuid --set 6e870d7b-4a58-4992-a91d-4fea0bef01ff
  105. linux /boot/vmlinuz26 root=/dev/disk/by-uuid/6e870d7b-4a58-4992-a91d-4fea0bef01ff ro vga=0x03b8
  106. initrd /boot/kernel26-fallback.img
  107. }
  108. menuentry "Arch Linux LTS" --class arch --class os --group group_/dev/sda2 {
  109. savedefault
  110. insmod ext2
  111. set root='(hd0,2)'
  112. search --no-floppy --fs-uuid --set 6e870d7b-4a58-4992-a91d-4fea0bef01ff
  113. linux /boot/vmlinuz26-lts root=/dev/disk/by-uuid/6e870d7b-4a58-4992-a91d-4fea0bef01ff ro vga=0x03b8
  114. initrd /boot/kernel26-lts.img
  115. }
  116. menuentry "Arch Linux LTS Fallback" --class arch --class os --group group_/dev/sda2 {
  117. savedefault
  118. insmod ext2
  119. set root='(hd0,2)'
  120. search --no-floppy --fs-uuid --set 6e870d7b-4a58-4992-a91d-4fea0bef01ff
  121. linux /boot/vmlinuz26-lts root=/dev/disk/by-uuid/6e870d7b-4a58-4992-a91d-4fea0bef01ff ro vga=0x03b8
  122. initrd /boot/kernel26-lts-fallback.img
  123. }
  124. ### END /etc/burg.d/10_linux ###
  125.  
  126. ### BEGIN /etc/burg.d/30_os-prober ###
  127. menuentry "openSUSE 11.3" --class suse --class os --group group_/dev/sda3 {
  128. savedefault
  129. insmod ext2
  130. set root='(hd0,3)'
  131. search --no-floppy --fs-uuid --set 569ea957-1d7f-436c-b7cd-126571398045
  132. linux /boot/vmlinuz-2.6.34-12-desktop root=/dev/disk/by-id/ata-ST9120822AS_5RM0QSG6-part3 resume=/dev/disk/by-id/ata-ST9120822AS_5RM0QSG6-part7 splash=silent quiet showopts vga=0x03b8
  133. initrd /boot/initrd-2.6.34-12-desktop
  134. }
  135. menuentry "Failsafe -- openSUSE 11.3" --class suse --class os --group group_/dev/sda3 {
  136. savedefault
  137. insmod ext2
  138. set root='(hd0,3)'
  139. search --no-floppy --fs-uuid --set 569ea957-1d7f-436c-b7cd-126571398045
  140. linux /boot/vmlinuz-2.6.34-12-desktop root=/dev/disk/by-id/ata-ST9120822AS_5RM0QSG6-part3 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x03b7
  141. initrd /boot/initrd-2.6.34-12-desktop
  142. }
  143. menuentry "Mac OS X" --class macosx --class os {
  144. savedefault
  145. insmod fat
  146. set root='(hd0,1)'
  147. search --no-floppy --fs-uuid --set b1bd-33d1
  148. drivemap -s (hd0) ${root}
  149. chainloader +1
  150. }
  151. ### END /etc/burg.d/30_os-prober ###
  152.  
  153. ### BEGIN /etc/burg.d/40_custom ###
  154. # This file provides an easy way to add custom menu entries. Simply type the
  155. # menu entries you want to add after this comment. Be careful not to change
  156. # the 'exec tail' line above.
  157. ### END /etc/burg.d/40_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement