OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootdir
(Results
1 - 4
of
4
) sorted by null
/external/grub/util/
grub-image
58
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
...]
grub-image.in
58
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
...]
grub-install.in
285
bootdir
=${rootdir}
289
bootdir
=${rootdir}/boot
293
grubdir=${
bootdir
}/grub
324
test -d "$
bootdir
" || mkdir "$
bootdir
" || exit 1
381
bootdir_device=`find_device ${
bootdir
}`
grub-install
285
bootdir
=${rootdir}
289
bootdir
=${rootdir}/boot
293
grubdir=${
bootdir
}/grub
324
test -d "$
bootdir
" || mkdir "$
bootdir
" || exit 1
381
bootdir_device=`find_device ${
bootdir
}`
Completed in 41 milliseconds