Codebase list partman-auto / 2809608
Do not suggest part'ing RAID/LVM volumes r40336 David Härdeman 17 years ago
2 changed file(s) with 13 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
55 mysize=0
66
77 for dev in $DEVICES/*; do
8 [ -d "$dev" ] || continue
9 db_subst partman-auto/text/use_device DEVICE $(device_name $dev)
10 db_metaget partman-auto/text/use_device description
11 printf "$dev\t$RET\n"
8 [ -d "$dev" ] || continue
9
10 # Skip /dev/mapper/X and /dev/mdX devices
11 device=$(cat $dev/device)
12 $(echo "$device" | grep -q "/dev/md[0-9]*$") && continue
13 $(echo "$device" | grep -q "/dev/mapper/") && continue
14
15 db_subst partman-auto/text/use_device DEVICE $(device_name $dev)
16 db_metaget partman-auto/text/use_device description
17 printf "$dev\t$RET\n"
1218 done
1319
1420
1414 boot/2006/08/msg00862.html)
1515 * Add a function to remove LVM configs from a disk which is about to
1616 be wiped. Closes: #375491, #381693, #382315.
17
18 -- David Härdeman <[email protected]> Wed, 30 Aug 2006 18:43:50 +0200
17 * Do not suggest part'ing RAID/LVM volumes. Closes: #255024, #375257
18
19 -- David Härdeman <[email protected]> Wed, 30 Aug 2006 19:39:06 +0200
1920
2021 partman-auto (54) unstable; urgency=low
2122