diff options
author | Daniel Baumann <daniel@debian.org> | 2012-09-25 20:17:43 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-09-26 14:43:17 +0200 |
commit | d86d6cd72c6291a631f144923ffe727c9c972afa (patch) | |
tree | 34c9e347c16c7901bc3b92b0d79de73a6d035385 /scripts | |
parent | 9228a0ca66324c01ca4b32b40749923f2bf5e3a8 (diff) | |
download | vyos-live-build-d86d6cd72c6291a631f144923ffe727c9c972afa.tar.gz vyos-live-build-d86d6cd72c6291a631f144923ffe727c9c972afa.zip |
Removing intel-microcode special handling in chroot_linux-image, microcode packages are already included automatically anyway.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/chroot_linux-image | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build/chroot_linux-image b/scripts/build/chroot_linux-image index bb672c1d2..045182822 100755 --- a/scripts/build/chroot_linux-image +++ b/scripts/build/chroot_linux-image @@ -99,9 +99,6 @@ then else # Manually add firmware-linux/non-free meta package FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux" - - # Manually add intel-microcode - FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} intel-microcode" fi # Drop section and keep package names only |