Hi,

This change introduced in version 1.1028 of distrib/miniroot/install.sub seems
wrong or incomplete. (Pardon the lack of tabs):

    for _hn in $_trunks $_svlans $_vlans; do
-       ifstart $_hn
+       ifstart $_if
    done

Either _hn should be changed to _if as well, or just leave the change out, no?

As it is now, it'll only ifstart the last $_if from the for-loop above.
Noticed when auto upgrade stopped working, depending on internet via vlan.

s/_if/_hn/ on that line and rerunning the autoinstaller worked.

Regards,
Pontus

Reply via email to