Alpine shuffle

This commit is contained in:
Ehmry - 2019-04-14 18:58:14 +02:00
parent 8bd3e421f3
commit 201e9e97fa
8 changed files with 9 additions and 30 deletions

View File

@ -1,5 +1,5 @@
TARGET_NAME = installer-alpine_seoul_nova
include ../../media/standard/iso.tup
include ../../../../vm/alpine/version.tup
include_rules
: vm_seoul.cfg |> !collect_raw |>
@ -15,5 +15,7 @@ PKG_DEPENDS += \
_/raw/alpine-standard-x86 \
_/raw/$(TARGET_NAME) \
ISO_NAME = alpine-standard-$(ALPINE_VERSION)-x86.iso
: runtime.in |> sed 's/@ISO_NAME@/$(ISO_NAME)/' %f > %o |> runtime
: runtime |> !collect_pkg_runtime |>

View File

@ -1,12 +0,0 @@
TARGET_NAME = alpine-standard-x86
RAW_VERSION = 3.9.2
include iso.tup
include_rules
: |> wget --quiet $(ISO_URL) -O %o |> $(RAW_DIR)/$(ISO_NAME)
: $(RAW_DIR)/$(ISO_NAME) |> \
wget --quiet $(ISO_URL).asc -O %o; gpg --verify %o; \
|> $(RAW_DIR)/$(ISO_NAME).asc
: |> !raw |>

View File

@ -1,2 +0,0 @@
ISO_NAME = alpine-standard-3.9.2-x86.iso
ISO_URL = http://dl-cdn.alpinelinux.org/alpine/v3.9/releases/x86/$(ISO_NAME)

View File

@ -0,0 +1,3 @@
RELEASE_TYPE = standard
RELEASE_ARCH = x86
include ../iso_rom_rules.tup

View File

@ -1,3 +1,3 @@
RELEASE_ARCH = x86_64
RELEASE_TYPE = virt
RELEASE_ARCH = x86_64
include ../iso_rom_rules.tup

View File

@ -5,8 +5,8 @@ include_rules
: |> !raw |>
PKG_DEPENDS += \
@(PUBLIC_SRC_BASE_NOVA) \
@(PUBLIC_SRC_INIT) \
@(PUBLIC_SRC_BASE_NOVA) \
@(PUBLIC_SRC_LIBC) \
@(PUBLIC_SRC_LIBICONV) \
@(PUBLIC_SRC_NIT_FB) \

View File

@ -8,11 +8,6 @@
<HardDisks>
<HardDisk uuid="{8e1b4241-2e6b-417d-8495-3afbaaecac87}" location="/secondary.vmdk" format="VMDK" type="Normal"/>
</HardDisks>
<!--
<DVDImages>
<Image uuid="{81763434-9a51-49e8-9444-528a5a28c4bc}" location="installer.iso"/>
</DVDImages>
-->
</MediaRegistry>
<Hardware>
<CPU count="4">
@ -61,11 +56,6 @@
<AttachedDevice type="HardDisk" port="1" device="0">
<Image uuid="{8e1b4241-2e6b-417d-8495-3afbaaecac87}"/>
</AttachedDevice>
<!--
<AttachedDevice passthrough="false" type="DVD" port="3" device="0">
<Image uuid="{81763434-9a51-49e8-9444-528a5a28c4bc}"/>
</AttachedDevice>
-->
</StorageController>
</StorageControllers>
</Machine>

View File

@ -15,8 +15,6 @@
<usb/>
</requires>
<provides> <nic/> </provides>
<content>
<rom label="init"/>
<rom label="libc.lib.so"/>
@ -71,7 +69,7 @@
<provides>
<service name="Framebuffer" /> <service name="Input" />
</provides>
<config initial_width="800" initial_height="600" />
<config initial_width="848" initial_height="480" />
<route>
<service name="Nitpicker"> <parent label=""/> </service>
<any-service> <parent/> </any-service>