[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#262868: still a problem



On Sat, Nov 27, 2004 at 11:54:49AM -0800, Joshua Kwan wrote:
> 
> This problem still recurs. Is there a way to fix it?

Attached you can find a short patch and if it works then you can commit it.

This patch is a simple change in the file storage_device/label/do_option
from the package partman-partitioning.  In the installer this file has
the name /lib/partman/storage_device/label/do_option.

Anton Zinoviev

--- do_option.old	Mon Nov 29 17:04:28 2004
+++ do_option.new	Mon Nov 29 17:14:20 2004
@@ -50,9 +50,11 @@
     disable_swap
     open_dialog COMMIT
     close_dialog
+    open_dialog CLOSE
+    close_dialog
     sync
     # reread it from there
-    open_dialog UNDO
+    open_dialog OPEN "$(cat $dev/device)"
     close_dialog
     enable_swap
 fi

Reply to: