View | Details | Raw Unified | Return to bug 179766 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-debootstrap (-3 / +11 lines)
Lines 1-6 Link Here
1
--- debootstrap.orig	2011-08-25 20:19:23.294346076 +0200
1
--- debootstrap.orig	2013-05-18 23:39:44.000000000 +0200
2
+++ debootstrap	2011-08-25 20:22:42.850735086 +0200
2
+++ debootstrap	2013-06-20 13:11:32.583440073 +0200
3
@@ -419,6 +419,10 @@
3
@@ -423,6 +423,10 @@
4
 	esac
4
 	esac
5
 fi
5
 fi
6
 
6
 
Lines 11-13 Link Here
11
 if [ -z "$ARCH" ]; then
11
 if [ -z "$ARCH" ]; then
12
 	ARCH=$HOST_ARCH
12
 	ARCH=$HOST_ARCH
13
 fi
13
 fi
14
@@ -619,7 +623,6 @@
15
 	if ! am_doing_phase second_stage; then
16
 		cp "$0"				 "$TARGET/debootstrap/debootstrap"
17
 		cp $DEBOOTSTRAP_DIR/functions	 "$TARGET/debootstrap/functions"
18
-		cp $DEBOOTSTRAP_DIR/devices.tar.gz	 "$TARGET/debootstrap/devices.tar.gz"
19
 		cp $SCRIPT			 "$TARGET/debootstrap/suite-script"
20
 		echo "$ARCH"			>"$TARGET/debootstrap/arch"
21
 		echo "$SUITE"			>"$TARGET/debootstrap/suite"

Return to bug 179766