mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
parent
7a4c081107
commit
6795867104
@ -176,7 +176,7 @@ echo "Copying rootfs..."
|
||||
$sudo dd if=${ROOTFS_IMG} of=${OUTDEV} conv=notrunc bs=512 seek=${START_ROOTFS_A}
|
||||
|
||||
echo "Copying EFI system partition..."
|
||||
dd if=${ESP_IMG} of=${OUTDEV} conv=notrunc bs=512 seek=${START_ESP}
|
||||
$sudo dd if=${ESP_IMG} of=${OUTDEV} conv=notrunc bs=512 seek=${START_ESP}
|
||||
|
||||
# Clean up temporary files.
|
||||
if [[ -n "${MBR_IMG:-}" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user