summaryrefslogtreecommitdiffstats
path: root/initramfs/mkdxsinitrd
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/mkdxsinitrd')
-rwxr-xr-xinitramfs/mkdxsinitrd8
1 files changed, 5 insertions, 3 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index 1e3e1c17..a2992598 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -4,7 +4,7 @@
# ramdisks for linux diskless clients (stage2 system
# setup)
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 02-12-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 14-12-2006
# Nico Dietrich
# Felix Endres
# <mj0@uni-freiburg.de> (xenbr), 12-12-2006
@@ -461,11 +461,13 @@ case "${DISTRO}" in
10.0)
DISTRO_VER=10.0
;;
- 10*)
+ 10.1)
DISTRO_VER=10.1
;;
+ 10.2)
+ DISTRO_VER=10.2
+ ;;
esac
-
;;
esac
# at this point ${DISTRO} ${DISTRO_VER} should be fixed