GRML-DEBOOTSTRAP(8) | GRML-DEBOOTSTRAP(8) |
NAME¶
grml-debootstrap - wrapper around debootstrap for installing plain DebianSYNOPSIS¶
grml-debootstrap [ options ]INTRODUCTION¶
grml-debootstrap is a wrapper suite around debootstrap (and cdebootstrap if you want) for installing a plain Debian system (e.g. via Grml) very fast and easy.OPTIONS AND ENVIRONMENT VARIABLES¶
--arch architectureSet target architecture you want to install.
Defaults to the architecture you are currently running. If you’re
running an amd64 kernel and want to deploy an i386 system use this option.
Note: deploying amd64 from an i386 kernel does not work. Example:
" --arch i386"
--bootappend appendline-for-the-kernel
Specify appendline for the kernel. E.g.
"pci=nomsi"
-c, --config file
Use specified configuration file, defaults to
/etc/debootstrap/config.
--chroot-scripts directory
Execute chroot scripts from specified
directory. This allows customisation of the chroot setup, the executable
script(s) present in the given directory are executed at the end of the chroot
procedure. Default directory: /etc/debootstrap/chroot-scripts/
-d, --confdir path
Place of configuration files for debootstrap,
defaults to /etc/debootstrap.
--debconf file
Use specified file for preseeding Debian
packages instead of using the default
<confdir>/debconf-selections.
--debopt params
Extra parameters passed to the debootstrap
command.
--filesystem filesystem
Filesystem that should be created when
installing to a partition. If unset defaults to ext3. Valid values are all
filesystems that can be created through mkfs. filesystem.
--force
Skip user acknowledgement and do not prompt
for user input.
--grmlrepos
Enable Grml.org’s Debian repository
(http://deb.grml.org/) via the /etc/apt/sources.list.d/grml.list
configuration file. This provides the option to install Debian packages from
Grml’s repository.
--grub device
Device where grub should be installed to. Note
that only the MBR (master boot record) can be used (/dev/sda, /dev/sdb,...).
Partitions (like /dev/sda1, /dev/sdb2,...) are NOT supported because grub2
doesn’t support installation into the PBR (partition boot record)
anymore. Usage example: --grub /dev/sda. Note: just do not set this
option to avoid installation of grub.
--help, -h
Show summary of options and exit.
--hostname hostname
Use specified hostname instead of the default
(being grml).
-i, --iso /mntpoint
Specify mount point 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.
--keep_src_list
Do not overwrite user provided
/etc/apt/sources.list.
-m, --mirror URL
Specify mirror which should be used for
apt-get/aptitude. Corresponding with configuration variable MIRROR.
--nodebootstrap
Skip debootstrap, only do configuration to the
target.
--nopackages
Skip installation of packages defined in
/etc/debootstrap/packages.
--nopassword
Do not prompt for the root password. Note: Use
the --password option if you want to set the root password during an
automatic installation but don’t want to use the interactive
dialog.
-p, --mntpoint /mntpoint
Specify mount point that should be used for
mounting the target system. Corresponding with configuration variable
MNTPOINT. Note: this option has no effect if option -t is given and represents
a directory.
--packages file
Use specified file as list for packages that
should be installed instead of the default package list file
<confdir>/packages.
--password password
Use specified password as password for user
root. Use with caution, as your command line might be visible in the process
list and the shell history. It’s meant for automatic installation
only.
-r, --release releasename
Specify release of new Debian system.
Supported releases names: lenny, squeeze, wheezy (note: requires current
version of debootstrap) and sid. Corresponding with configuration variable
RELEASE.
--pre-scripts directory
Execute scripts from specified directory
before executing the chroot script. This allows customisation of the system
before the chroot has been set up. The environment variable $MNTPOINT is
available inside the scripts for direct access of the chroot. Default
directory: /etc/debootstrap/pre-scripts/
--scripts directory
Execute scripts from specified directory. This
allows customisation of the system after the chroot has been set up. The
environment variable $MNTPOINT is available inside the scripts for direct
access of the chroot. Default directory: /etc/debootstrap/scripts/
-t, --target target
Target partition (/dev/...) or directory
(anything else without /dev at the beginning). To install grub using
--grub make sure to use a device instead of a directory as
target (installation of grub as bootloader when using directories is
NOT supported).
-v, --verbose
Increase verbosity.
--vmfile
Set up a Virtual Machine instead of installing
to a partition or directory. This allows deployment of a Virtual Machine. The
options needs to be combined with the --target option. Usage example: --vmfile
--target /mnt/sda1/qemu.img
--vmsize size
Use specified size for size of Virtual Machine
disk file. If not specified it defaults to 2G (being 2GB). Syntax as supported
by qemu-img (see manpage qemu-img(1) for details. Usage example: --vmsize
3G
-V, --version
Show version of program and exit.
USAGE EXAMPLES¶
grml-debootstrap --target /dev/sda1 --grub /dev/sda
grml-debootstrap --target /dev/sda6 --grub /dev/sda --release sid
mount /dev/sda1 /data/chroot grml-debootstrap --target /data/chroot
grml-debootstrap --target /dev/sda3 --grub /dev/sda --mirror ftp://ftp.tugraz.at/mirror/debian
mount /dev/sda1 /mnt/sda1 grml-debootstrap --vmfile --vmsize 3G --target /mnt/sda1/qemu.img
mount -o loop /mnt/sda6/debian-CD-1.iso /mnt/iso grml-debootstrap --target /dev/sda1 --grub /dev/sda --iso file:/mnt/iso/debian/
FILES¶
/etc/debootstrap/config
/etc/debootstrap/chroot-script
/etc/debootstrap/locale.gen
/etc/debootstrap/packages
/etc/debootstrap/extrapackages/
/etc/debootstrap/stages/
CUSTOMIZATION¶
You can control execution of grml-debootstrap via adjusting /etc/debootstrap/config for some main stuff or via setting some selected variables via command line. The packages which should be installed in the new Debian system can be defined via the file /etc/debootstrap/packages. If you want to put existing files to the new Debian system you can place them into the (by default non-existing) directories boot, etc, share, usr and var in /etc/debootstrap/. Every existing directory will be copied to the new Debian system then. If you want to install additional packages that are not available via the Grml or Debian mirror drop them into /etc/debootstrap/extrapackages and make sure that EXTRAPACKAGES is set to "yes".AUTOMATIC INSTALLATION¶
If environment variable AUTOINSTALL is set grml-debootstrap can be executed in a full automatic mode. While this mode isn’t really useful for interactive execution (just configure /etc/debootstrap/configure or specify the relevant variables on the command line instead) it is meant for use via boot option debian2hd on the Grml live system. The boot option debian2hd (more precise: the kernelname at the bootprompt) supports the following boot options (they correspond with the command line options mentioned above):target=...
grub=...
release=...
mirror=...
password=...
Usage example for automatic installation:¶
debian2hd target=/dev/sda1 grub=/dev/sda mirror=ftp://ftp.tugraz.at/mirror/debian password=foobar
SUPPORTED RELEASES¶
Current status:+----------------+-------------+-----------------+ | Release / Tool | debootstrap | cdebootstrap | +----------------+-------------+-----------------+ | Lenny | works [1] | works [1] | +----------------+-------------+-----------------+ | Squeeze | works | works | +----------------+-------------+-----------------+ | Wheezy | works | works | +----------------+-------------+-----------------+ | Sid | works [2] | works [2] | +----------------+-------------+-----------------+
BUGS¶
Probably. Please send bugreports to Michael Prokop < mika@grml.org[2]>.SEE ALSO¶
debootstrap (8), cdebootstrap (1).AUTHOR¶
Michael Prokop < mika@grml.org[2]>NOTES¶
- 1.
- [set $man.base.url.for.relative.links]/images/screenshot.png
- 2.
- mika@grml.org
mailto:mika@grml.org
12/31/2012 |