Skip to content

Commit

Permalink
fix burn.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn authored and jethome-bot committed Nov 12, 2024
1 parent 299bafe commit 24ddd3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildroot-external/scripts/burn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ function _create_disk_burn() {
local hdd_img="$(hassos_image_name "${hdd_ext}")"
local hdd_img_burn="$(hassos_image_name_burn "${hdd_ext}")"

local boot_img="$(path_boot_img)"
local boot_img="boot.vfat"
local rootfs_img="$(path_rootfs_img)"
local overlay_img="$(path_overlay_img)"
local overlay_img="overlay.ext4"
local data_img="$(path_data_img)"
local kernel_img="$(path_kernel_img)"
local kernel_img="kernel.img"

local ddrbin_img="DDR.USB"
local ubootbin_img="UBOOT.USB"
Expand Down

0 comments on commit 24ddd3a

Please sign in to comment.