Don't understand german? Read or subscribe to my english-only feed.

grml-debootstrap – Debian via Grml installieren

grml-debootstrap screenshot

Zum Thema ‘wie man Debian via grml installiert’ hab ich ja schon mal was geschrieben. Durch die Verwendung von debootstrap kann man ein “plain Debian” wunderbar via grml installieren. Das ist besonders dann interessant, wenn der Debian-Installer (AKA d-i) nicht funktioniert (z.B. zu alter Kernel) oder man einfach keine aktuelle Debian-CD zur Hand hat. Das ist übrigens schon seit einiger Zeit meine bevorzugte Variante, um ein blankes Debian-System zu installieren. Es geht an sich schnell, zuverlässig und tut einfach.

Allerdings finde ich die Arbeitsschritte vom debootstrap-Kommando bis zum laufenden Debian-System langweilig. Deswegen habe ich mich hingesetzt und einen Wrapper rund um debootstrap geschrieben. Rausgekommen ist grml-debootstrap:

root@funkenzutzler ~ # acsh grml-debootstrap
Package: grml-debootstrap
Status: install ok installed
Priority: optional
Section: grml
Installed-Size: 92
Maintainer: Michael Prokop <mika@grml.org>
Architecture: i386
Version: 0.2
Depends: debootstrap | cdebootstrap, grml-etc-core
Conffiles:
 /etc/debootstrap/config c5040b63b60a00132b578f01de65fd18
 /etc/debootstrap/locale.gen e9a41a756366fe6a44fd785fe03e2e96
 /etc/debootstrap/packages 7c354f0d3cd7581ba3b822de90e79c3c
 /etc/debootstrap/chroot-script 4ac6a196664aab55f93511560ca3dcd2
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.
 .
 All you have to do is adjust a few variables in configuration
 file /etc/debootstrap/config and invoke grml-debootstrap then.
 A plain and base Debian system will be installed on the given
 device then. Customization of this process is possible as well.
 .
 Supported Debian GNU/Linux releases:
   * Sarge (3.1)
   * Etch  (4.0)
   * Sid   (4.0 unstable)

Wer sich das mal anschauen will: einfach grml booten, ‘apt-get update ; apt-get install grml-debootstrap’ und nach dem Anpassen von /etc/debootstrap/config via Aufruf von ‘grml-debootstrap’ loslegen. Bugreports, Patches und Anregungen sind willkommen. Ich plane, grml-debootstrap mit der kommenden grml-Version 0.9 auszuliefern. Enjoy! :-)

Comments are closed.