125b05a3eSAndy Fiddaman#
225b05a3eSAndy Fiddaman# CDDL HEADER START
325b05a3eSAndy Fiddaman#
425b05a3eSAndy Fiddaman# The contents of this file are subject to the terms of the
525b05a3eSAndy Fiddaman# Common Development and Distribution License (the "License").
625b05a3eSAndy Fiddaman# You may not use this file except in compliance with the License.
725b05a3eSAndy Fiddaman#
825b05a3eSAndy Fiddaman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
925b05a3eSAndy Fiddaman# or http://www.opensolaris.org/os/licensing.
1025b05a3eSAndy Fiddaman# See the License for the specific language governing permissions
1125b05a3eSAndy Fiddaman# and limitations under the License.
1225b05a3eSAndy Fiddaman#
1325b05a3eSAndy Fiddaman# When distributing Covered Code, include this CDDL HEADER in each
1425b05a3eSAndy Fiddaman# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1525b05a3eSAndy Fiddaman# If applicable, add the following below this CDDL HEADER, with the
1625b05a3eSAndy Fiddaman# fields enclosed by brackets "[]" replaced with your own identifying
1725b05a3eSAndy Fiddaman# information: Portions Copyright [yyyy] [name of copyright owner]
1825b05a3eSAndy Fiddaman#
1925b05a3eSAndy Fiddaman# CDDL HEADER END
2025b05a3eSAndy Fiddaman#
2125b05a3eSAndy Fiddaman
2225b05a3eSAndy Fiddaman#
2325b05a3eSAndy Fiddaman# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2425b05a3eSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
2525b05a3eSAndy Fiddaman#
2625b05a3eSAndy Fiddaman
2725b05a3eSAndy Fiddaman#
2825b05a3eSAndy Fiddaman# The default for payload-bearing actions in this package is to appear in the
2925b05a3eSAndy Fiddaman# global zone only.  See the include file for greater detail, as well as
3025b05a3eSAndy Fiddaman# information about overriding the defaults.
3125b05a3eSAndy Fiddaman#
3225b05a3eSAndy Fiddaman<include global_zone_only_component>
3325b05a3eSAndy Fiddamanset name=pkg.fmri \
3425b05a3eSAndy Fiddaman    value=pkg:/system/boot/grub@0.97,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
35*708bde8cSGarrett D'Amoreset name=pkg.summary value="GNU GRUB - GNU GRand Unified Bootloader"
36*708bde8cSGarrett D'Amoreset name=pkg.description value="Multiboot Boot Loader"
3725b05a3eSAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Core
3825b05a3eSAndy Fiddamanset name=variant.arch value=$(ARCH)
3925b05a3eSAndy Fiddaman$(i386_ONLY)dir path=boot group=sys
4025b05a3eSAndy Fiddaman$(i386_ONLY)dir path=boot/grub group=sys
4125b05a3eSAndy Fiddaman$(i386_ONLY)dir path=boot/grub/bin group=sys
4225b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/bin/grub group=sys mode=0555
4325b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/capability group=sys mode=0444
4425b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/default group=sys mode=0444 \
4525b05a3eSAndy Fiddaman    original_name=SUNWgrub:boot/grub/default preserve=true
4625b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/e2fs_stage1_5 group=sys
4725b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/fat_stage1_5 group=sys
4825b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/ffs_stage1_5 group=sys
4925b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/install_menu group=sys
5025b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/iso9660_stage1_5 group=sys
5125b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/jfs_stage1_5 group=sys
5225b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/menu.lst group=sys \
5325b05a3eSAndy Fiddaman    original_name=SUNWgrub:boot/grub/menu.lst preserve=true
5425b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/minix_stage1_5 group=sys
5525b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/nbgrub group=sys
5625b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/pxegrub group=sys
5725b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/reiserfs_stage1_5 group=sys
5825b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/splash.xpm.gz group=sys
5925b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/stage1 group=sys
6025b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/stage2 group=sys
6125b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/stage2_eltorito group=sys
6225b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/ufs2_stage1_5 group=sys
6325b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/ufs_stage1_5 group=sys
6425b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/vstafs_stage1_5 group=sys
6525b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/xfs_stage1_5 group=sys
6625b05a3eSAndy Fiddaman$(i386_ONLY)file path=boot/grub/zfs_stage1_5 group=sys
6725b05a3eSAndy Fiddamandir  path=lib
6825b05a3eSAndy Fiddamanlink path=lib/libgrubmgmt.so target=libgrubmgmt.so.1
6925b05a3eSAndy Fiddamanfile path=lib/libgrubmgmt.so.1
7025b05a3eSAndy Fiddamandir  path=usr/share/man
71bbf21555SRichard Lowedir  path=usr/share/man/man7
72bbf21555SRichard Lowefile path=usr/share/man/man7/grub.7
73*708bde8cSGarrett D'Amorelegacy pkg=SUNWgrub desc="Multiboot Boot Loader" \
7425b05a3eSAndy Fiddaman    name="GNU GRUB - GNU GRand Unified Bootloader"
7525b05a3eSAndy Fiddamanlegacy pkg=SUNWgrubr desc="GRUB libraries" name="GRUB (Root)"
7625b05a3eSAndy Fiddamanlicense cr_Sun license=cr_Sun
7725b05a3eSAndy Fiddamanlicense lic_CDDL license=lic_CDDL
7825b05a3eSAndy Fiddamanlicense usr/src/grub/grub-0.97/AUTHORS license=usr/src/grub/grub-0.97/AUTHORS
7925b05a3eSAndy Fiddamanlicense usr/src/grub/grub-0.97/COPYING license=usr/src/grub/grub-0.97/COPYING
80