Advertisement
Guest User

Untitled

a guest
May 30th, 2014
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. GNU nano 2.3.2 Файл: /etc/default/grub
  2.  
  3. #------------------------------------------------------------------------------
  4. # Modified Calculate-core 3.1.9.4
  5. # Processed template files:
  6. # /var/lib/layman/calculate/profiles/templates/3.1/2_ac_install_merge/sys-boot/grub/default.grub
  7. # /var/lib/layman/calculate/profiles/templates/3.1/3_ac_install_live/1-live/sys-boot/grub/3.1.5/default.grub
  8. # /var/lib/layman/calculate/profiles/templates/3.1/3_ac_install_live/1-live/sys-boot/grub/default.grub
  9. # For modify this file, create /etc/default/grub.clt template.
  10. #------------------------------------------------------------------------------
  11. # Copyright 1999-2012 Gentoo Foundation
  12. # Distributed under the terms of the GNU General Public License v2
  13. # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-2,v 1.2 2012/06/28 22:36:53 floppym Exp $
  14. #
  15. # To populate all changes in this file you need to regenerate your
  16. # grub configuration file afterwards:
  17. # 'grub2-mkconfig -o /boot/grub2/grub.cfg'
  18. #
  19. # See the grub info page for documentation on possible variables and
  20. # their associated values.
  21.  
  22. GRUB_DISTRIBUTOR="Calculate Linux Desktop KDE"
  23.  
  24. GRUB_DEFAULT=saved
  25. GRUB_HIDDEN_TIMEOUT=0
  26. GRUB_HIDDEN_TIMEOUT_QUIET=true
  27. GRUB_TIMEOUT=2
  28.  
  29. GRUB_CMDLINE_LINUX_DEFAULT=""
  30. GRUB_CMDLINE_LINUX="video=uvesafb:ywrap,1600x1200-32,mtrr:3,splash=silent,theme:calculate dolvm tuxonice tuxonice_resume=UUID=f1d23$
  31.  
  32. # Uncomment to disable graphical terminal (grub-pc only)
  33. #GRUB_TERMINAL=console
  34.  
  35. # The resolution used on graphical terminal.
  36. # Note that you can use only modes which your graphic card supports via VBE.
  37. # You can see them in real GRUB with the command `vbeinfo'.
  38. #GRUB_GFXMODE=640x480
  39.  
  40. # Path to theme spec txt file.
  41. # The starfield is by default provided with use truetype.
  42. # NOTE: when enabling custom theme, ensure you have required font/etc.
  43. #GRUB_THEME="/boot/grub2/themes/starfield/theme.txt"
  44.  
  45. # Background image used on graphical terminal.
  46. # Can be in various bitmap formats.
  47. #GRUB_BACKGROUND="/boot/grub2/mybackground.png"
  48.  
  49. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel
  50. #GRUB_DISABLE_LINUX_UUID=true
  51.  
  52. # Uncomment to disable generation of recovery mode menu entries
  53. #GRUB_DISABLE_RECOVERY=true
  54. GRUB_DISABLE_RECOVERY=true
  55. GRUB_GFXMODE="1024x768"
  56. GRUB_BACKGROUND="/boot/grub/grub-calculate.png"
  57. GRUB_COLOR_NORMAL="white/black"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement