| 21 | | You can edit the config file at {{{/usr/local/etc/wlportal/login.tmpl}}}, please do mind that this file get lost after an reboot. If you like to store the edited file on a persistent place, make sure to place it at {{{/cfg/local/wlportal/login.tmpl}}}. |
| | 21 | You can edit the config file with: |
| | 22 | node# vim /usr/local/etc/wlportal/login.tmpl |
| | 23 | |
| | 24 | Please do mind that this file get lost after an reboot. If you like to store the edited file on a persistent place, make sure to place it at the configuration store: |
| | 25 | node# mount -uwo noatime /cfg |
| | 26 | node# cp /usr/local/etc/wlportal/login.tmpl /cfg/local/wlportal/login.tmpl |
| | 27 | node# umount /cfg |