summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-09-05 20:31:07 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-09-05 20:31:07 -0500
commite3d4e57f42d1735a080ac59906ee1a25da840cee (patch)
treea422fae2a3fdc22084ec21f8cb328e2c3a3262d3
parent16fe52e6139c6ab97ecf6ca19f4b3b5dcf72f1f5 (diff)
downloadimage-e3d4e57f42d1735a080ac59906ee1a25da840cee.tar.gz
image-e3d4e57f42d1735a080ac59906ee1a25da840cee.tar.bz2
image-e3d4e57f42d1735a080ac59906ee1a25da840cee.tar.xz
image-e3d4e57f42d1735a080ac59906ee1a25da840cee.zip
configs: Add 64-bit tarballs
Still WIP, but seem to be working so far.
-rw-r--r--configs/tarballs/aarch64-full.installfile1
-rw-r--r--configs/tarballs/aarch64-mini.installfile6
-rw-r--r--configs/tarballs/mini.installfile14
-rw-r--r--configs/tarballs/ppc64-full.installfile1
-rw-r--r--configs/tarballs/ppc64-mini.installfile6
5 files changed, 28 insertions, 0 deletions
diff --git a/configs/tarballs/aarch64-full.installfile b/configs/tarballs/aarch64-full.installfile
new file mode 100644
index 0000000..541c0fc
--- /dev/null
+++ b/configs/tarballs/aarch64-full.installfile
@@ -0,0 +1 @@
+inherit ../arch/aarch64.installfile
diff --git a/configs/tarballs/aarch64-mini.installfile b/configs/tarballs/aarch64-mini.installfile
new file mode 100644
index 0000000..b739ac0
--- /dev/null
+++ b/configs/tarballs/aarch64-mini.installfile
@@ -0,0 +1,6 @@
+arch aarch64
+
+signingkey https://distfiles.adelielinux.org/adelie/keys/aarch64/aarch64-1@packages.adelielinux.org.pub
+signingkey https://distfiles.adelielinux.org/adelie/keys/aarch64/aarch64-2@packages.adelielinux.org.pub
+
+inherit mini.installfile
diff --git a/configs/tarballs/mini.installfile b/configs/tarballs/mini.installfile
new file mode 100644
index 0000000..b0996ee
--- /dev/null
+++ b/configs/tarballs/mini.installfile
@@ -0,0 +1,14 @@
+version 1.0
+network false
+hostname adelie-live
+# "live"
+rootpw $6$b3P7y2vLSRl3ujqi$mYk5jlsRta8RQ/Qvunadj5ZO8BYO7cLkJsrMKve/r5Ka/1Gqrh1v93cjEttRR3wdmKwyvZZnkLbaw4T1dIEL40
+nameserver 2620:fe::fe
+nameserver 9.9.9.9
+nameserver 149.112.112.112
+
+# Base packages
+pkginstall adelie-core dash-binsh
+
+repository https://distfiles.adelielinux.org/adelie/current/system
+repository https://distfiles.adelielinux.org/adelie/current/user
diff --git a/configs/tarballs/ppc64-full.installfile b/configs/tarballs/ppc64-full.installfile
new file mode 100644
index 0000000..4c39a48
--- /dev/null
+++ b/configs/tarballs/ppc64-full.installfile
@@ -0,0 +1 @@
+inherit ../arch/ppc64.installfile
diff --git a/configs/tarballs/ppc64-mini.installfile b/configs/tarballs/ppc64-mini.installfile
new file mode 100644
index 0000000..f4ee6db
--- /dev/null
+++ b/configs/tarballs/ppc64-mini.installfile
@@ -0,0 +1,6 @@
+arch ppc64
+
+signingkey https://distfiles.adelielinux.org/adelie/keys/ppc64/ppc64-1@packages.adelielinux.org.pub
+signingkey https://distfiles.adelielinux.org/adelie/keys/ppc64/ppc64-2@packages.adelielinux.org.pub
+
+inherit mini.installfile