summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorAnsgar Burchardt <ansgar@debian.org>2016-10-18 22:14:03 (GMT)
committerAnsgar Burchardt <ansgar@debian.org>2016-10-19 22:27:46 (GMT)
commit6b4019d0d4911cdb337ad8204891223c9f323829 (patch)
treeb6ec7e453a781bfe1b74e51c3b09f2e17b703891 /debootstrap
parent2ab4758d3a447698cf2bd28a56a19a1378cd6ac7 (diff)
downloaddebootstrap-6b4019d0d4911cdb337ad8204891223c9f323829.zip
debootstrap-6b4019d0d4911cdb337ad8204891223c9f323829.tar.gz
debootstrap-6b4019d0d4911cdb337ad8204891223c9f323829.tar.bz2
Enable merged-/usr by default.
Thanks to Marco d'Itri for the patch.
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/debootstrap b/debootstrap
index 7875c5b..0d6cb54 100755
--- a/debootstrap
+++ b/debootstrap
@@ -27,7 +27,7 @@ KEYRING=""
DISABLE_KEYRING=""
FORCE_KEYRING=""
VARIANT=""
-MERGED_USR="no"
+MERGED_USR="yes"
ARCH=""
HOST_ARCH=""
HOST_OS=""