X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap.8.txt;h=790654c02a9d5d5cc38157962d4a330821131ae9;hp=7eca4c07eae961c37a2ce30e5ddf4afee7d8044b;hb=cbe2eaeafb3d6606e9503d69589f061e9baa295f;hpb=5c9bdb3231969bc0660ca53847474fd0628b4f07;ds=sidebyside diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index 7eca4c0..790654c 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -138,7 +138,7 @@ Options and environment variables *-r*, *--release* <_releasename_>:: Specify release of new Debian system. Supported releases names: lenny, - squeeze (note: requires current version of debootstrap) and sid. + squeeze, wheezy (note: requires current version of debootstrap) and sid. Corresponding with configuration variable RELEASE. *--pre-scripts* <_directory_>:: @@ -177,7 +177,7 @@ Usage examples grml-debootstrap --target /dev/sda1 --grub /dev/sda -Install default Debian release (stable/lenny) on /dev/sda1 and install bootmanager +Install default Debian release (stable/squeeze) on /dev/sda1 and install bootmanager Grub in MBR (master boot record) of /dev/sda and use /dev/sda1 as system partition. grml-debootstrap --target /dev/sda6 --grub /dev/sda --release sid @@ -188,19 +188,19 @@ Install Debian unstable/sid on /dev/sda6, install bootmanager Grub in MBR mount /dev/sda1 /data/chroot grml-debootstrap --target /data/chroot -Install default Debian release (stable/lenny) in directory /data/chroot (without +Install default Debian release (stable/squeeze) in directory /data/chroot (without any bootloader). grml-debootstrap --target /dev/sda3 --grub /dev/sda --mirror ftp://ftp.tugraz.at/mirror/debian -Install default Debian release (stable/lenny) on /dev/sda3 and install bootmanager +Install default Debian release (stable/squeeze) on /dev/sda3 and install bootmanager Grub in MBR (master boot record) of /dev/sda and use /dev/sda3 as system partition. Use specified mirror instead of the default (ftp://ftp.debian.de/debian) one. mount -o loop /mnt/sda6/debian-40r0-i386-CD-1.iso /mnt/iso grml-debootstrap --target /dev/sda1 --grub /dev/sda --iso file:/mnt/iso/debian/ -Install Debian stable/lenny on /dev/sda1 using the loopback mounted Debian-ISO +Install Debian stable/squeeze on /dev/sda1 using the loopback mounted Debian-ISO for the base-system and install bootmanager Grub in MBR (master boot record) of /dev/sda and use /dev/sda1 as system partition. Please notice, that the chroot system requires network access for all packages which are not part of the @@ -282,7 +282,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 -relases: lenny, squeeze and sid. Usage example: release=sid +relases: lenny, squeeze, wheezy and sid. Usage example: release=sid mirror=...