]> git.siccegge.de Git - forks/vmdebootstrap.git/commitdiff
Don't run debootstrap with empty --include=
authorRichard Maw <richard.maw@codethink.co.uk>
Thu, 11 Oct 2012 09:45:36 +0000 (10:45 +0100)
committerRichard Maw <richard.maw@codethink.co.uk>
Thu, 11 Oct 2012 09:45:36 +0000 (10:45 +0100)
Since the kernel may not be included any more, it is possible to
get an empty include list, which debootstrap complains is invalid.

To solve this, restructure the runcmd, so that it checks the include
list before attempting to add --include to the argument list.


No differences found