Searched refs:bootdir (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in58 bootdir=${PACKAGE}-${VERSION}-${context}
59 image=$bootdir.ext2fs
62 if test ! -f $bootdir.tar.gz; then
63 echo "# Creating \`$bootdir.tar.gz'"
64 mkdir -p $bootdir/boot/grub
66 $bootdir/boot/grub
67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
68 trap "rm -f $bootdir.tar.gz" 0
69 GZIP=-9 tar -zcf $bootdir.tar.gz $bootdir
[all...]
H A Dgrub-install.in285 bootdir=${rootdir}
289 bootdir=${rootdir}/boot
293 grubdir=${bootdir}/grub
324 test -d "$bootdir" || mkdir "$bootdir" || exit 1
381 bootdir_device=`find_device ${bootdir}`
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-reboot.in32 bootdir=
85 bootdir=`argument $option "$@"`; shift;;
87 bootdir=`echo "$option" | sed 's/--boot-directory=//'` ;;
110 if [ -z "$bootdir" ]; then
111 # Default bootdir if bootdir not initialized.
112 bootdir=/@bootdirname@
115 # Initialize bootdir if rootdir was initialized.
116 bootdir=${rootdir}/@bootdirname@
120 grubdir=`echo "${bootdir}/
[all...]
H A Dgrub-set-default.in32 bootdir=
85 bootdir=`argument $option "$@"`; shift;;
87 bootdir=`echo "$option" | sed 's/--boot-directory=//'` ;;
110 if [ -z "$bootdir" ]; then
111 # Default bootdir if bootdir not initialized.
112 bootdir=/@bootdirname@
115 # Initialize bootdir if rootdir was initialized.
116 bootdir=${rootdir}/@bootdirname@
120 grubdir=`echo "${bootdir}/
[all...]
H A Dgrub-install.in49 bootdir=
210 bootdir="`argument $option "$@"`"; shift;;
212 bootdir="`echo "$option" | sed 's/--boot-directory=//'`" ;;
358 if [ -z "$bootdir" ]; then
359 # Default bootdir if bootdir not initialized.
360 bootdir="/@bootdirname@"
363 # Initialize bootdir if rootdir was initialized.
364 bootdir="${rootdir}/@bootdirname@"
368 grubdir="${bootdir}/
[all...]

Completed in 21 milliseconds