Unconditionally including firmware in all images by default. This is safe since only firmware available within the configured archive area is included automatically, see manpage.

This commit is contained in:
Daniel Baumann 2012-04-26 23:11:25 +02:00
parent 4eec1db12f
commit 1315e5b1f5
1 changed files with 2 additions and 11 deletions

View File

@ -1190,17 +1190,8 @@ Set_defaults ()
esac
# Setting firmware option
case "${LB_MODE}" in
progress)
LB_FIRMWARE_CHROOT="${LB_FIRMWARE_CHROOT:-true}"
LB_FIRMWARE_BINARY="${LB_FIRMWARE_BINARY:-true}"
;;
*)
LB_FIRMWARE_CHROOT="${LB_FIRMWARE_CHROOT:-false}"
LB_FIRMWARE_BINARY="${LB_FIRMWARE_BINARY:-false}"
;;
esac
LB_FIRMWARE_CHROOT="${LB_FIRMWARE_CHROOT:-true}"
LB_FIRMWARE_BINARY="${LB_FIRMWARE_BINARY:-true}"
# Setting swap file
LB_SWAP_FILE_SIZE="${LB_SWAP_FILE_SIZE:-512}"