X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap.8.txt;h=6bd3b9c7598b097c598f3ea6e24f0d4f784bfd6b;hp=0644643edbfcba35c272207a35969458d380d0a9;hb=ba5d59edd575a091daa4bd9b9fb446015ea0fc5a;hpb=b3015dae12151f5eb85e60002a5c20d1678a1059 diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index 0644643..6bd3b9c 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -55,6 +55,13 @@ Options and environment variables specifying the mirror also sets the chrootmirror to the given value. Corresponding with configuration variables MIRROR and CHROOTMIRROR. +*-i*, *--iso* <_/mntpoint_>:: + Specify mountpoint where you have a Debian ISO mounted loopback. + Using this option instead of the mirror option gives you the possibility + to install the base-system without network access. Make sure you + mounted the according Debian-ISO to the given mntpoint. See section + 'Usage examples' for a demonstration. + *-p*, *--mntpoint* <_/mntpoint_>:: Specify mountpoint that should be used for mounting the target system. Corresponding with configuration variable MNTPOINT. @@ -100,6 +107,15 @@ Install default Debian release (stable/etch) on /dev/sda3 and install bootmanage Grub in MBR (master boot record) of /dev/sda and use /dev/sda3 as system partition. Use specifed mirror instead of the default (ftp://ftp.debian.de/debian) one. + mount -o loop /mnt/hda6/debian-40r0-i386-CD-1.iso /mnt/iso + grml-debootstrap --target /dev/hda1 --grub hd0 --groot hd0,0 --iso file:/mnt/iso/debian/ + +Install Debian stable/etch on /dev/hda1 using the loopback mounted Debian-ISO +for the base-system and install bootmanager Grub in MBR (master boot record) of +/dev/hda and use /dev/hda1 as system partition. Please notice, that the chroot +system requires network access for all packages which are not part of the +ISO. + Files -----