Codebase list partman-auto / b5105ef
Correct hanlding of back up after choosing "biggest free" option After choosing "biggest free" option followed by backing up from the recipe dialog, don't exit to main menu but return to initial partman-auto dialog. r61678 Frans Pop 14 years ago
2 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 id=${1#*//}
44
55 autopartition $dev $id
6 code=$?
7 if [ $code -eq 255 ]; then
8 code=99
9 fi
10
11 exit $code
77 [ Frans Pop ]
88 * Remove no longer needed Lintian override for missing Standards-
99 Version field.
10 * After choosing "biggest free" option followed by backing up from the recipe
11 dialog, don't exit to main menu but return to initial partman-auto dialog.
1012
1113 -- Colin Watson <[email protected]> Mon, 26 Oct 2009 17:04:33 +0000
1214