diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-01-30 06:20:38 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-01-30 06:20:38 +0000 |
commit | 7300b14cab3b462b9f41751f1b9fba4e13d4f2c5 (patch) | |
tree | 7701602895f3b1084f1f79e8e5ada2111de65888 /conf | |
parent | da46c139de71989d968aa7fd372f73506c07f525 (diff) |
slugos.conf: Back to alpha quality due to new kernel
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/slugos.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 29c96ce384..012081f143 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -8,7 +8,7 @@ DISTRO_NAME = "SlugOS" # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}" # DISTRO_FEED = "unstable" -DISTRO_TYPE = "beta" +DISTRO_TYPE = "alpha" TARGET_ARCH ?= "armeb" ARM_INSTRUCTION_SET = "arm" TARGET_OS = "linux" |