summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--draklive-install7
1 files changed, 5 insertions, 2 deletions
diff --git a/draklive-install b/draklive-install
index 1ca651d..caf256c 100644
--- a/draklive-install
+++ b/draklive-install
@@ -32,9 +32,9 @@ use feature qw(state);
&$old;
};
undef *Done;
- #- skip the fstab/reboot checks
+ #- skip the fstab/reboot checks (see below FIXME note)
*Done = \&diskdrake_interactive_Done;
- #- don't ask whether to Move/Hide old files
+ #- don't ask whether to Move/Hide old files (FIXME: add a method to skip that to diskdrake::interactive)
undef *need_migration;
*need_migration = sub { 'hide' };
}
@@ -358,6 +358,9 @@ sub display_end_message {
### duplicate code
###
+# FIXME: code begins to fork
+# FIXME: => in mga4 add diskdrake::interactive::set_skip_fstab_reboot_steps() and use it instead
+
#- from disdrake::interactive
{
package diskdrake::interactive;