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:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user