summaryrefslogtreecommitdiffstats
path: root/_scripts
diff options
context:
space:
mode:
authorScrumpyJack <scrumpyjack@st.ilet.to>2016-06-01 10:01:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-06-01 12:18:36 +0200
commite1463952893688ce02b6f2f72fcb796d52709d52 (patch)
tree5cfccb0aee6b332c58814b9734f0d5140cfb3809 /_scripts
parent2cf7c47b5b797f0087bf19660fe56d78cafeeef1 (diff)
downloadalpine-mksite-e1463952893688ce02b6f2f72fcb796d52709d52.tar.bz2
alpine-mksite-e1463952893688ce02b6f2f72fcb796d52709d52.tar.xz
alpine-mksite/scripts/generate_releases.lua: changed flavour descriptions.
Diffstat (limited to '_scripts')
-rw-r--r--_scripts/generate_releases.lua18
1 files changed, 9 insertions, 9 deletions
diff --git a/_scripts/generate_releases.lua b/_scripts/generate_releases.lua
index 5ca7367..b44f5ee 100644
--- a/_scripts/generate_releases.lua
+++ b/_scripts/generate_releases.lua
@@ -8,28 +8,28 @@ t = { flavors={} }
flavor_def = {
["alpine"] = {
title = "Standard",
- desc = "Only the basic packages included. Use this for disk"
- .." installs from network." },
+ desc = "Alpine as it was intended, just enough to get you started."
+ .." Network connection recommended." },
["alpine-extended"] = {
title = "Extended",
- desc = "Most common used packages included. Use this for"
- .." routers and servers that run from RAM." },
+ desc = "Alpine with more packages, suitable for routers, servers"
+ .." and geeks that like to run from RAM." },
["alpine-vanilla"] = {
title = "Vanilla",
- desc = "Similar to 'Mini' but with a vanilla kernel. This is"
+ desc = "Alpine with a vanilla kernel. This is"
.." for troubleshooting kernel issues." },
["alpine-virt"] = {
title = "Virtual",
- desc = "Only basic packages included. Kernel optimized for virtual machines." },
+ desc = "Same as Standard, with a kernel optimized for virtual machines." },
["alpine-xen"] = {
title = "Xen",
- desc = "Xen Dom0 LiveCD and Xen packages." },
+ desc = "Xen Dom0 and Xen packages. Your hypervisor of choice." },
["alpine-rpi"] = {
title = "Raspberry Pi",
- desc = "Build for Raspberry Pi (version 0, 1, 2, 3)." },
+ desc = "Alpine for any Raspberry Pi model. One build to rule them all!" },
["alpine-uboot"] = {
title = "Generic ARM",
- desc = "General build for ARM architecture (wandboard and others)." },
+ desc = "General build for ARM architectures. Not for the faint hearted." },
}
for i = 1,#arg do