mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
TBR: use the correct output directory
Pushed with the rootfs instead of output dir. TBR=fes BUG=none TEST=manual
This commit is contained in:
parent
c985ae271f
commit
25861ee160
@ -575,7 +575,7 @@ create_base_image() {
|
||||
# This will include any built files dropped in /boot as well.
|
||||
# Like the current vmlinuz.
|
||||
sudo cp -r "${ROOT_FS_DIR}"/boot/. "${OUTPUT_DIR}"/boot/
|
||||
sudo chmod -R a+r "${ROOT_FS_DIR}"/boot/
|
||||
sudo chmod -R a+r "${OUTPUT_DIR}"/boot/
|
||||
|
||||
# Don't test the factory install shim.
|
||||
if [[ ${FLAGS_factory_install} -eq ${FLAGS_FALSE} ]] ; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user