Searched refs:grub (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-md5-crypt.in26 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>.
51 --grub-shell=*)
52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'`
90 # Run the grub shell.
H A Dgrub-image.in2 # grub-image - Create a GRUB boot filesystem image and tarball
41 grub_shell="$thisdir/../grub/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
H A 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
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"
61 Usage: grub
[all...]
H A Dgrub-terminfo.in24 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})"
H A Dgrub-set-default.in31 Usage: grub-set-default [OPTION] entry
40 Report bugs to <bug-grub@gnu.org>.
51 echo "grub-set-default (GNU GRUB ${VERSION})"
78 grubdir=${rootdir}/boot/grub
82 grubdir=${rootdir}/grub
109 # from this file, including this warning. Using \`grub-set-default\' is
H A Dmkbimage386 ${GRUB_PATH}grub --device-map=$device_map --batch<<EOT
/illumos-gate/usr/src/grub/
H A DMakefile10 include Makefile.grub
17 GRUB = grub-0.97
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dboot-archive-update.ksh37 if [ -f /stubboot/boot/grub/menu.lst ]; then
H A Dupdate_grub.ksh110 # multiboot: install grub on the boot slice
115 STAGE1="$ALT_ROOT"/boot/grub/stage1
116 STAGE2="$ALT_ROOT"/boot/grub/stage2
120 # Note: /stubboot/boot/grub/stage2 must stay untouched.
122 mkdir -p "$ALT_ROOT"/stubboot/boot/grub
123 cp "$ALT_ROOT"/boot/grub/menu.lst "$ALT_ROOT"/stubboot/boot/grub
128 print "Installing grub on $rpcfsdev"
150 print "Installing grub on $rootdev"
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris274 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"
307 with options \"'--prefix=/platform/i86pc/boot/grub' '--with-binutils=/opt/grubbld/bin' '--disable-dependency-tracking' 'CC=/opt/grubbld/bin/gcc'\"
386 echo "running /bin/bash ./configure " '--prefix=/platform/i86pc/boot/grub' '--with-binutils=/opt/grubbld/bin' '--disable-dependency-tracking' 'CC=/opt/grubbld/bin/gcc' $ac_configure_extra_args " --no-create --no-recursion" >&6
387 exec /bin/bash ./configure '--prefix=/platform/i86pc/boot/grub' '--with-binutils=/opt/grubbld/bin' '--disable-dependency-tracking' 'CC=/opt/grubbld/bin/gcc' $ac_configure_extra_args --no-create --no-recursion
406 "grub/Makefil
[all...]
H A Dconfigure5 # Report bugs to <bug-grub@gnu.org>.
271 PACKAGE_TARNAME='grub'
274 PACKAGE_BUGREPORT='bug-grub@gnu.org'
935 Report bugs to <bug-grub@gnu.org>.
1690 PACKAGE='grub'
5394 ## Report this to bug-grub@gnu.org ##
6043 ac_config_files="$ac_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
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcmdline.c27 # include <grub.h>
H A Dcommon.c24 #include <grub.h>
H A Dexpand.c25 #include <grub.h>
162 prom_panic("grub compiled improperly, unable to boot "
H A Ddisk_io.c27 # include <grub.h>
385 /* If the grub shell is running under Linux and the user wants to
H A Dbuiltins.c32 # include <grub.h>
878 " can be used only in the grub shell."
1025 * Default to hard coded "/boot/grub/menu.lst" config file.
1909 "Print the information for a drive DRIVE. In the grub shell, you can"
2180 /* In the grub shell, we cannot probe IMPS. */
2651 /* In the grub shell, access the Stage 2 via the OS filesystem
3857 " GRUB looks only in the directory /boot/grub/bootsign for the"
4247 /* In the grub shell, don't use any port number but open a tty
4305 " in the grub shell, which specifies the file name of a tty device. The"
4734 `--prefix', attempt /boot/grub an
[all...]
/illumos-gate/usr/src/man/man5/
H A DMakefile55 grub.5 \
/illumos-gate/usr/src/
H A DMakefile42 i386_SUBDIRS= grub boot
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c113 #define GRUB_DIR "/boot/grub"
115 #define GRUB_MENU "/boot/grub/menu.lst"
116 #define MENU_TMP "/boot/grub/menu.lst.tmp"
121 #define GRUBSIGN_DIR "/boot/grub/bootsign"
156 #define STAGE1 "/boot/grub/stage1"
157 #define STAGE2 "/boot/grub/stage2"
3938 * In the x86 live upgrade case the directory /boot/grub may be present
3951 boolean_t grub = B_FALSE; local
3955 /* grub is disabled by default */
3962 grub
[all...]

Completed in 139 milliseconds