Adding wget dependency in chroot_firmware.

This commit is contained in:
Daniel Baumann 2015-01-04 18:22:53 +01:00
parent 501a2817a5
commit 30122125be
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ Check_lockfile .lock
# Creating lock file
Create_lockfile .lock
# Checking depends
Check_package host /usr/bin/wget wget
# Diverting update-initramfs
#case "${LB_INITRAMFS}" in
# live-boot)