diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2011-07-01 20:36:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-03 18:52:56 +0000 |
commit | a086f195b07288192be5e816e62a5e4253d561e0 (patch) | |
tree | e231eab4ca9a73c56d2b5bdecbaa8488be2fb3e6 | |
parent | 6b8c6c644395e9500063fdb491342e2f941f0221 (diff) | |
download | alpine-iso-a086f195b07288192be5e816e62a5e4253d561e0.tar.bz2 alpine-iso-a086f195b07288192be5e816e62a5e4253d561e0.tar.xz |
alpine-rescue.conf.mk added
This file is an addition to the already present
alpine-rescue.packages file. With this file users
will be able to follow the wiki article "How to make
a custom ISO image" easily.
-rw-r--r-- | alpine-rescue.conf.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alpine-rescue.conf.mk b/alpine-rescue.conf.mk new file mode 100644 index 0000000..e0b3b3b --- /dev/null +++ b/alpine-rescue.conf.mk @@ -0,0 +1,3 @@ +ALPINE_NAME := alpine-rescue +KERNEL_FLAVOR := grsec +MODLOOP_EXTRA := |