summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2010-02-18 02:41:46 (GMT)
committerJoey Hess <joeyh@debian.org>2010-02-18 02:41:46 (GMT)
commit236117720cd5de5342d4b3dfbea35e5243490ae6 (patch)
treedb114acda56b055bcc0b292d02a6014ce4570741 /README
parent3f031b5a0c43294259e6a7264ed96bcfab68dd07 (diff)
downloaddebootstrap-236117720cd5de5342d4b3dfbea35e5243490ae6.zip
debootstrap-236117720cd5de5342d4b3dfbea35e5243490ae6.tar.gz
debootstrap-236117720cd5de5342d4b3dfbea35e5243490ae6.tar.bz2
Make scripts directory in source tree look like installed directory,
and add a section to README explaining an easy way to run debootstrap w/o installing it. Closes: #345762 r62297
Diffstat (limited to '')
-rw-r--r--README (renamed from debian/README.Debian)23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/README.Debian b/README
index 4956773..7564ed8 100644
--- a/debian/README.Debian
+++ b/README
@@ -3,6 +3,28 @@ README for debootstrap
See the manpage for (some) documentation.
+Running debootstrap from source
+-------------------------------
+
+You can run debootstrap from its source tree without installing it. This
+can be useful if you want a quick way to make a Debian chroot on another
+system, or if you are testing modifications to debootstrap.
+
+First, get the source.
+
+* Either by using subversion:
+ svn checkout svn://svn.debian.org/d-i/trunk/packages/debootstrap
+
+* Or by visiting <http://packages.debian.org/source/sid/debootstrap>
+ and downloading the tar.gz file
+
+Then as root, in the debootstrap source directory:
+
+make devices.tar.gz
+export DEBOOTSTRAP_DIR=`pwd`
+debootstrap sid sid
+
+
Future
------
@@ -22,6 +44,7 @@ Future
doing an install, and doing a buildd. Also, some installs want
different base packages (to setup networking, or kernels, eg)
+
NMUing
------