genode-ehmry/runtimes/alpine/media/standard/Tupfile
Emery Hemingway 42ccf06ea5 Alpine Linux running in Seoul
Two runtimes, one with the Alpine standard live image, both with an 8GiB
disk image.
2019-04-27 20:18:13 +02:00

13 lines
276 B
Plaintext

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 |>