add notes, add sleep for alpine installer
This commit is contained in:
parent
0f9bfed407
commit
23e953cd66
2 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,7 @@ case "$BOOT_VIA" in
|
||||||
label: dos
|
label: dos
|
||||||
,,L
|
,,L
|
||||||
EOF
|
EOF
|
||||||
|
sleep 10
|
||||||
sudo hdparm -z $DISK
|
sudo hdparm -z $DISK
|
||||||
# For creation, if an existing filesystem is on the partitions
|
# For creation, if an existing filesystem is on the partitions
|
||||||
sudo mkfs.ext4 -F ${partition1}
|
sudo mkfs.ext4 -F ${partition1}
|
||||||
|
|
|
@ -9,6 +9,8 @@ if [ $# -lt 2 ]; then
|
||||||
echo " host: where to find the OpenWRT device"
|
echo " host: where to find the OpenWRT device"
|
||||||
echo " ipv4-address: which ipv4 address to use"
|
echo " ipv4-address: which ipv4 address to use"
|
||||||
echo " private-key: Use this wireguard key instead of generating one"
|
echo " private-key: Use this wireguard key instead of generating one"
|
||||||
|
echo ""
|
||||||
|
echo "f.i.: $0 2a0a:e5c1:6XX:cafe::42 185.155.a.b"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue