e...@math.uni-bonn.de (Edgar =?iso-8859-1?B?RnXf?=) writes: >> Well, you need to either mount -o reload or reboot. >Ah, thanks. >But I cannot see /etc/rc.d/resize_root doing that.
The arm images use the following setting in rc.conf to trigger a reboot after the resize. resize_disklabel=YES resize_root=YES resize_root_flags="-p" resize_root_postcmd="/sbin/reboot -n"