Skip to content

Commit

Permalink
debootstrap updated to lenny version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dottedmag committed Feb 15, 2009
1 parent 195dda6 commit 6d8f439
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions debootstrap/debootstrap
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#!/bin/sh -e

VERSION='1.0.10'
VERSION='1.0.10lenny1'

unset TMP TEMP TMPDIR || true

###########################################################################

DEBOOTSTRAP_DIR=debootstrap

if [ "$DEBOOTSTRAP_DIR" = "" ]; then
if [ -x /debootstrap/debootstrap ]; then
DEBOOTSTRAP_DIR=/debootstrap
Expand Down
Binary file modified debootstrap/devices.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion debootstrap/functions
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ setup_devices () {
setup_devices_hurd ;;
*)
if [ -e "$DEVICES_TARGZ" ]; then
zcat "$DEVICES_TARGZ" | (cd "$TARGET"; tar -xf -)
(cd "$TARGET"; zcat "$DEVICES_TARGZ" | tar -xf -)
else
if [ -e /dev/.devfsd ] ; then
in_target mount -t devfs devfs /dev
Expand Down
File renamed without changes.

0 comments on commit 6d8f439

Please sign in to comment.