Codebase list partman-auto / e9a83ba
Remove devfs resolving for PV devices Now we that don't have devfs devices anymore, we can remove devfs resolving in autopartition-lvm. $devfspv_devices in so more and we now use $pv_devices directly. r55253 Jérémy Bobbio 15 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55 * Use convert_to_megabytes() in decode_recipe(), autopartition and
66 perform_recipe.
77 Depends: partman-base (>= 125)
8 * Rename $devfspv_devices to $pv_devices in lib/auto-shared.sh now that we
9 don't have devfs devices anymore.
810
911 -- Jérémy Bobbio <[email protected]> Fri, 01 Aug 2008 22:49:11 +0000
1012
2727 id=$1
2828 shift
2929
30 devfspv_devices="$devfspv_devices $path"
30 pv_devices="$pv_devices $path"
3131 open_dialog GET_FLAGS $id
3232 flags=$(read_paragraph)
3333 close_dialog