From aa95338ccc7fc03a9f169113d87f73b5af22df14 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 22 Apr 2013 21:50:17 +0000 Subject: add FIXME notes in order to fix the forked code & simplify draklive-install --- draklive-install | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'draklive-install') 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; -- cgit v1.2.1