Advertisement
cesarzeta

Arch /boot/burg/burg.cfg

Jan 24th, 2013
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by /usr/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. insmod part_gpt
  10. insmod part_msdos
  11. set theme_name=radiancetext
  12. set gfxmode=1920x1080
  13. if [ -s $prefix/burgenv ]; then
  14. load_env
  15. fi
  16. set default="0"
  17. if [ ${prev_saved_entry} ]; then
  18. set saved_entry=${prev_saved_entry}
  19. save_env saved_entry
  20. set prev_saved_entry=
  21. save_env prev_saved_entry
  22. set boot_once=true
  23. fi
  24.  
  25. function savedefault {
  26. if [ -z ${boot_once} ]; then
  27. saved_entry=${chosen}
  28. save_env saved_entry
  29. fi
  30. }
  31. function select_menu {
  32. if menu_popup -t template_popup theme_menu ; then
  33. free_config template_popup template_subitem menu class screen
  34. load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
  35. save_env theme_name
  36. menu_refresh
  37. fi
  38. }
  39. function toggle_fold {
  40. if test -z $theme_fold ; then
  41. set theme_fold=1
  42. else
  43. set theme_fold=
  44. fi
  45. save_env theme_fold
  46. menu_refresh
  47. }
  48. function select_resolution {
  49. if menu_popup -t template_popup resolution_menu ; then
  50. menu_reload_mode
  51. save_env gfxmode
  52. fi
  53. }
  54. if test -f ${prefix}/themes/${theme_name}/theme ; then
  55. insmod coreui
  56. menu_region.text
  57. load_string '+theme_menu { -Autumn-Refined { command="set theme_name=Autumn-Refined" }}'
  58. load_string '+theme_menu { -arabic_and_freedom { command="set theme_name=arabic_and_freedom" }}'
  59. load_string '+theme_menu { -arch { command="set theme_name=arch" }}'
  60. load_string '+theme_menu { -black_and_white { command="set theme_name=black_and_white" }}'
  61. load_string '+theme_menu { -burg { command="set theme_name=burg" }}'
  62. load_string '+theme_menu { -chiva { command="set theme_name=chiva" }}'
  63. load_string '+theme_menu { -coffee { command="set theme_name=coffee" }}'
  64. load_string '+theme_menu { -fortune { command="set theme_name=fortune" }}'
  65. load_string '+theme_menu { -minimal { command="set theme_name=minimal" }}'
  66. load_string '+theme_menu { -minimum { command="set theme_name=minimum" }}'
  67. load_string '+theme_menu { -proto { command="set theme_name=proto" }}'
  68. load_string '+theme_menu { -radiance { command="set theme_name=radiance" }}'
  69. load_string '+theme_menu { -radianceblack { command="set theme_name=radianceblack" }}'
  70. load_string '+theme_menu { -radiancetext { command="set theme_name=radiancetext" }}'
  71. load_string '+theme_menu { -refit { command="set theme_name=refit" }}'
  72. load_string '+theme_menu { -sora { command="set theme_name=sora" }}'
  73. load_string '+theme_menu { -sora_clean { command="set theme_name=sora_clean" }}'
  74. load_string '+theme_menu { -sora_extended { command="set theme_name=sora_extended" }}'
  75. load_string '+theme_menu { -ubuntu { command="set theme_name=ubuntu" }}'
  76. load_string '+theme_menu { -ubuntu2 { command="set theme_name=ubuntu2" }}'
  77. load_string '+theme_menu { -vitruvio { command="set theme_name=vitruvio" }}'
  78. load_string '+theme_menu { -winter { command="set theme_name=winter" }}'
  79. load_config ${prefix}/themes/conf.d/10_hotkey
  80. load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
  81. insmod vbe
  82. insmod png
  83. insmod jpeg
  84. set gfxfont="Unifont Regular 16"
  85. menu_region.gfx
  86. vmenu resolution_menu
  87. controller.ext
  88. fi
  89. insmod ext2
  90. set root='(hd0,2)'
  91. search --no-floppy --fs-uuid --set 399bbcf1-be53-42e5-8647-3def4034bd70
  92. set locale_dir=($root)/boot/burg/locale
  93. set lang=es
  94. insmod gettext
  95. set timeout=45
  96. ### END /etc/burg.d/00_header ###
  97.  
  98. ### BEGIN /etc/burg.d/10_linux ###
  99. menuentry 'Cesarzeta' --class arch --class gnu-linux --class gnu --class os --group group_main {
  100. savedefault
  101. insmod ext2
  102. set root='(hd0,2)'
  103. search --no-floppy --fs-uuid --set 399bbcf1-be53-42e5-8647-3def4034bd70
  104. echo 'Loading Linux linux ...'
  105. linux /boot/vmlinuz-linux root=/dev/disk/by-uuid/399bbcf1-be53-42e5-8647-3def4034bd70 ro quiet splash vga=773
  106. echo 'Loading initial ramdisk ...'
  107. initrd /boot/initramfs-linux.img
  108. }
  109.  
  110. ### END /etc/burg.d/10_linux ###
  111.  
  112. ### BEGIN /etc/burg.d/20_memtest86+ ###
  113. ### END /etc/burg.d/20_memtest86+ ###
  114.  
  115. ### BEGIN /etc/burg.d/30_os-prober ###
  116. menuentry "Beatriz" --class linux --class os --group group_/dev/sda1 {
  117. savedefault
  118. insmod ext2
  119. set root='(hd0,1)'
  120. search --no-floppy --fs-uuid --set 981f365d-79e5-445b-aac0-088ded2f9af1
  121. linux /boot/vmlinuz-3.2.0-36-generic root=UUID=981f365d-79e5-445b-aac0-088ded2f9af1 ro quiet splash $vt_handoff vga=773
  122. initrd /boot/initrd.img-3.2.0-36-generic
  123. }
  124.  
  125. menuentry "openSUSE" --class suse --class os --group group_/dev/sda5 {
  126. savedefault
  127. insmod ext2
  128. set root='(hd0,5)'
  129. search --no-floppy --fs-uuid --set adccb618-d134-425a-b794-3081e8ded638
  130. linux /boot/vmlinuz-3.4.11-2.16-desktop root=UUID=adccb618-d134-425a-b794-3081e8ded638 video=1920x1080 resume=/dev/disk/by-id/ata-ST500DM002-1BC142_Z2AN4NRF-part4 splash=silent quiet showopts
  131. initrd /boot/initrd-3.4.11-2.16-desktop
  132. }
  133.  
  134.  
  135. menuentry "Windows" --class windows --class os {
  136. savedefault
  137. insmod ntfs
  138. set root='(hd1,2)'
  139. search --no-floppy --fs-uuid --set ba805bf0805bb19d
  140. drivemap -s (hd0) ${root}
  141. chainloader +1
  142. }
  143. ### END /etc/burg.d/30_os-prober ###
  144.  
  145. ### BEGIN /etc/burg.d/40_custom ###
  146. # This file provides an easy way to add custom menu entries. Simply type the
  147. # menu entries you want to add after this comment. Be careful not to change
  148. # the 'exec tail' line above.
  149. ### END /etc/burg.d/40_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement