[Pkg-uml-commit] rootstrap: Changes to 'debian-unstable'

Mattia Dongili malattia at alioth.debian.org
Sun Jun 10 03:17:31 UTC 2012


 debian/changelog |    6 ++++++
 modules/uml      |    1 -
 rootstrap.conf   |    2 ++
 3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 3d3e0b4fdbe61ced35d535a58e98ff915c473821
Author: Mattia Dongili <malattia at linux.it>
Date:   Sun Jun 10 10:10:44 2012 +0900

    Add a comment suggesting to enable base-config
    
    Else one may waste time trying to figure out why the password in the
    default configuration file has not been set in the image.
    
    Signed-off-by: Mattia Dongili <malattia at linux.it>

diff --git a/rootstrap.conf b/rootstrap.conf
index f065f4b..94696f0 100644
--- a/rootstrap.conf
+++ b/rootstrap.conf
@@ -152,6 +152,8 @@ exclude=pcmcia-cs setserial
 # Acquire::http::Proxy {"http://[[user][:pass]@]host[:port]/"};
 # Acquire::ftp::Proxy {"ftp://[[user][:pass]@]host[:port]/"};
 
+# note that this module is not used by default add it before umount
+# in the modules option if you want to have a root password set
 [base-config]
 root_password=rootstrap
 

commit 261de963ee6eaea5c04e2e44e0401cc05de4cefb
Author: Mattia Dongili <malattia at linux.it>
Date:   Sun Jun 10 07:39:09 2012 +0900

    Remove sneaky debug set
    
    Signed-off-by: Mattia Dongili <malattia at linux.it>

diff --git a/modules/uml b/modules/uml
index 7f5f8f5..d4e3a7d 100644
--- a/modules/uml
+++ b/modules/uml
@@ -1,5 +1,4 @@
 #!/bin/sh -e
-set -x
 
 # generate a new fstab
 cat <<EOF > $TARGET/etc/fstab

commit c88e13d48956c865f73ea3b1688e1dc3d9a2c660
Author: Mattia Dongili <malattia at linux.it>
Date:   Sun Jun 10 07:17:49 2012 +0900

    Update changelog for a potential new upload
    
    Signed-off-by: Mattia Dongili <malattia at linux.it>

diff --git a/debian/changelog b/debian/changelog
index 49d0ce5..0bf197b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rootstrap (0.3.25-1) unstable; urgency=low
+
+  * Remove MAKEDEV calls as they are no-ops and udev should be used.
+
+ -- Mattia Dongili <malattia at debian.org>  Sun, 10 Jun 2012 07:11:58 +0900
+
 rootstrap (0.3.24-6.1) unstable; urgency=low
 
   * Non-maintainer upload.



More information about the Pkg-uml-commit mailing list