Home
last modified time | relevance | path

Searched refs:grub (Results 1 – 25 of 39) sorted by relevance

12

/external/grub/docs/
DMakefile.am1 info_TEXINFOS = grub.texi multiboot.texi
5 man_MANS = grub.8 mbchk.1 grub-install.8 grub-md5-crypt.8 grub-terminfo.8
40 $(srcdir)/grub.8: ../grub/grub $(srcdir)/$(HELP2MAN)
44 $(srcdir)/grub-install.8: ../util/grub-install $(srcdir)/$(HELP2MAN)
54 $(srcdir)/grub-md5-crypt.8: ../util/grub-md5-crypt $(srcdir)/$(HELP2MAN)
60 $(srcdir)/grub-terminfo.8: ../util/grub-terminfo $(srcdir)/$(HELP2MAN)
DMakefile.in74 INFO_DEPS = $(srcdir)/grub.info $(srcdir)/multiboot.info
76 DVIS = grub.dvi multiboot.dvi
77 PDFS = grub.pdf multiboot.pdf
78 PSS = grub.ps multiboot.ps
79 HTMLS = grub.html multiboot.html
80 TEXINFOS = grub.texi multiboot.texi
204 info_TEXINFOS = grub.texi multiboot.texi
208 man_MANS = grub.8 mbchk.1 grub-install.8 grub-md5-crypt.8 grub-terminfo.8
346 $(srcdir)/grub.info: grub.texi $(srcdir)/version.texi $(grub_TEXINFOS)
347 grub.dvi: grub.texi $(srcdir)/version.texi $(grub_TEXINFOS)
[all …]
Dgrub.info1 This is ../../docs/grub.info, produced by makeinfo version 4.8 from
2 ../../docs/grub.texi.
6 * GRUB: (grub). The GRand Unified Bootloader
7 * grub-install: (grub)Invoking grub-install. Install GRUB on your drive
8 * grub-md5-crypt: (grub)Invoking grub-md5-crypt. Encrypt a password
10 * grub-terminfo: (grub)Invoking grub-terminfo. Generate a terminfo
13 * grub-set-default: (grub)Invoking grub-set-default. Set a default boot
15 * mbchk: (grub)Invoking mbchk. Check for the format of a Multiboot kernel
34 File: grub.info, Node: Top, Next: Introduction, Up: (dir)
60 * Invoking the grub shell:: How to use the grub shell
[all …]
Dgrub.texi4 @setfilename grub.info
23 * GRUB: (grub). The GRand Unified Bootloader
24 * grub-install: (grub)Invoking grub-install. Install GRUB on your drive
25 * grub-md5-crypt: (grub)Invoking grub-md5-crypt. Encrypt a password
27 * grub-terminfo: (grub)Invoking grub-terminfo. Generate a terminfo
30 * grub-set-default: (grub)Invoking grub-set-default. Set a default boot
32 * mbchk: (grub)Invoking mbchk. Check for the format of a Multiboot kernel
117 * Invoking the grub shell:: How to use the grub shell
118 * Invoking grub-install:: How to use the GRUB installer
119 * Invoking grub-md5-crypt:: How to generate a cryptic password
[all …]
/external/grub/util/
Dgrub-install25 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
61 Usage: grub-install [OPTION] install_device
68 --grub-shell=FILE use FILE as the grub shell
76 grub-install copies GRUB images into the DIR/boot directory specfied by
77 --root-directory, and uses the grub shell to install grub into the boot
[all …]
DMakefile.in45 $(srcdir)/grub-image.in $(srcdir)/grub-install.in \
46 $(srcdir)/grub-md5-crypt.in $(srcdir)/grub-set-default.in \
47 $(srcdir)/grub-terminfo.in
55 CONFIG_CLEAN_FILES = grub-image grub-install grub-md5-crypt \
56 grub-terminfo grub-set-default
186 sbin_SCRIPTS = grub-install grub-md5-crypt grub-terminfo \
187 grub-set-default
189 noinst_SCRIPTS = grub-image mkbimage
229 grub-image: $(top_builddir)/config.status $(srcdir)/grub-image.in
231 grub-install: $(top_builddir)/config.status $(srcdir)/grub-install.in
[all …]
Dgrub-install.in32 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
61 Usage: grub-install [OPTION] install_device
68 --grub-shell=FILE use FILE as the grub shell
76 grub-install copies GRUB images into the DIR/boot directory specfied by
77 --root-directory, and uses the grub shell to install grub into the boot
80 Report bugs to <bug-grub@gnu.org>.
[all …]
DMakefile.am2 sbin_SCRIPTS = grub-install grub-md5-crypt grub-terminfo \
3 grub-set-default
4 noinst_SCRIPTS = grub-image mkbimage
Dgrub-image25 PACKAGE=grub
45 grub_shell=${sbindir}/grub
64 mkdir -p $bootdir/boot/grub
66 $bootdir/boot/grub
67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
Dgrub-md5-crypt.in26 grub_shell=${sbindir}/grub
39 --grub-shell=FILE use FILE as the grub shell
41 Report bugs to <bug-grub@gnu.org>.
51 --grub-shell=*)
Dgrub-md5-crypt26 grub_shell=${sbindir}/grub
39 --grub-shell=FILE use FILE as the grub shell
41 Report bugs to <bug-grub@gnu.org>.
51 --grub-shell=*)
Dgrub-image.in45 grub_shell=${sbindir}/grub
64 mkdir -p $bootdir/boot/grub
66 $bootdir/boot/grub
67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
Dgrub-set-default21 PACKAGE=grub
31 Usage: grub-set-default [OPTION] entry
Dgrub-terminfo24 Usage: grub-terminfo TERMNAME
30 Report bugs to <bug-grub@gnu.org>.
Dgrub-terminfo.in24 Usage: grub-terminfo TERMNAME
30 Report bugs to <bug-grub@gnu.org>.
/external/grub/
DAndroid.mk39 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.bin
DMAINTENANCE11 3. Run ``~mohit/gnudoc/gendocs.sh grub "GNU GRUB Manual"''.
13 gnudist.gnu.org:~ftp/gnu/Manuals/grub-VERSION (VERSION is, for
15 5. Run ``ln -sf grub-VERSION grub'' in gnudist.gnu.org:~ftp/gnu/Manuals.
16 6. Run ``cd grub; ln -s grub.html index.html''.
23 3. Run ``util/grub-image''.
25 5. Copy grub-VERSION.tar.gz, grub-VERSION-i386-pc.tar.gz and
26 grub-VERSION-i386-pc.ext2fs to fencepost.gnu.org:~ftp/gnu/grub.
29 7. Post an announcement to bug-grub@gnu.org. It would be a good idea to
Dconfig.log163 | #define PACKAGE_TARNAME "grub"
166 | #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
167 | #define PACKAGE "grub"
242 /tmp/ccnTvoRl.o: In function `main':/home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/conft…
249 | #define PACKAGE_TARNAME "grub"
252 | #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
253 | #define PACKAGE "grub"
323 /tmp/ccO7pDXI.o: In function `main':/home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/conft…
330 | #define PACKAGE_TARNAME "grub"
333 | #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
[all …]
DNEWS13 * New utility "grub-set-default".
19 * Support ATARAID for Linux in the grub shell and grub-install.
32 * Add support for QNX RTP into the grub shell.
36 parenthesis (e.g. grub-install hd0).
44 report bugs is to use the BTS rather than sending e-mail to bug-grub.
45 See <http://bugcomm.enbug.org/?project=grub&mode=project>, for more
48 the web <http://www.gnu.org/software/grub/grub-faq.html> instead.
57 * The utility ``grub-md5-crypt'' prompts to retype a password and checks
89 * The utility ``grub-install'' makes sure that GRUB images have been
97 * The utility ``grub-install'' supports NetBSD.
[all …]
DChangeLog40 * grub/asmstub.c (grub_stage2): Remove the attribute `volatile'
60 * grub/asmstub.c (console_current_color): Make it global as
75 -fwritable-strings. Not required for the grub shell actually.
77 * grub/Makefile.am (AM_CFLAGS): Likewise.
81 * grub/asmstub.c (grub_stage2): Use auto instead of static for
108 * docs/grub.texi (@setchapternewpage): Changed to odd from off.
134 * util/grub-install.in: Detect GNU/k*BSD systems as well.
138 * util/grub-install.in (convert): Fix the sed statement for
143 * util/grub-set-default.in: Fix minor syntax error (non-escaped
151 * docs/grub.texi: s,/usr/share,/usr/lib,g.
[all …]
DAUTHORS12 began the implementation of /sbin/grub. He was an official maintainer.
15 working LBA support, /sbin/grub support for configuration files, the
16 script /sbin/grub-install, the utility /bin/mbchk, the new engine for
20 single-line editing support, the utility /sbin/grub-md5-crypt, the new
27 support for the grub shell, and configure process cleanups.
DREADME20 using GRUB as your boot loader. Type "info grub" in the shell prompt.
23 The URL is <http://www.gnu.org/software/grub/grub.html>.
Dconfig.status470 s,@PACKAGE_TARNAME@,grub,;t t
473 s,@PACKAGE_BUGREPORT@,bug-grub@gnu.org,;t t
501 s,@PACKAGE@,grub,;t t
503 s,@ACLOCAL@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run acloca…
504 s,@AUTOCONF@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run autoc…
505 s,@AUTOMAKE@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run autom…
506 s,@AUTOHEADER@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run aut…
507 s,@MAKEINFO@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run makei…
508 s,@install_sh@,/home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/install-sh,;t t
516 s,@AMTAR@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run tar,;t t
/external/genext2fs/
Dmkbootimg_ext2.sh90 mkdir -p $TMPDIR/boot/grub
91 cp -f $GRUBCONF $TMPDIR/boot/grub/menu.lst
/external/grub/grub/
DMakefile.in41 sbin_PROGRAMS = grub$(EXEEXT)
42 subdir = grub
208 $(AUTOMAKE) --gnu grub/Makefile
249 grub$(EXEEXT): $(grub_OBJECTS) $(grub_DEPENDENCIES)
250 @rm -f grub$(EXEEXT)

12