contribuciones en estancia con ekoa #1

Merged
pedro merged 17 commits from ekoa into main 2024-09-28 02:16:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0545a2f460 - Show all commits

View File

@ -188,7 +188,7 @@ create_persistence_partition() {
# persistent partition # persistent partition
rw_img_name="workbench_vfat.img" rw_img_name="workbench_vfat.img"
rw_img_path="${ISO_PATH}/staging/${rw_img_name}" rw_img_path="${ISO_PATH}/staging/${rw_img_name}"
if [ ! -f "${rw_img_path}" ] || [ "${DEBUG:-}" ]; then if [ ! -f "${rw_img_path}" ] || [ "${DEBUG:-}" ] || [ "${FORCE:-}" ]; then
${SUDO} dd if=/dev/zero of="${rw_img_path}" bs=10M count=1 ${SUDO} dd if=/dev/zero of="${rw_img_path}" bs=10M count=1
${SUDO} mkfs.vfat "${rw_img_path}" ${SUDO} mkfs.vfat "${rw_img_path}"