mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Revert "Install kernels on partition 12 on arm"
This reverts commit 1d20fe6813b991899900aaa4f92b965a8f0b511d Change-Id: I2d07c4c16e56841e397ee62d0371c5edc85c8364 Reviewed-on: https://gerrit.chromium.org/gerrit/13439 Commit-Ready: Olof Johansson <olofj@chromium.org> Reviewed-by: Olof Johansson <olofj@chromium.org> Tested-by: Olof Johansson <olofj@chromium.org> Reviewed-by: Ryan Cui <rcui@chromium.org> Tested-by: Ryan Cui <rcui@chromium.org>
This commit is contained in:
parent
2c994ad1ca
commit
ffe3b85392
@ -243,8 +243,6 @@ elif [[ "${FLAGS_arch}" = "arm" ]]; then
|
|||||||
sudo mkdir -p "${ESP_FS_DIR}/u-boot"
|
sudo mkdir -p "${ESP_FS_DIR}/u-boot"
|
||||||
sudo cp "${FLAGS_from}/boot-A.scr.uimg" \
|
sudo cp "${FLAGS_from}/boot-A.scr.uimg" \
|
||||||
"${ESP_FS_DIR}/u-boot/boot.scr.uimg"
|
"${ESP_FS_DIR}/u-boot/boot.scr.uimg"
|
||||||
sudo cp -f "${FLAGS_from}"/vmlinuz "${ESP_FS_DIR}"/vmlinuz.uimg.A
|
|
||||||
sudo cp -f "${FLAGS_from}"/zImage "${ESP_FS_DIR}"/vmlinuz.A
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user