add mmc
This commit is contained in:
parent
ca3b27f70b
commit
7d839f3cdd
@ -141,7 +141,7 @@ echo "Update time via ntp"
|
|||||||
ntpdate-debian -b > /dev/null
|
ntpdate-debian -b > /dev/null
|
||||||
|
|
||||||
rootfs=$(grep " / " /proc/mounts | cut -d'/' -f3)
|
rootfs=$(grep " / " /proc/mounts | cut -d'/' -f3)
|
||||||
zdisks=$(echo $(lsblk -nd -I 8,259 -o name | grep -v ${rootfs:0:3}) | cut -d' ' -f1-2)
|
zdisks=$(echo $(lsblk -nd -I 8,259,179 -o name | grep -v ${rootfs:0:3}) | cut -d' ' -f1-2)
|
||||||
case $FORMAT in
|
case $FORMAT in
|
||||||
0) echo "Your ZFS Data will be preserved";;
|
0) echo "Your ZFS Data will be preserved";;
|
||||||
1) echo "Existing data on the drives will be deleted..."
|
1) echo "Existing data on the drives will be deleted..."
|
||||||
|
Loading…
Reference in New Issue
Block a user