summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps_interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index bf8ce9fcc..60d5aad80 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1225,6 +1225,7 @@ sub generateAutoInstFloppy {
output("/floppy/auto_inst.cfg", install_any::g_auto_install($replay));
fs::umount("/floppy");
+ common::sync(); #- if you shall remove the floppy right after the LED switches off
}
}