We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e739c6f commit f818e9cCopy full SHA for f818e9c
bootstrap/src/scripts/functions.shlib
@@ -55,7 +55,6 @@ function setup_ephemeral_drives () {
55
parted -s ${d} || RC=1
56
parted -s -a optimal ${d} mkpart primary 1MB 100% || RC=1
57
parted -s ${d} set 1 lvm on || RC=1
58
- let NUM_DEVS++
59
PARTITIONS="${d}1 $PARTITIONS"
60
done
61
if [ $RC -ne 0 ]; then
0 commit comments