mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-01-03 10:00:07 +09:00
Remove mountpoint check.
This commit is contained in:
parent
9ffd30b71d
commit
9895c6cfc8
@ -1783,10 +1783,6 @@ do_network_menu() {
|
|||||||
# Interactive use loop
|
# Interactive use loop
|
||||||
#
|
#
|
||||||
if [ "$INTERACTIVE" = True ]; then
|
if [ "$INTERACTIVE" = True ]; then
|
||||||
if is_pi && ! mountpoint -q /boot; then
|
|
||||||
whiptail --msgbox "The boot partition is not mounted - cannot configure. Note that raspi-config is intended for use on Raspbian only and cannot be guaranteed to work on other operating systems." 20 60 1
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
[ -e $CONFIG ] || touch $CONFIG
|
[ -e $CONFIG ] || touch $CONFIG
|
||||||
calc_wt_size
|
calc_wt_size
|
||||||
while true; do
|
while true; do
|
||||||
|
Loading…
Reference in New Issue
Block a user