coreos-base/oem-xendom0: drop package

This commit is contained in:
Benjamin Gilbert 2017-06-08 14:35:00 -07:00
parent d30032b7cc
commit d57e277690
5 changed files with 0 additions and 89 deletions

View File

@ -1,32 +0,0 @@
#cloud-config
coreos:
units:
- name: xenstored.service
command: start
runtime: yes
content: |
[Unit]
RequiresMountsFor=/proc/xen
[Service]
ExecStartPre=/usr/sbin/modprobe xen-evtchn
ExecStart=/usr/sbin/xenstored --no-fork
ExecStartPost=/usr/bin/xenstore write /local/domain/0/name Domain-0
ExecStartPost=/usr/bin/xenstore write /local/domain/0/domid 0
- name: xenconsoled.service
command: start
runtime: yes
content: |
[Unit]
Requires=xenstored.service
After=xenstored.service
[Service]
ExecStart=/usr/sbin/xenconsoled
oem:
id: xendom0
name: Xen Domain0 for Testing
version-id: @@OEM_VERSION_ID@@
home-url: https://coreos.com
bug-report-url: https://issues.coreos.com

View File

@ -1,17 +0,0 @@
# Boot CoreOS as Xen Domain0
set oem_id="xendom0"
set default=coreos-xen
set xen_console="console=vga,com1 com1=115200,8n1"
set linux_console="console=hvc0 console=tty0"
serial com0 --speed=115200 --word=8 --parity=no
terminal_input console serial_com0
terminal_output console serial_com0
menuentry "CoreOS on Xen" --id=coreos-xen {
multiboot /xen-@@XEN_VERSION@@.gz $xen_console noreboot
gptprio.next -d root -u usr_uuid
module /boot/vmlinuz $linux_console $linux_root usr=PARTUUID=$usr_uuid
}

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
</pkgmetadata>

View File

@ -1,29 +0,0 @@
# 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 Xen testing"
HOMEPAGE=""
SRC_URI=""
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
# no source directory
S="${WORKDIR}"
src_prepare() {
sed -e "s%@@OEM_VERSION_ID@@%${PVR}%g" \
"${FILESDIR}/cloud-config.yml" > "${T}/cloud-config.yml" || die
sed -e "s%@@XEN_VERSION@@%${PV}%g" \
"${FILESDIR}/grub.cfg" > "${T}/grub.cfg" || die
}
src_install() {
insinto "/usr/share/oem"
doins "${T}/cloud-config.yml"
doins "${T}/grub.cfg"
}

View File

@ -1,7 +0,0 @@
DEFINED_PHASES=install prepare
DESCRIPTION=OEM suite for Xen testing
EAPI=5
KEYWORDS=amd64
LICENSE=Apache-2.0
SLOT=0
_md5_=baae76648c80050a2ceda22b895032e7