summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-04-22 21:50:17 +0000
committerThierry Vignaud <tv@mageia.org>2013-04-22 21:50:17 +0000
commitaa95338ccc7fc03a9f169113d87f73b5af22df14 (patch)
treec6d605189740684bf8ba019601b76f4d8d6881e7 /draklive-install
parent40ba7b41847c9836d82cc8e1e3d355b0d72bef62 (diff)
downloaddraklive-install-aa95338ccc7fc03a9f169113d87f73b5af22df14.tar
draklive-install-aa95338ccc7fc03a9f169113d87f73b5af22df14.tar.gz
draklive-install-aa95338ccc7fc03a9f169113d87f73b5af22df14.tar.bz2
draklive-install-aa95338ccc7fc03a9f169113d87f73b5af22df14.tar.xz
draklive-install-aa95338ccc7fc03a9f169113d87f73b5af22df14.zip
add FIXME notes in order to fix the forked code & simplify draklive-install
Diffstat (limited to 'draklive-install')
-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;