diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-07-31 22:46:39 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-07-31 22:46:39 +0000 |
commit | 682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c (patch) | |
tree | b3dfa53bf7cdda57d17f6845816cb2e8664e2072 | |
parent | 569c56e4a6dcbd541e4b8cc2b9a56d1be836e99d (diff) | |
download | drakx-682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c.tar drakx-682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c.tar.gz drakx-682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c.tar.bz2 drakx-682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c.tar.xz drakx-682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c.zip |
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
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
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 } } |