Skip to content
Snippets Groups Projects
Commit b54ccfe9 authored by Frederic Danis's avatar Frederic Danis
Browse files

Revert "lib: Manually unmount /boot before board reset"


This reverts commit 8c71fb5c.

Filesystem corruption during image creation has been fixed in
pkg/user-mode-linux

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 8c71fb5c
No related branches found
No related tags found
2 merge requests!41Backports v2023dev1 → v2022,!38Revert "lib: Manually unmount /boot before board reset"
......@@ -198,11 +198,6 @@ update_manager_phases()
case "$PHASE" in
"") PHASE="0";;
"done")
# Workaround: manually unmount the boot partition before the board is
# reset by Lava to prevent unexpected entries in /boot/lost+found
# which can prevent subsequent boots.
# see https://phabricator.apertis.org/T8501
systemd-mount --umount /boot
exit 0;;
failed\ *)
echo "Canceled phase because an error occured earlier"
......@@ -238,12 +233,6 @@ update_manager_phases()
trap '' EXIT
# Workaround: manually unmount the boot partition before the board is
# reset by Lava to prevent unexpected entries in /boot/lost+found
# which can prevent subsequent boots.
# see https://phabricator.apertis.org/T8501
systemd-mount --umount /boot
echo "finished"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment