[SCM] live-build branch, debian-old-2.0, updated. debian/2.0.7-1-6-g8b24b48

Daniel Baumann daniel at debian.org
Mon Nov 29 22:13:26 UTC 2010


The following commit has been merged in the debian-old-2.0 branch:
commit 8b24b48eea0259656c458f44ea260baf65b8229b
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Nov 29 23:13:04 2010 +0100

    Releasing debian version 2.0.8-1.

diff --git a/debian/changelog b/debian/changelog
index 74fe27a..bd5b816 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+live-build (2.0.8-1) unstable; urgency=medium
+
+  [ Daniel Baumann ]
+  * Replacing last occurences of lh with lb.
+  * Adding warning about non-usefullnes of the stripped hook.
+
+  [ Ben Armstrong ]
+  * Adding example auto scripts.
+
+  [ Daniel Baumann ]
+  * Applying slightly modified patch from Michael Hudson
+    <michael.hudson at canonical.com> to make arguments in debootstrap
+    calls more robust.
+  * Updating initramfs switch in lb config manpage (Closes: #605255).
+
+ -- Daniel Baumann <daniel at debian.org>  Mon, 29 Nov 2010 23:12:54 +0100
+
 live-build (2.0.7-1) unstable; urgency=medium
 
   [ Daniel Baumann ]
diff --git a/manpages/0001-Updating-initramfs-switch-in-lb-config-manpage-Close.patch b/manpages/0001-Updating-initramfs-switch-in-lb-config-manpage-Close.patch
new file mode 100644
index 0000000..0a45713
--- /dev/null
+++ b/manpages/0001-Updating-initramfs-switch-in-lb-config-manpage-Close.patch
@@ -0,0 +1,24 @@
+diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
+index f434775..24c8f88 100644
+--- a/manpages/en/lb_config.1
++++ b/manpages/en/lb_config.1
+@@ -101,7 +101,7 @@
+ .br
+ 	[\fB\-\-includes\fR \fIPATH\fR]
+ .br
+-	[\fB\-\-initramfs\fR auto|live\-initramfs|casper]
++	[\fB\-\-initramfs\fR auto|none|live\-boot|live\-initramfs|casper]
+ .br
+ 	[\fB\-\-interactive\fR shell]
+ .br
+@@ -309,8 +309,8 @@ sets the hostname of the live system.
+ \fBlb config\fR by default reads system defaults from /etc/live/build.conf and /etc/live/build.d when generating a new live system config directory. This is useful if you want to set global settings, such as mirror locations, and don't want to specify them all of the time.
+ .IP "\fB\-\-includes\fR \fIPATH\fR" 4
+ sets the path to the includes that live\-build is going to use, e.g. additional minimal documentation that you want to have on all live systems. By default, this is set to /usr/share/live/build/includes/.
+-.IP "\fB\-\-initramfs\fR auto|live\-initramfs|casper" 4
+-sets the name of package that contains the live system specific initramfs modification. By default, auto is used, which means that at build time of the image rather than on configuration time, the value will be expanded to casper when building etch systems and to live\-initramfs for all other systems.
++.IP "\fB\-\-initramfs\fR auto|none|live\-boot|live\-initramfs|casper" 4
++sets the name of package that contains the live system specific initramfs modification. By default, auto is used, which means that at build time of the image rather than on configuration time, the value will be expanded to casper when building etch systems or ubuntu systems, to live\-initramfs for all other systems up to squeeze, and to live\-boot for wheezy and newer. Using 'none' is usefull if the resulting system image should not be a live image (experimental).
+ .IP "\fB\-\-interactive\fR shell" 4
+ defines if after the chroot stage and before the beginning of the binary stage, a interactive shell login should be spawned in the chroot in order to allow you to do manual customizations. Once you close the shell with logout or exit, the build will continue as usual. Note that it's strongly discouraged to use this for anything else than testing. Modifications that should be present in all builds of a live system should be properly made through hooks. Everything else destroys the beauty of being able to completely automatise the build process and making it non interactive. By default, this is of course false.
+ .IP "\fB\-\-iso\-application\fR \fINAME\fR" 4

-- 
live-build



More information about the debian-live-changes mailing list