run apt-get update after deboostrap

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-01-10 00:38:29 +01:00
parent 8af1add2a6
commit b535e848ad
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ cp -L "$src" "$real_dst"
subprocess.call(cmd)
cmd = [ "chroot", self.target_dir, "/usr/bin/apt-get update" ]
def create_helper_files(self, base_dir):
for key, val in self.helper.items():
filename = os.path.join(base_dir, key)