Adding live-package 0.99.26-1.
This commit is contained in:
parent
fdfcd0ff29
commit
470cf1764b
|
@ -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>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue