Remove mountpoint check.

This commit is contained in:
Simon Long 2017-12-01 11:19:58 +00:00
parent 9ffd30b71d
commit 9895c6cfc8
1 changed files with 0 additions and 4 deletions

View File

@ -1783,10 +1783,6 @@ do_network_menu() {
# Interactive use loop
#
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
calc_wt_size
while true; do