提交 8520412c 编写于 作者: a591986780's avatar a591986780 提交者: coolsnowwolf

luci-app-docker:fixed multi-disk initialization failure (#1799)

上级 990921c4
#!/bin/sh
dtype=`fdisk -l | grep 'Disklabel type' | awk '{print $3}'`
dtype=`fdisk -l /dev/sda | grep 'Disklabel type' | awk '{print $3}'`
partid="0"
if [ "$dtype" = "gpt" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册