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 6 deletions
Showing only changes of commit 0545a2f460 - Show all commits

View File

@ -198,12 +198,7 @@ create_persistence_partition() {
mkdir -p "${tmp_rw_mount}" mkdir -p "${tmp_rw_mount}"
${SUDO} mount "$(pwd)/${rw_img_path}" "${tmp_rw_mount}" ${SUDO} mount "$(pwd)/${rw_img_path}" "${tmp_rw_mount}"
${SUDO} mkdir -p "${tmp_rw_mount}/settings" ${SUDO} mkdir -p "${tmp_rw_mount}/settings"
${SUDO} tee "${tmp_rw_mount}/settings/settings.ini" <<END ${SUDO} cp -v settings.ini "${tmp_rw_mount}/settings/settings.ini"
[settings]
url = http://127.0.0.1:8000/api/snapshot/
token = '1234'
END
${SUDO} umount "${tmp_rw_mount}" ${SUDO} umount "${tmp_rw_mount}"
uuid="$(blkid "${rw_img_path}" | awk '{ print $3; }')" uuid="$(blkid "${rw_img_path}" | awk '{ print $3; }')"