Update grml-debootstrap website to latest grml-debootstrap.git state
authorMichael Prokop <mika@grml.org>
Thu, 17 Nov 2016 11:10:14 +0000 (12:10 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 17 Nov 2016 11:10:29 +0000 (12:10 +0100)
Thanks: Stefan Schlesinger for the pointer

grml-debootstrap/index.html

index cf2dfca..fcf2785 100644 (file)
@@ -827,6 +827,15 @@ or virtual image file then. Customization of this process is possible as well.</
 </p>\r
 </dd>\r
 <dt class="hdlist1">\r
+<strong>--contrib</strong>\r
+</dt>\r
+<dd>\r
+<p>\r
+    Enable the <em>contrib</em> repository in COMPONENTS. By default only\r
+    the <em>main</em> repository is enabled.\r
+</p>\r
+</dd>\r
+<dt class="hdlist1">\r
 <strong>-d</strong>, <strong>--confdir</strong> <em>path</em>\r
 </dt>\r
 <dd>\r
@@ -861,6 +870,20 @@ or virtual image file then. Customization of this process is possible as well.</
 </p>\r
 </dd>\r
 <dt class="hdlist1">\r
+<strong>--efi</strong> <em>device</em>\r
+</dt>\r
+<dd>\r
+<p>\r
+    Partition where EFI boot manager should be installed to. If the\r
+    specified device doesn&#8217;t use a FAT filesystem yet grml-debootstrap\r
+    automatically creates the filesystem. If a FAT filesystem is already\r
+    present the filesystem creation is skipped. Please ensure that it&#8217;s\r
+    a valid FAT32 filesystem and the partition has the <em>boot</em> and <em>esp</em>\r
+    flags enabled. This option requires EFI support on the running system\r
+    and the option is NOT supported for Virtual Machine deployments.\r
+</p>\r
+</dd>\r
+<dt class="hdlist1">\r
 <strong>--filesystem</strong> <em>filesystem</em>\r
 </dt>\r
 <dd>\r
@@ -975,6 +998,15 @@ or virtual image file then. Customization of this process is possible as well.</
 </p>\r
 </dd>\r
 <dt class="hdlist1">\r
+<strong>--non-free</strong>\r
+</dt>\r
+<dd>\r
+<p>\r
+    Enable the <em>non-free</em> repository in COMPONENTS. By default only\r
+    the <em>main</em> repository is enabled.\r
+</p>\r
+</dd>\r
+<dt class="hdlist1">\r
 <strong>--nopackages</strong>\r
 </dt>\r
 <dd>\r
@@ -1023,13 +1055,15 @@ or virtual image file then. Customization of this process is possible as well.</
 </p>\r
 </dd>\r
 <dt class="hdlist1">\r
-<strong>-r</strong>, <strong>--release</strong> <em>releasename</em>\r
+<strong>--post-scripts</strong> <em>directory</em>\r
 </dt>\r
 <dd>\r
 <p>\r
-    Specify release of new Debian system. Supported releases names: lenny,\r
-    squeeze, wheezy, jessie (note: requires a recent version of debootstrap)\r
-    and sid. Corresponding with configuration variable RELEASE.\r
+    Execute scripts from specified directory after executing the chroot script.\r
+    This allows customisation of the system after the chroot has been set up.\r
+    The environment variable $MNTPOINT is available inside the scripts for\r
+    direct access of the chroot.\r
+    Default directory: /etc/debootstrap/post-scripts/\r
 </p>\r
 </dd>\r
 <dt class="hdlist1">\r
@@ -1045,14 +1079,22 @@ or virtual image file then. Customization of this process is possible as well.</
 </p>\r
 </dd>\r
 <dt class="hdlist1">\r
-<strong>--scripts</strong> <em>directory</em>\r
+<strong>-r</strong>, <strong>--release</strong> <em>releasename</em>\r
 </dt>\r
 <dd>\r
 <p>\r
-    Execute scripts from specified directory. This allows customisation of\r
-    the system after the chroot has been set up. The environment variable\r
-    $MNTPOINT is available inside the scripts for direct access of the chroot.\r
-    Default directory: /etc/debootstrap/scripts/\r
+    Specify release of new Debian system. Supported releases names: lenny,\r
+    squeeze, wheezy, jessie, stretch (note: requires a recent version of debootstrap)\r
+    and sid. Corresponding with configuration variable RELEASE.\r
+</p>\r
+</dd>\r
+<dt class="hdlist1">\r
+<strong>--remove-configs</strong>\r
+</dt>\r
+<dd>\r
+<p>\r
+    Delete grml-debootstrap configuration files (/etc/debootstrap/*) from installed\r
+    system. Useful for reproducible builds or if you don&#8217;t want to leak information.\r
 </p>\r
 </dd>\r
 <dt class="hdlist1">\r
@@ -1089,9 +1131,10 @@ or virtual image file then. Customization of this process is possible as well.</
 </dt>\r
 <dd>\r
 <p>\r
-    Set up a Virtual Machine instead of installing to a partition or directory.\r
-    This allows deployment of a Virtual Machine. The options needs to be\r
-    combined with the --target option.\r
+    Set up a Virtual Machine using a regular file instead of installing to a\r
+    partition/block device or directory. This allows deployment of a Virtual\r
+    Machine. The options needs to be combined with the --target option\r
+    (<em>qemu-img create -f raw &#8230;</em> is executed on the specified target).\r
     Usage example: --vmfile --target /mnt/sda1/qemu.img\r
 </p>\r
 </dd>\r
@@ -1155,7 +1198,7 @@ any bootloader).</p></div>
 </div></div>\r
 <div class="paragraph"><p>Install default Debian release (jessie) on /dev/sda3 and install bootmanager\r
 Grub in MBR (master boot record) of /dev/sda and use /dev/sda3 as system partition.\r
-Use specified mirror instead of the default (<a href="http://http.debian.net/debian">http://http.debian.net/debian</a>) one.</p></div>\r
+Use specified mirror instead of the default (<a href="http://httpredir.debian.org/debian">http://httpredir.debian.org/debian</a>) one.</p></div>\r
 <div class="literalblock">\r
 <div class="content">\r
 <pre><code>mount /dev/sda1 /mnt/sda1\r
@@ -1251,13 +1294,13 @@ target=/dev/sda1</p></div>
 <pre><code>release=...</code></pre>\r
 </div></div>\r
 <div class="paragraph"><p>Specify release of new Debian system. Defaults to Debian jessie. Supported\r
-relases: lenny, squeeze, wheezy, jessie and sid. Usage example: release=sid</p></div>\r
+releases: lenny, squeeze, wheezy, jessie, stretch and sid. Usage example: release=sid</p></div>\r
 <div class="literalblock">\r
 <div class="content">\r
 <pre><code>mirror=...</code></pre>\r
 </div></div>\r
 <div class="paragraph"><p>Specify mirror which should be used for apt-get/aptitude instead\r
-of the default one (<a href="http://http.debian.net/debian">http://http.debian.net/debian</a>).\r
+of the default one (<a href="http://httpredir.debian.org/debian">http://httpredir.debian.org/debian</a>).\r
 Usage example: mirror=ftp://ftp.tugraz.at/mirror/debian</p></div>\r
 <div class="literalblock">\r
 <div class="content">\r
@@ -1323,6 +1366,10 @@ cellspacing="0" cellpadding="4">
 <td align="left" valign="top"><p class="table">works</p></td>\r
 </tr>\r
 <tr>\r
+<td align="left" valign="top"><p class="table">stretch</p></td>\r
+<td align="left" valign="top"><p class="table">works</p></td>\r
+</tr>\r
+<tr>\r
 <td align="left" valign="top"><p class="table">sid</p></td>\r
 <td align="left" valign="top"><p class="table">works[2]</p></td>\r
 </tr>\r
@@ -1338,12 +1385,15 @@ cellspacing="0" cellpadding="4">
 <div class="title">lenny release</div>\r
 <div class="paragraph"><p>[1] Please notice that lenny is an unsupported release within Debian nowadays.\r
 grml-debootstrap can handle the release but you really should not use lenny\r
-anymore unless you really know what you are doing. Choose Debian 7.0 (wheezy) or\r
+anymore unless you really know what you are doing. Choose Debian 8.0 (jessie) or\r
 something newer instead.</p></div>\r
 <div class="paragraph"><p>Notice that you need to specify a mirror providing the lenny release, the\r
-default (<a href="http://http.debian.net/debian">http://http.debian.net/debian</a>) doesn&#8217;t provide it any longer nowadays.\r
+default (<a href="http://httpredir.debian.org/debian">http://httpredir.debian.org/debian</a>) doesn&#8217;t provide it any longer nowadays.\r
 Set the mirror to e.g. <a href="http://archive.debian.org/debian/">http://archive.debian.org/debian/</a> if you don&#8217;t have\r
 your own lenny mirror.</p></div>\r
+<div class="paragraph"><p>You also need to specify a filesystem that&#8217;s supported by lenny, e.g.\r
+<em>--filesystem ext3</em> since grml-debootstrap&#8217;s current default (ext4) isn&#8217;t\r
+supported by lenny.</p></div>\r
 <div class="paragraph"><p>Also when debootstrapping lenny on a live system with a kernel version\r
 like "3.16-1-grml-amd64" lenny&#8217;s libc will fail to install with:</p></div>\r
 <div class="literalblock">\r
@@ -1400,7 +1450,7 @@ deploying a stable release and upgrade it after installation finished.</p></div>
 <div id="footer">\r
 <div id="footer-text">\r
 Last updated\r
- 2014-12-30 10:50:18 CET\r
+ 2016-11-17 12:09:18 CET\r
 </div>\r
 </div>\r
 </body>\r