xref: /titanic_51/usr/src/pkg/manifests/system-boot-loader.mf (revision d5a0772bd7066293674d17391f116c692addc58d)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2016, Toomas Soome <tsoome@me.com>
24#
25
26#
27# The default for payload-bearing actions in this package is to appear in the
28# global zone only.  See the include file for greater detail, as well as
29# information about overriding the defaults.
30#
31<include global_zone_only_component>
32set name=pkg.fmri \
33    value=pkg:/system/boot/loader@1.1,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
34$(i386_ONLY)set name=pkg.description value="Boot Loader"
35$(i386_ONLY)set name=pkg.summary value="BootForth Boot Loader"
36set name=info.classification value=org.opensolaris.category.2008:System/Core
37set name=variant.arch value=$(ARCH)
38$(i386_ONLY)dir path=boot group=sys
39$(i386_ONLY)dir path=boot/conf.d group=sys
40$(i386_ONLY)dir path=boot/defaults group=sys
41$(i386_ONLY)dir path=boot/forth group=sys
42$(i386_ONLY)dir path=usr/share/man
43$(i386_ONLY)dir path=usr/share/man/man3
44$(i386_ONLY)dir path=usr/share/man/man4
45$(i386_ONLY)dir path=usr/share/man/man5
46$(i386_ONLY)file path=boot/cdboot group=sys mode=0444
47$(i386_ONLY)file path=boot/defaults/loader.conf group=sys mode=0444
48$(i386_ONLY)file path=boot/forth/beadm.4th group=sys mode=0444
49$(i386_ONLY)file path=boot/forth/beastie.4th group=sys mode=0444
50$(i386_ONLY)file path=boot/forth/brand-illumos.4th group=sys mode=0444
51$(i386_ONLY)file path=boot/forth/brand.4th group=sys mode=0444
52$(i386_ONLY)file path=boot/forth/check-password.4th group=sys mode=0444
53$(i386_ONLY)file path=boot/forth/color.4th group=sys mode=0444
54$(i386_ONLY)file path=boot/forth/delay.4th group=sys mode=0444
55$(i386_ONLY)file path=boot/forth/efi.4th group=sys mode=0444
56$(i386_ONLY)file path=boot/forth/frames.4th group=sys mode=0444
57$(i386_ONLY)file path=boot/forth/loader.4th group=sys mode=0444
58$(i386_ONLY)file path=boot/forth/logo-beastie.4th group=sys mode=0444
59$(i386_ONLY)file path=boot/forth/logo-beastiebw.4th group=sys mode=0444
60$(i386_ONLY)file path=boot/forth/logo-fbsdbw.4th group=sys mode=0444
61$(i386_ONLY)file path=boot/forth/logo-illumos.4th group=sys mode=0444
62$(i386_ONLY)file path=boot/forth/logo-orb.4th group=sys mode=0444
63$(i386_ONLY)file path=boot/forth/logo-orbbw.4th group=sys mode=0444
64$(i386_ONLY)file path=boot/forth/menu-commands.4th group=sys mode=0444
65$(i386_ONLY)file path=boot/forth/menu.4th group=sys mode=0444
66$(i386_ONLY)file path=boot/forth/menu.rc group=sys mode=0444
67$(i386_ONLY)file path=boot/forth/menusets.4th group=sys mode=0444
68$(i386_ONLY)file path=boot/forth/pcibios.4th group=sys mode=0444
69$(i386_ONLY)file path=boot/forth/screen.4th group=sys mode=0444
70$(i386_ONLY)file path=boot/forth/shortcuts.4th group=sys mode=0444
71$(i386_ONLY)file path=boot/forth/support.4th group=sys mode=0444
72$(i386_ONLY)file path=boot/forth/version.4th group=sys mode=0444
73$(i386_ONLY)file path=boot/gptzfsboot group=sys mode=0444
74#$(i386_ONLY)file path=boot/loader.efi group=sys mode=0555
75$(i386_ONLY)file path=boot/loader.help group=sys mode=0444
76$(i386_ONLY)file path=boot/loader.rc group=sys mode=0444
77$(i386_ONLY)file path=boot/pmbr group=sys mode=0444
78$(i386_ONLY)file path=boot/pxeboot group=sys mode=0444
79$(i386_ONLY)file path=boot/zfsloader group=sys mode=0444
80$(i386_ONLY)file path=usr/share/man/man4/loader.conf.4
81$(i386_ONLY)file path=usr/share/man/man5/brand.4th.5
82$(i386_ONLY)file path=usr/share/man/man5/check-password.4th.5
83$(i386_ONLY)file path=usr/share/man/man5/color.4th.5
84$(i386_ONLY)file path=usr/share/man/man5/delay.4th.5
85$(i386_ONLY)file path=usr/share/man/man5/gptzfsboot.5
86$(i386_ONLY)file path=usr/share/man/man5/loader.4th.5
87$(i386_ONLY)file path=usr/share/man/man5/loader.5
88$(i386_ONLY)file path=usr/share/man/man5/menu.4th.5
89$(i386_ONLY)file path=usr/share/man/man5/menusets.4th.5
90$(i386_ONLY)file path=usr/share/man/man5/pxeboot.5
91$(i386_ONLY)file path=usr/share/man/man5/version.4th.5
92$(i386_ONLY)file path=usr/share/man/man5/zfsloader.5
93license lic_CDDL license=lic_CDDL
94license usr/src/boot/COPYRIGHT license=usr/src/boot/COPYRIGHT
95license usr/src/boot/sys/boot/common/linenoise/LICENSE \
96    license=usr/src/boot/sys/boot/common/linenoise/LICENSE
97