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