1
0
mirror of synced 2026-05-05 15:53:45 +00:00

2007-08-07 20:50:39 by steve

Allow the user to setup an alternative debootstrap command in
 the configuration file.  That could be used to prefer cdebootstrap.
This commit is contained in:
steve
2007-08-07 20:50:39 +00:00
parent c3414c2c32
commit 690e135d30
3 changed files with 30 additions and 7 deletions

View File

@@ -99,17 +99,20 @@ install-method = debootstrap
# Command definitions.
##
#
# The "debootstrap", "rinse", and "rpmstrap" commands are hardwired into
# The "rinse", and "rpmstrap" commands are hardwired into
# the script, but if you wish to modify the commands which are executed
# when installing new systems by a "copy" or "tar" method you can
# do so here:
# when installing new systems by a "copy", "debootstrap", or "tar" method
# you can do so here:
#
# (This allows you to install from a .tar.bz file, rather than a plain
# tar file, for example.)
# tar file, use cdebootstrap, etc.)
#
# install-method=copy:
# copy-cmd = /bin/cp -a $src/* $dest
#
# install-method=debootstrap:
# debootstrap-cmd=/usr/sbin/debootstrap
#
# install-method=tar:
# tar-cmd = /bin/tar --numeric-owner -xvf $src
#