Public bug reported:

Binary package hint: partman-auto

This bug was stopping me from using partman-auto/method=regular without
setting partman-auto/disk.  With the patch applied the partitioner
selects the correct disk.


--- auto-shared.sh.orig 2007-02-07 18:36:37.000000000 -0500
+++ auto-shared.sh      2007-02-07 18:37:10.000000000 -0500
@@ -283,7 +283,7 @@
                $(echo "$device" | grep -q "/dev/md[0-9]*$") && continue
                $(echo "$device" | grep -q "/dev/mapper/") && continue
 
-               printf "$dev\t$(device_name $dev)\n"
+               printf "$device\t$(device_name $dev)\n"
        done
 }

** Affects: partman-auto (Ubuntu)
     Importance: High
         Status: Confirmed

-- 
patch: get_auto_disks fix
https://launchpad.net/bugs/83897

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to