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

  /external/grub/util/
grub-md5-crypt 26 grub_shell=${sbindir}/grub
27 progname="grub-md5-crypt"
39 --grub-shell=FILE use FILE as the grub shell
41 Report bugs to <bug-grub@gnu.org>.
47 echo "$progname (GNU GRUB ${VERSION})"
51 --grub-shell=*)
52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'`
90 # Run the grub shell.
grub-md5-crypt.in 26 grub_shell=${sbindir}/grub
27 progname="grub-md5-crypt"
39 --grub-shell=FILE use FILE as the grub shell
41 Report bugs to <bug-grub@gnu.org>.
47 echo "$progname (GNU GRUB ${VERSION})"
51 --grub-shell=*)
52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'`
90 # Run the grub shell.
grub-image 2 # grub-image - Create a GRUB boot filesystem image and tarball
25 PACKAGE=grub
41 grub_shell="$thisdir/../grub/grub"
45 grub_shell=${sbindir}/grub
53 # Get GRUB's version from the Grub shell, since we use the
64 mkdir -p $bootdir/boot/grub
66 $bootdir/boot/grub
    [all...]
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-image.in 2 # grub-image - Create a GRUB boot filesystem image and tarball
41 grub_shell="$thisdir/../grub/grub"
45 grub_shell=${sbindir}/grub
53 # Get GRUB's version from the Grub shell, since we use the
64 mkdir -p $bootdir/boot/grub
66 $bootdir/boot/grub
67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
    [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-terminfo 24 Usage: grub-terminfo TERMNAME
30 Report bugs to <bug-grub@gnu.org>.
35 echo "grub-terminfo: error: $1" 1>&2
46 echo "grub-terminfo (GNU GRUB ${VERSION})"
grub-terminfo.in 24 Usage: grub-terminfo TERMNAME
30 Report bugs to <bug-grub@gnu.org>.
35 echo "grub-terminfo: error: $1" 1>&2
46 echo "grub-terminfo (GNU GRUB ${VERSION})"
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...]
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...]
mkbimage 33 # You can set GRUB_PATH if you need to use a specially located GRUB.
65 Make a Bootable IMAGE using GRUB as a bootloader
373 #------------------------- GRUB stuff
386 ${GRUB_PATH}grub --device-map=$device_map --batch<<EOT
  /external/grub/
Android.mk 39 LOCAL_MODULE_PATH := $(PRODUCT_OUT)/grub
101 LOCAL_MODULE_PATH := $(PRODUCT_OUT)/grub
138 LOCAL_MODULE_PATH := $(PRODUCT_OUT)/grub
149 $(STAGE2_SIZE_OBJ): $(PRODUCT_OUT)/grub/grub_pre_stage2
167 my_files := $(PRODUCT_OUT)/grub/grub_start_stage2 \
168 $(PRODUCT_OUT)/grub/grub_pre_stage2
170 file := $(PRODUCT_OUT)/grub/grub_stage2
180 grub_stage1 := $(PRODUCT_OUT)/grub/grub_stage1
181 grub_stage2 := $(PRODUCT_OUT)/grub/grub_stage2
182 grub_full := $(PRODUCT_OUT)/grub/grub.bi
    [all...]
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...]
  /external/genext2fs/
mkbootimg_ext2.sh 55 echo " --grubconf <confile> The path to grub conf file"
90 mkdir -p $TMPDIR/boot/grub
91 cp -f $GRUBCONF $TMPDIR/boot/grub/menu.lst
  /bootable/diskinstaller/
config.mk 1 # note: requires x86 because we assume grub is the mbr bootloader.
139 bootldr_bin := $(PRODUCT_OUT)/grub/grub.bin
165 # now combine the installer image with the grub bootloader
166 grub_bin := $(PRODUCT_OUT)/grub/grub.bin

Completed in 95 milliseconds