Codebase list partman-partitioning / abe1af4
Use cdebconf column alignment rather than stralign in toggle_biosgrub. r59066 Colin Watson 14 years ago
2 changed file(s) with 9 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2727 close_dialog
2828
2929 db_metaget partman-partitioning/text/biosgrub description
30 description=$(stralign -25 "$RET")
30 description="$RET"
3131
3232 if [ $biosgrub = yes ]; then
3333 db_metaget partman-partitioning/text/on description
34 printf "nobiosgrub\t%s%s\n" "$description" "${RET}"
34 printf "nobiosgrub\t%s\${!TAB}%s\n" "$description" "${RET}"
3535 else
3636 db_metaget partman-partitioning/text/off description
37 printf "biosgrub\t%s%s\n" "$description" "${RET}"
37 printf "biosgrub\t%s\${!TAB}%s\n" "$description" "${RET}"
3838 fi
0 partman-partitioning (68) UNRELEASED; urgency=low
1
2 * Use cdebconf column alignment rather than stralign in toggle_biosgrub.
3
4 -- Colin Watson <cjwatson@debian.org> Thu, 25 Jun 2009 00:09:07 +0100
5
06 partman-partitioning (67) unstable; urgency=low
17
28 * Remove dependency on partman-base; main-menu does not support circular