Magellan Linux

Annotation of /tags/grubby-8_2/uboot

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1709 - (hide annotations) (download)
Sat Feb 18 00:24:28 2012 UTC (12 years, 2 months ago) by niro
File size: 938 byte(s)
tagged 'grubby-8_2'
1 niro 1691 # Settings for uBoot setup in /sbin/new-kernel-pkg
2     #
3     # Default values are provided below (as comments)
4     #
5     # WARNING: These values affect where grubby installs and removes
6     # uBoot kernel images. Changing these _after_ kernels have
7     # been installed may cause removing a kernel image to fail.
8    
9     # directory where uBoot images and scripts are found
10     #UBOOT_DIR=/boot/uboot
11    
12     # name of the text file containing the list of installed kernel versions
13     # NOTE: The versions are in order of installation. The last entry should
14     # always be the default boot kernel version.
15     #UBOOT_KLIST=klist.txt
16    
17     # device partition where uBoot images reside; mounted on $UBOOT_DIR
18     #UBOOT_DEVICE=mmcblk0p1
19    
20    
21     # NOTE: Both of the following files are automatically overwritte
22     # when a kernel package is installed or removed.
23    
24     # default kernel uImage file name
25     #UBOOT_UIMAGE=uImage
26    
27     # default initrd uInitrd file name
28     #UBOOT_UINITRD=uInitrd
29