forked from jcorporation/myMPDos
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig
33 lines (31 loc) · 904 Bytes
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# SPDX-License-Identifier: GPL-3.0-or-later
# myMPDos (c) 2020-2022 Juergen Mang <[email protected]>
# https://github.com/jcorporation/myMPDos
#
VERSION="1.1.0"
ARCH="aarch64"
BUILDIMAGE="myMPDos-build.img"
ALPINE_MAJOR_VERSION="3.17"
ALPINE_MINOR_VERSION="0"
ALPINE_VERSION="${ALPINE_MAJOR_VERSION}.${ALPINE_MINOR_VERSION}"
ALPINE_MIRROR="http://dl-cdn.alpinelinux.org/alpine"
COMPRESSIMAGE="false"
PRIVATEIMAGE="false"
BUILDUSER="$USER"
IMAGESIZE="256"
BOOTPARTSIZE="+200M"
IMAGESIZEBUILD="8192"
BOOTPARTSIZEBUILD="+1024M"
BUILDCPUS="8"
BUILDRAM="8192M"
KEEPIMAGEDAYS="+365"
KEEPPACKAGEDAYS="+31"
TMPDIR="tmp/$ARCH"
IMAGE="myMPDos-$ARCH-${VERSION}-$(date +%Y%m%d).img"
NETBOOT_ARCHIVE="alpine-netboot-${ALPINE_VERSION}-${ARCH}.tar.gz"
ARCHIVE="alpine-rpi-${ALPINE_VERSION}-${ARCH}.tar.gz"
QEMU="qemu-system-aarch64"
CPU="cortex-a57"
KERNEL="vmlinuz-lts"
INITRAMFS="initramfs-lts"
MODLOOP="modloop-lts"