Home
last modified time | relevance | path

Searched refs:bootdir (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/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
71 rm -rf $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}`
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog5812 (bootdir): Initialized after the option analysis.