mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
feat(coreos-base/oem-pxe): introduce the PXE oem
simple OEM for PXE. Simply has an oem-release file.
This commit is contained in:
parent
419ce7a477
commit
ea08c8f2d3
1
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-pxe/files/oem-release
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-pxe/files/oem-release
vendored
Normal file
@ -0,0 +1 @@
|
||||
pxe
|
||||
21
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-pxe/oem-pxe-0.0.1.ebuild
vendored
Normal file
21
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-pxe/oem-pxe-0.0.1.ebuild
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="OEM suite for PXE images"
|
||||
HOMEPAGE=""
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
# no source directory
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
insinto "/"
|
||||
doins ${FILESDIR}/oem-release || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user