mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 15:06:58 +02:00
Modify USE flags used when building network boot kernel
We need VFAT, ramdisk, and frame buffer console in network boot kernel. BUG=chrome-os-partner:9805 TEST=Build success. Network boot and install success. Change-Id: I267f305e2cedf44d002bb1acdf790b4279e20f2c Reviewed-on: https://gerrit.chromium.org/gerrit/23196 Commit-Ready: Vic Yang <victoryang@chromium.org> Reviewed-by: Vic Yang <victoryang@chromium.org> Tested-by: Vic Yang <victoryang@chromium.org>
This commit is contained in:
parent
279f103240
commit
c321a9a026
@ -117,7 +117,7 @@ else
|
|||||||
# and thus we only build kernel here. If this script is run against install
|
# and thus we only build kernel here. If this script is run against install
|
||||||
# shim with different kernel version, this might not work. But as we don't
|
# shim with different kernel version, this might not work. But as we don't
|
||||||
# upgrade kernel so often, this is probably fine.
|
# upgrade kernel so often, this is probably fine.
|
||||||
export USE='netboot'
|
export USE='vfat blkdevram fbconsole'
|
||||||
export EMERGE_BOARD_CMD="emerge-${FLAGS_board}"
|
export EMERGE_BOARD_CMD="emerge-${FLAGS_board}"
|
||||||
emerge_custom_kernel ${temp_build_path}
|
emerge_custom_kernel ${temp_build_path}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user