diff options
author | xtraeme <xtraeme> | 2004-04-26 15:42:44 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-26 15:42:44 +0000 |
commit | bb45f4d19a79084fff3583c3eae6812cb7a2f616 (patch) | |
tree | 244542bbb899c34247095523ea8a0afabef0f1eb /sysutils/grub/PLIST | |
parent | be7b05ae7940f500c4bb373bef54dda9e6016dc5 (diff) | |
download | pkgsrc-bb45f4d19a79084fff3583c3eae6812cb7a2f616.tar.gz |
Apply an optional patch for eltorito support, so you can boot grub
via a cdrom. It can be enabled with the option "GRUB_ISO9660" and
is disabled by default.
Diffstat (limited to 'sysutils/grub/PLIST')
-rw-r--r-- | sysutils/grub/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/grub/PLIST b/sysutils/grub/PLIST index 6505e97c05a..22e23815dc1 100644 --- a/sysutils/grub/PLIST +++ b/sysutils/grub/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/03/10 01:25:23 seb Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/04/26 15:42:44 xtraeme Exp $ bin/mbchk man/man1/mbchk.1 man/man8/grub-install.8 @@ -13,6 +13,7 @@ ${NETBOOT}share/doc/grub/README.netboot share/grub/${MACHINE_ARCH}-/e2fs_stage1_5 share/grub/${MACHINE_ARCH}-/fat_stage1_5 share/grub/${MACHINE_ARCH}-/ffs_stage1_5 +${ISO9660}share/grub/${MACHINE_ARCH}-/iso9660_stage1_5 share/grub/${MACHINE_ARCH}-/jfs_stage1_5 share/grub/${MACHINE_ARCH}-/minix_stage1_5 ${NETBOOT}share/grub/${MACHINE_ARCH}-/nbgrub @@ -20,6 +21,7 @@ ${NETBOOT}share/grub/${MACHINE_ARCH}-/pxegrub share/grub/${MACHINE_ARCH}-/reiserfs_stage1_5 share/grub/${MACHINE_ARCH}-/stage1 share/grub/${MACHINE_ARCH}-/stage2 +${ISO9660}share/grub/${MACHINE_ARCH}-/stage2_eltorito share/grub/${MACHINE_ARCH}-/vstafs_stage1_5 share/grub/${MACHINE_ARCH}-/xfs_stage1_5 @dirrm share/grub/${MACHINE_ARCH}- |