From 682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 31 Jul 2001 22:46:39 +0000 Subject: after copying the auto install floppy, sync in case you shall remove the floppy right after the LED switches off yet the kernel decides to not flush everything --- perl-install/install_steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps_interactive.pm') 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 } } -- cgit v1.2.1