Codebase list partman-partitioning / 51a18d0
remove pointless "true" r48772 Colin Watson 16 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 fs=$(cat $id/detected_filesystem)
1010 case "$fs" in
1111 linux-swap|fat16|fat32|hfs|hfs+|hfsx)
12 true
1312 ;;
1413 ext2|ext3)
1514 if ! search-path tune2fs || ! search-path resize2fs; then