Update package description and documentation to reflect squeeze as current stable...
authorMichael Prokop <mika@grml.org>
Mon, 30 May 2011 16:53:06 +0000 (18:53 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 30 May 2011 16:53:22 +0000 (18:53 +0200)
debian/control
grml-debootstrap
grml-debootstrap.8.txt

index 3b77770..afb7ea0 100644 (file)
@@ -13,18 +13,19 @@ Vcs-Browser: http://git.grml.org/?p=grml-debootstrap.git
 Package: grml-debootstrap
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, debootstrap (>= 0.3.3.3) | cdebootstrap (>= 0.3.16), grml-etc-core
-Description: wrapper around debootstrap for installing plain Debian via grml
+Description: wrapper around debootstrap for installing plain Debian via Grml
  This package provides a wrapper suite around deboostrap and
- cdebootstrap for installing a plain Debian system via grml.
+ cdebootstrap for installing a plain Debian system via Grml.
  .
  All you have to do is adjust a few variables in configuration
- file /etc/debootstrap/config or use the interactive configuration
- frontend. A plain and base Debian system will be installed on the
- specified device (or directory) then. Customization of this process 
- is possible as well.
+ file /etc/debootstrap/config or use some simple command line
+ switches or use the interactive configuration frontend. A plain
+ and base Debian system will be installed on the specified device
+ or directory then. Customization of this process is possible as
+ well.
  .
  Supported Debian GNU/Linux releases:
-   * Etch  (4.0) [old-stable]
-   * Lenny (5.0) [stable]
-   * Squeeze     [testing]
-   * Sid         [unstable]
+   * Lenny (5.0)   [old-stable]
+   * Squeeze (6.0) [stable]
+   * Wheezy        [testing]
+   * Sid           [unstable]
index 8d9cffb..5b426dc 100755 (executable)
@@ -40,7 +40,7 @@ Bootstrap options:
   -m, --mirror <URL>     Mirror which should be used for apt-get/aptitude.
   -i, --iso <mnt>        Mountpoint where a Debian ISO is mounted to, for use
                            instead of fetching packages from a mirror.
-  -r, --release <name>   Release of new Debian system (default: lenny).
+  -r, --release <name>   Release of new Debian system (default: squeeze).
   -t, --target <target>  Target partition (/dev/...) or directory where the
                          system should be installed to.
   -p, --mntpoint <mnt>   Mountpoint used for mounting the target system,
index 790654c..4ae89b2 100644 (file)
@@ -281,7 +281,7 @@ Where do you want to install grub to? Usage example: grub=/dev/sda
 
   release=...
 
-Specify release of new Debian system. Defaults to Debian stable.  Supported
+Specify release of new Debian system. Defaults to Debian squeeze. Supported
 relases: lenny, squeeze, wheezy and sid. Usage example: release=sid
 
   mirror=...