Toomas Soome | 199767f | 2015-10-25 00:06:51 +0300 | [diff] [blame] | 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> |
| 32 | set 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" |
| 36 | set name=info.classification value=org.opensolaris.category.2008:System/Core |
| 37 | set 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 |
Toomas Soome | 0b5e246 | 2017-04-21 00:16:32 +0300 | [diff] [blame] | 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 |
Toomas Soome | 83b4671 | 2016-08-16 19:02:42 +0300 | [diff] [blame^] | 46 | $(i386_ONLY)file path=boot/bootia32.efi group=sys mode=0555 |
| 47 | $(i386_ONLY)file path=boot/bootx64.efi group=sys mode=0555 |
Toomas Soome | 199767f | 2015-10-25 00:06:51 +0300 | [diff] [blame] | 48 | $(i386_ONLY)file path=boot/cdboot group=sys mode=0444 |
| 49 | $(i386_ONLY)file path=boot/defaults/loader.conf group=sys mode=0444 |
| 50 | $(i386_ONLY)file path=boot/forth/beadm.4th group=sys mode=0444 |
| 51 | $(i386_ONLY)file path=boot/forth/beastie.4th group=sys mode=0444 |
| 52 | $(i386_ONLY)file path=boot/forth/brand-illumos.4th group=sys mode=0444 |
| 53 | $(i386_ONLY)file path=boot/forth/brand.4th group=sys mode=0444 |
| 54 | $(i386_ONLY)file path=boot/forth/check-password.4th group=sys mode=0444 |
| 55 | $(i386_ONLY)file path=boot/forth/color.4th group=sys mode=0444 |
| 56 | $(i386_ONLY)file path=boot/forth/delay.4th group=sys mode=0444 |
Toomas Soome | eee5904 | 2016-11-12 00:06:58 +0200 | [diff] [blame] | 57 | $(i386_ONLY)file path=boot/forth/efi.4th group=sys mode=0444 |
Toomas Soome | 199767f | 2015-10-25 00:06:51 +0300 | [diff] [blame] | 58 | $(i386_ONLY)file path=boot/forth/frames.4th group=sys mode=0444 |
| 59 | $(i386_ONLY)file path=boot/forth/loader.4th group=sys mode=0444 |
| 60 | $(i386_ONLY)file path=boot/forth/logo-beastie.4th group=sys mode=0444 |
| 61 | $(i386_ONLY)file path=boot/forth/logo-beastiebw.4th group=sys mode=0444 |
| 62 | $(i386_ONLY)file path=boot/forth/logo-fbsdbw.4th group=sys mode=0444 |
| 63 | $(i386_ONLY)file path=boot/forth/logo-illumos.4th group=sys mode=0444 |
| 64 | $(i386_ONLY)file path=boot/forth/logo-orb.4th group=sys mode=0444 |
| 65 | $(i386_ONLY)file path=boot/forth/logo-orbbw.4th group=sys mode=0444 |
| 66 | $(i386_ONLY)file path=boot/forth/menu-commands.4th group=sys mode=0444 |
| 67 | $(i386_ONLY)file path=boot/forth/menu.4th group=sys mode=0444 |
| 68 | $(i386_ONLY)file path=boot/forth/menu.rc group=sys mode=0444 |
| 69 | $(i386_ONLY)file path=boot/forth/menusets.4th group=sys mode=0444 |
| 70 | $(i386_ONLY)file path=boot/forth/pcibios.4th group=sys mode=0444 |
| 71 | $(i386_ONLY)file path=boot/forth/screen.4th group=sys mode=0444 |
| 72 | $(i386_ONLY)file path=boot/forth/shortcuts.4th group=sys mode=0444 |
| 73 | $(i386_ONLY)file path=boot/forth/support.4th group=sys mode=0444 |
| 74 | $(i386_ONLY)file path=boot/forth/version.4th group=sys mode=0444 |
| 75 | $(i386_ONLY)file path=boot/gptzfsboot group=sys mode=0444 |
Toomas Soome | 9fd5371 | 2018-08-09 12:03:56 -0700 | [diff] [blame] | 76 | $(i386_ONLY)file path=boot/loader group=sys mode=0444 |
Toomas Soome | 199767f | 2015-10-25 00:06:51 +0300 | [diff] [blame] | 77 | $(i386_ONLY)file path=boot/loader.help group=sys mode=0444 |
| 78 | $(i386_ONLY)file path=boot/loader.rc group=sys mode=0444 |
Toomas Soome | 83b4671 | 2016-08-16 19:02:42 +0300 | [diff] [blame^] | 79 | $(i386_ONLY)file path=boot/loader32.efi group=sys mode=0555 |
| 80 | $(i386_ONLY)file path=boot/loader64.efi group=sys mode=0555 |
Toomas Soome | 199767f | 2015-10-25 00:06:51 +0300 | [diff] [blame] | 81 | $(i386_ONLY)file path=boot/pmbr group=sys mode=0444 |
| 82 | $(i386_ONLY)file path=boot/pxeboot group=sys mode=0444 |
Toomas Soome | 0b5e246 | 2017-04-21 00:16:32 +0300 | [diff] [blame] | 83 | $(i386_ONLY)file path=usr/share/man/man4/loader.conf.4 |
| 84 | $(i386_ONLY)file path=usr/share/man/man5/brand.4th.5 |
| 85 | $(i386_ONLY)file path=usr/share/man/man5/check-password.4th.5 |
| 86 | $(i386_ONLY)file path=usr/share/man/man5/color.4th.5 |
| 87 | $(i386_ONLY)file path=usr/share/man/man5/delay.4th.5 |
| 88 | $(i386_ONLY)file path=usr/share/man/man5/gptzfsboot.5 |
| 89 | $(i386_ONLY)file path=usr/share/man/man5/loader.4th.5 |
| 90 | $(i386_ONLY)file path=usr/share/man/man5/loader.5 |
| 91 | $(i386_ONLY)file path=usr/share/man/man5/menu.4th.5 |
| 92 | $(i386_ONLY)file path=usr/share/man/man5/menusets.4th.5 |
| 93 | $(i386_ONLY)file path=usr/share/man/man5/pxeboot.5 |
| 94 | $(i386_ONLY)file path=usr/share/man/man5/version.4th.5 |
Toomas Soome | 199767f | 2015-10-25 00:06:51 +0300 | [diff] [blame] | 95 | license lic_CDDL license=lic_CDDL |
| 96 | license usr/src/boot/COPYRIGHT license=usr/src/boot/COPYRIGHT |
| 97 | license usr/src/boot/sys/boot/common/linenoise/LICENSE \ |
| 98 | license=usr/src/boot/sys/boot/common/linenoise/LICENSE |