Codebase list partman-partitioning / 2e232ad
* Offer resize option for HFS, HFS+, and HFSX (closes: https://launchpad.net/bugs/33482). r36150 Colin Watson 18 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
88 if [ -f $id/detected_filesystem ]; then
99 fs=$(cat $id/detected_filesystem)
1010 case "$fs" in
11 linux-swap|ext2|ext3|fat16|fat32)
11 linux-swap|ext2|ext3|fat16|fat32|hfs|hfs+|hfsx)
1212 true
1313 ;;
1414 ntfs)
77 * Change text of copy and resize confirmation questions to make it clearer
88 that a follow-up question about the partition to copy or the new
99 partition size will be asked (closes: https://launchpad.net/bugs/8246).
10 * Offer resize option for HFS, HFS+, and HFSX (closes:
11 https://launchpad.net/bugs/33482).
1012
1113 -- Frans Pop <fjp@debian.org> Mon, 3 Apr 2006 18:40:33 +0200
1214