Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
   216         kx # If you change this file, run grub-mkconfig -o /boot/grub/grub.cfg
   216         kx # afterwards to update /boot/grub/grub.cfg.
   216         kx 
   216         kx GRUB_DEFAULT=0
   216         kx #GRUB_HIDDEN_TIMEOUT=0
   216         kx GRUB_HIDDEN_TIMEOUT_QUIET=false
   216         kx GRUB_TIMEOUT=10
   216         kx GRUB_DISTRIBUTOR=$( sed 's/Radix /Radix-/' /etc/radix-version )
   216         kx GRUB_CMDLINE_LINUX_DEFAULT=""
   216         kx GRUB_CMDLINE_LINUX=""
   216         kx 
   216         kx # Uncomment to disable graphical terminal (grub-pc only)
   216         kx #GRUB_TERMINAL=console
   216         kx 
   216         kx # The resolution used on graphical terminal
   216         kx # note that you can use only modes which your graphic card supports via VBE
   216         kx # you can see them in real GRUB with the command `vbeinfo'
   216         kx #GRUB_GFXMODE=640x480
   216         kx #GRUB_GFXMODE=1024x768x32
   216         kx 
   216         kx # Font used on the graphical terminal:
   216         kx #GRUB_FONT=/usr/share/grub/dejavusansmono.pf2
   216         kx 
   216         kx # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
   216         kx #GRUB_DISABLE_LINUX_UUID=true
   216         kx 
   216         kx # Uncomment to disable generation of recovery mode menu entries
   216         kx #GRUB_DISABLE_RECOVERY="true"