Codebase list partman-auto / 39f036d
* Don't offer "Guided - use the largest continuous free space" if the only free space available is unusable. r44126 Colin Watson 17 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 cd $dev
1010 open_dialog PARTITIONS
1111 while { read_line num id size type fs path name; [ "$id" ]; }; do
12 if [ "$fs" = free ] && ! longint_le $size $mysize; then
12 if [ "$fs" = free ] && [ "$type" != unusable ] && ! longint_le $size $mysize; then
1313 mysize=$size
1414 mypart=$dev//$id
1515 fi
0 partman-auto (64) UNRELEASED; urgency=low
1
2 * Don't offer "Guided - use the largest continuous free space" if the only
3 free space available is unusable.
4
5 -- Colin Watson <[email protected]> Fri, 12 Jan 2007 13:09:40 +0000
6
07 partman-auto (63) unstable; urgency=low
18
29 [ Colin Watson ]