Codebase list partman-auto / fa63c27
Drop reiserfs from recipes.sh, it's no longer supported. Cyril Brulebois 10 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 partman-auto (110) UNRELEASED; urgency=low
1
2 * Drop reiserfs from recipes.sh, it's no longer supported.
3
4 -- Cyril Brulebois <[email protected]> Mon, 22 Jul 2013 03:52:58 +0200
5
06 partman-auto (109) unstable; urgency=low
17
28 [ Petter Reinholdtsen ]
120120 max=$min
121121 fi
122122 case "$4" in # allow only valid file systems
123 ext2|ext3|ext4|xfs|reiserfs|jfs|linux-swap|fat16|fat32|hfs|ufs)
123 ext2|ext3|ext4|xfs|jfs|linux-swap|fat16|fat32|hfs|ufs)
124124 fs="$4"
125125 ;;
126126 \$default_filesystem)