HomeSort by relevance Sort by last modified time
    Searched refs:GRUB (Results 1 - 16 of 16) sorted by null

  /external/grub/util/
grub-set-default 3 # Set a default boot entry for GRUB
21 PACKAGE=grub
31 Usage: grub-set-default [OPTION] entry
32 Set the default boot entry for GRUB.
40 Report bugs to <bug-grub@gnu.org>.
51 echo "grub-set-default (GNU GRUB ${VERSION})"
77 # Determine the GRUB directory. This is different among OSes.
78 grubdir=${rootdir}/boot/grub
82 grubdir=${rootdir}/grub
    [all...]
grub-set-default.in 3 # Set a default boot entry for GRUB
31 Usage: grub-set-default [OPTION] entry
32 Set the default boot entry for GRUB.
40 Report bugs to <bug-grub@gnu.org>.
51 echo "grub-set-default (GNU GRUB ${VERSION})"
77 # Determine the GRUB directory. This is different among OSes.
78 grubdir=${rootdir}/boot/grub
82 grubdir=${rootdir}/grub
86 echo "No GRUB directory found under ${rootdir}/" 1>&
    [all...]
grub-install.in 3 # Install GRUB on your drive.
32 grub_shell=${sbindir}/grub
33 grub_set_default=${sbindir}/grub-set-default
34 log_file=/tmp/grub-install.log.$$
35 img_file=/tmp/grub-install.img.$$
37 grub_prefix=/boot/grub
47 mklog="/bin/tempfile --prefix=grub"
48 mkimg="/bin/tempfile --prefix=grub"
50 mklog="/bin/mktemp /tmp/grub-install.log.XXXXXX"
51 mkimg="/bin/mktemp /tmp/grub-install.img.XXXXXX
    [all...]
grub-install 3 # Install GRUB on your drive.
25 PACKAGE=grub
32 grub_shell=${sbindir}/grub
33 grub_set_default=${sbindir}/grub-set-default
34 log_file=/tmp/grub-install.log.$$
35 img_file=/tmp/grub-install.img.$$
37 grub_prefix=/boot/grub
47 mklog="/bin/tempfile --prefix=grub"
48 mkimg="/bin/tempfile --prefix=grub"
50 mklog="/bin/mktemp /tmp/grub-install.log.XXXXXX
    [all...]
  /external/grub/docs/
menu.lst 75 # For installing GRUB into the hard disk
76 title Install GRUB into the hard disk
  /external/grub/netboot/
misc.c 2 * GRUB -- GRand Unified Bootloader
22 #define GRUB 1
54 define separate definitions from GRUB. */
etherboot.h 2 * GRUB -- GRand Unified Bootloader
20 /* RULE: You must define the macro ``GRUB'' when including this header
21 file in GRUB code. */
33 /* Include GRUB-specific macros and prototypes here. */
41 /* In GRUB, the relocated address in Etherboot doesn't have any sense.
542 #ifndef GRUB
547 #endif /* GRUB */
fsys_tftp.c 2 * GRUB -- GRand Unified Bootloader
33 #define GRUB 1
241 /* In GRUB, this variable doesn't play any important role at all,
config.c 2 * GRUB -- GRand Unified Bootloader
29 #define GRUB 1
344 #endif /* GRUB && INCLUDE_PCI */
521 /* In GRUB, the ROM info is initialized here. */
main.c 2 * GRUB -- GRand Unified Bootloader
40 #define GRUB 1
1060 /* GRUB now handles its own tag. Get the name of a configuration
1072 in GRUB 1.0. */
  /external/grub/stage2/
cmdline.c 1 /* cmdline.c - the device-independent GRUB text command line */
3 * GRUB -- GRand Unified Bootloader
24 # define GRUB 1
common.c 3 * GRUB -- GRand Unified Bootloader
24 # define GRUB 1
132 /* For now, GRUB assumes 32bits addresses, so... */
173 * unused by GRUB.
256 /* For now, GRUB doesn't probe floppies, since it is trivial to map
299 mbi.boot_loader_name = (unsigned long) "GNU GRUB " VERSION;
disk_io.c 3 * GRUB -- GRand Unified Bootloader
26 # define GRUB 1
372 /* If the grub shell is running under Linux and the user wants to
566 iterating this function. The partition representation in GRUB will
    [all...]
builtins.c 1 /* builtins.c - the GRUB builtin commands */
3 * GRUB -- GRand Unified Bootloader
32 # define GRUB 1
843 " can be used only in the grub shell."
963 "Display what GRUB thinks the system address space map of the"
1024 " a GRUB file and TO must be an OS file."
1213 " was rebooted by a kernel that GRUB loaded."
1444 "Print the information for a drive DRIVE. In the grub shell, you can"
    [all...]
  /external/grub/
config.status 262 This file was extended by GRUB $as_me 0.97, which was
274 config_files=" Makefile stage1/Makefile stage2/Makefile docs/Makefile lib/Makefile util/Makefile grub/Makefile netboot/Makefile util/grub-image util/grub-install util/grub-md5-crypt util/grub-terminfo util/grub-set-default"
305 GRUB config.status 0.97
406 "grub/Makefile" ) CONFIG_FILES="$CONFIG_FILES grub/Makefile" ;
    [all...]
configure 3 # Generated by GNU Autoconf 2.59 for GRUB 0.97.
5 # Report bugs to <bug-grub@gnu.org>.
270 PACKAGE_NAME='GRUB'
271 PACKAGE_TARNAME='grub'
273 PACKAGE_STRING='GRUB 0.97'
274 PACKAGE_BUGREPORT='bug-grub@gnu.org'
783 \`configure' configures GRUB 0.97 to adapt to many kinds of systems.
849 short | recursive ) echo "Configuration of GRUB 0.97:";;
    [all...]

Completed in 253 milliseconds