summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-04 15:24:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-04 15:24:24 +0000
commitd3c19f5f98ef65a56ddf93a14f273bd727cc1cbf (patch)
tree1a08b259d97363de22cec884408342ff13eb9f94
parentcb7bb27a144083afe9b3f5955d8bc6def33eee9b (diff)
downloadalpine-iso-d3c19f5f98ef65a56ddf93a14f273bd727cc1cbf.tar.bz2
alpine-iso-d3c19f5f98ef65a56ddf93a14f273bd727cc1cbf.tar.xz
alpine 1.10.0 releases
-rw-r--r--.gitignore3
-rw-r--r--alpine-mini.conf.mk5
-rw-r--r--alpine-vserver.conf.mk5
-rw-r--r--alpine-vserver.packages11
-rw-r--r--alpine.conf.mk5
5 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a5fbe81
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+isotmp.*
+*.iso
+
diff --git a/alpine-mini.conf.mk b/alpine-mini.conf.mk
new file mode 100644
index 0000000..b49b8bb
--- /dev/null
+++ b/alpine-mini.conf.mk
@@ -0,0 +1,5 @@
+ALPINE_NAME := alpine-mini
+ALPINE_RELEASE := 1.10.0
+MODLOOP_EXTRA :=
+KERNEL_FLAVOR := grsec
+
diff --git a/alpine-vserver.conf.mk b/alpine-vserver.conf.mk
new file mode 100644
index 0000000..9467939
--- /dev/null
+++ b/alpine-vserver.conf.mk
@@ -0,0 +1,5 @@
+ALPINE_NAME := alpine-vserver
+ALPINE_RELEASE := 1.10.0
+KERNEL_FLAVOR := vserver
+MODLOOP_EXTRA := dahdi-linux-vserver
+
diff --git a/alpine-vserver.packages b/alpine-vserver.packages
new file mode 100644
index 0000000..3b4defa
--- /dev/null
+++ b/alpine-vserver.packages
@@ -0,0 +1,11 @@
+bkeymaps
+alpine-base
+util-vserver
+openssh
+openntpd
+iptables
+e2fsprogs
+mdadm
+lvm2
+debootstrap
+
diff --git a/alpine.conf.mk b/alpine.conf.mk
new file mode 100644
index 0000000..68fc848
--- /dev/null
+++ b/alpine.conf.mk
@@ -0,0 +1,5 @@
+ALPINE_NAME := alpine
+ALPINE_RELEASE := 1.10.0
+KERNEL_FLAVOR := grsec
+
+