Codebase list partman-auto / 27d0c05
* Recognize ufs as an allowed partitiont type. r60359 Aurelien Jarno 14 years ago
2 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 partman-auto (88) UNRELEASED; urgency=low
11
2 [ Colin Watson ]
23 * Move "Guided partitioning" above "Configure software RAID"; it seems
34 more natural at the top of the choose_partition menu.
45
5 -- Colin Watson <[email protected]> Fri, 24 Jul 2009 17:00:47 +0100
6 [ Aurelien Jarno ]
7 * Recognize ufs as an allowed partitiont type.
8
9 -- Aurelien Jarno <[email protected]> Sat, 22 Aug 2009 17:53:24 +0200
610
711 partman-auto (87) unstable; urgency=low
812
9292 max=$min
9393 fi
9494 case "$4" in # allow only valid file systems
95 ext2|ext3|ext4|xfs|reiserfs|jfs|linux-swap|fat16|fat32|hfs)
95 ext2|ext3|ext4|xfs|reiserfs|jfs|linux-swap|fat16|fat32|hfs|ufs)
9696 fs="$4"
9797 ;;
9898 \$default_filesystem)