From 509c9fa7943954285c632057b09d782b6c59a328 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Mon, 8 Aug 2016 20:54:08 +0100 Subject: Allow user defined distribution releases. Replace checking is the specified distribution is in debian or ubuntu by checking if there is a file in debootstrap scripts. This is where debootstrap gets its knowledge of distributions. This allows the user to create their own distribution. --- doc/overview.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/overview.rst b/doc/overview.rst index 5471d9a..9cea2e7 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -57,6 +57,8 @@ Options See **debootstrap (1)** for more information. This option replaces the ``--variant`` support in previous versions. + --debootstrap-scripts=DIR + set the directory containing debootstrap scripts. --package=PACKAGE install PACKAGE onto system --custom-package=DEB install package in DEB file onto system (not from mirror) -- cgit v1.2.1