summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:37 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:04:37 +0200
commitf5e26be70004a382b440519a9e3f73778bf12e8d (patch)
tree937e74da668f71311a73af884508b202fd0aa4d6 /src
parent09f108a35e6dc45225ac9859a6c09c8554fb6cab (diff)
downloadvyos-live-build-f5e26be70004a382b440519a9e3f73778bf12e8d.tar.gz
vyos-live-build-f5e26be70004a382b440519a9e3f73778bf12e8d.zip
Adding live-package 0.99.14-4.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main.sh6
-rw-r--r--src/scripts/02defaults.sh11
-rw-r--r--src/scripts/14chroot.sh3
3 files changed, 5 insertions, 15 deletions
diff --git a/src/main.sh b/src/main.sh
index cfffd8337..7b3171f83 100755
--- a/src/main.sh
+++ b/src/main.sh
@@ -30,9 +30,9 @@ CONFIG="/etc/make-live.conf"
PROGRAM="`basename ${0}`"
VERSION="0.99.14"
-CODENAME_OLDSTABLE="woody"
-CODENAME_STABLE="sarge"
-CODENAME_TESTING="etch"
+CODENAME_OLDSTABLE="sarge"
+CODENAME_STABLE="etch"
+CODENAME_TESTING="lenny"
CODENAME_UNSTABLE="sid"
# Source sub scripts
diff --git a/src/scripts/02defaults.sh b/src/scripts/02defaults.sh
index 410332c68..9cc4c5a21 100644
--- a/src/scripts/02defaults.sh
+++ b/src/scripts/02defaults.sh
@@ -86,13 +86,7 @@ Defaults ()
;;
amd64)
- if [ "${LIVE_DISTRIBUTION}" = "unstable" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_UNSTABLE}" ] || \
- [ "${LIVE_DISTRIBUTION}" = "testing" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_TESTING}" ]
- then
- LIVE_KERNEL="amd64"
- else
- LIVE_KERNEL="amd64-generic"
- fi
+ LIVE_KERNEL="amd64"
;;
arm)
@@ -105,8 +99,7 @@ Defaults ()
;;
i386)
- if [ "${LIVE_DISTRIBUTION}" = "oldstable" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_OLDSTABLE}" ] || \
- [ "${LIVE_DISTRIBUTION}" = "stable" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_STABLE}" ]
+ if [ "${LIVE_DISTRIBUTION}" = "oldstable" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_OLDSTABLE}" ]
then
LIVE_KERNEL="386"
else
diff --git a/src/scripts/14chroot.sh b/src/scripts/14chroot.sh
index 2e2b489f0..cc24eecf6 100644
--- a/src/scripts/14chroot.sh
+++ b/src/scripts/14chroot.sh
@@ -156,9 +156,6 @@ Chroot ()
Chroot_exec "${LIVE_HOOK}"
fi
- # Temporary hacks for broken packages
- Hack_xorg
-
# Add filesystem.manifest
Chroot_exec "dpkg-query -W \*" | awk '$2 ~ /./ {print $1 " " $2 }' > "${LIVE_ROOT}"/filesystem.manifest