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

/external/grub/util/
H A Dgrub-image58 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-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}`
H A Dgrub-install285 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 12 milliseconds