--- debian/multistrap.install | 1 - examples/multistrap-example.conf | 29 ----------------------------- 2 filer ändrade, 30 borttagningar(-) delete mode 100644 examples/multistrap-example.conf
diff --git a/debian/multistrap.install b/debian/multistrap.install index 2d3ea63c..d21210e0 100644 --- a/debian/multistrap.install +++ b/debian/multistrap.install @@ -1,7 +1,6 @@ multistrap ./usr/sbin/ doc/multistrap/man/* ./usr/share/man/ examples/device_table.txt ./usr/share/doc/multistrap/examples/ -examples/multistrap-example.conf ./usr/share/doc/multistrap/examples/ examples/multiarch.conf ./usr/share/doc/multistrap/examples/ examples/full.conf ./usr/share/doc/multistrap/examples/ examples/setup.sh ./usr/share/doc/multistrap/examples/ diff --git a/examples/multistrap-example.conf b/examples/multistrap-example.conf deleted file mode 100644 index 41276275..00000000 --- a/examples/multistrap-example.conf +++ /dev/null @@ -1,29 +0,0 @@ -# Example multistrap configuration file -# to create a plain Debian lenny bootstrap for amd64 - -[General] -arch=amd64 -directory=/tmp/multistrap/ -# same as --tidy-up option if set to true -cleanup=true -# same as --no-auth option if set to true -# keyring packages listed in each bootstrap will -# still be installed. -noauth=false -# whether to add the /suite to be explicit about where apt -# needs to look for packages. Default is false. -explicitsuite=false -# extract all downloaded archives (default is true) -unpack=true -# the order of sections is not important. -# the bootstrap option determines which repository -# is used to calculate the list of Priority: required packages. -bootstrap=Debian -aptsources=Debian - -[Debian] -packages= -source=http://cdn.debian.net/debian -keyring=debian-archive-keyring -suite=stable -omitdebsrc=false -- 1.7.10.4 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

