1
0
mirror of synced 2026-04-25 03:54:31 +00:00

Support passing commandline options with --debootstrap-cmd

This commit is contained in:
Axel Beckert
2015-06-11 22:04:20 +02:00
parent ba8eacf3ea
commit 43a22462e1
2 changed files with 2 additions and 1 deletions

View File

@@ -3413,7 +3413,7 @@ sub installSystem
if ( $CONFIG{ 'install-method' } eq 'debootstrap' and
$CONFIG{ 'debootstrap-cmd' } )
{
$cmd .= " --debootstrap-cmd=$CONFIG{'debootstrap-cmd'}";
$cmd .= " --debootstrap-cmd='$CONFIG{'debootstrap-cmd'}'";
}