Adding live-package 0.99.26-1.

This commit is contained in:
Daniel Baumann 2007-09-23 10:04:42 +02:00
parent fdfcd0ff29
commit 470cf1764b
6 changed files with 4726 additions and 2 deletions

View File

@ -1,6 +1,15 @@
2007-03-10 Daniel Baumann <daniel@debian.org>
* Added knoppix and knoppix-dvd package lists.
2007-03-09 Daniel Baumann <daniel@debian.org>
* Getting free loopdevice from inside the chroot, not outside.
2007-03-09 Daniel Baumann <daniel@debian.org>
* Added kbd to all !minimal lists.
* Uploaded 0.99.25.
2007-03-08 Otavio Salvador <otavio@debian.org>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
live-package (0.99.26-1) unstable; urgency=low
* New upstream release.
-- Daniel Baumann <daniel@debian.org> Fri, 9 Mar 2007 12:27:00 +0100
live-package (0.99.25-1) unstable; urgency=low
* New upstream release.

View File

@ -162,7 +162,7 @@ EOF
REAL_DIM="`expr ${DU_DIM} + ${DU_DIM} / 20`" # Just 5% more to be sure, need something more sophistcated here...
dd if=/dev/zero of="${LIVE_ROOT}"/binary.img bs=1024k count=${REAL_DIM}
FREELO="`losetup -f`"
FREELO="`lh_chroot 'losetup -f'`"
echo "!!! The following error/warning messages can be ignored !!!"
lh_losetup $FREELO "${LIVE_ROOT}"/binary.img 0

1292
src/lists/knoppix Normal file

File diff suppressed because it is too large Load Diff

3417
src/lists/knoppix-dvd Normal file

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@ set -e
BASE=${LIVE_BASE:-"/usr/share/make-live"}
CONFIG="/etc/make-live.conf"
PROGRAM="`basename ${0}`"
VERSION="0.99.25"
VERSION="0.99.26"
export VERSION