Stefan,
> Found the cause oft he problem.
> The file to edit is /stat/etc/rc.conf
>
> Modified the parameter there it works.
Never edit the /stat/etc/rc.conf file.
If you need to set a rc.conf variable (not set by the web interface), edit
/mnt/kd/rc.conf.d/user.conf instead (which also can be edited via "Advanced
Configuration: { Edit User Variables }" in the Network tab).
> # show-union
...
> /oldroot/mnt/asturw/etc/rc
I can't think of a reason to ever edit /etc/rc, except for experimental
development work. See what you changed with the command:
--
diff -u /oldroot/mnt/asturo/etc/rc /oldroot/mnt/asturw/etc/rc
--
This compares the read-only base firmware image to your local overlay file
system for the file /etc/rc .
If there are no differences (file got accidentally touched) or changes you no
longer want, restore /etc/rc to the default by:
--
rm /oldroot/mnt/asturw/etc/rc
--
If you need to perform actions at startup, add executable scripts
/mnt/kd/rc.elocal or /mnt/kd/rc.local to perform startup actions, the only
difference is rc.elocal occurs earlier than rc.local in the startup sequence
(after network is up).
In summary, if you need to edit a file to make a change in AstLinux, the first
thing to ask yourself is "what /mnt/kd/ file should I edit".
One of the great benefits of AstLinux is an upgradable firmware image, while it
is possible to edit system files, that can cause future issues as you will have
a 'stale' version of that file forever more.
Lonnie
On Nov 17, 2016, at 4:13 AM, Stefan Ulm <[email protected]> wrote:
> Found the cause oft he problem.
> The file to edit is /stat/etc/rc.conf
>
> Modified the parameter there it works.
>
>
> Best regards
>
> Stefan Ulm
> Technical Department | Research & Development
> [email protected]
------------------------------------------------------------------------------
_______________________________________________
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users
Donations to support AstLinux are graciously accepted via PayPal to
[email protected].