summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-07-31 22:46:39 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-07-31 22:46:39 +0000
commit682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c (patch)
treeb3dfa53bf7cdda57d17f6845816cb2e8664e2072 /perl-install
parent569c56e4a6dcbd541e4b8cc2b9a56d1be836e99d (diff)
downloaddrakx-backup-do-not-use-682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c.tar
drakx-backup-do-not-use-682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c.tar.gz
drakx-backup-do-not-use-682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c.tar.bz2
drakx-backup-do-not-use-682577e9ac8e8cb22e10d4a5e43c3d3e1fe1370c.tar.xz
drakx-backup-do-not-use-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
Diffstat (limited to 'perl-install')
-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
}
}