New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debian-8 template does not run /rw/config/rc.local #1548

Closed
wwaites opened this Issue Dec 26, 2015 · 3 comments

Comments

Projects
None yet
4 participants
@wwaites

wwaites commented Dec 26, 2015

changing the /etc/rc.local as follows fixes this:

if test -f /rw/config/rc.local; then
    . /rw/config/rc.local
else
    exit 0
fi

should this be changed in the template builder or simply documented?

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Dec 26, 2015

Member

As noted here, you need to make /rw/config/rc.local executable (chmod +x) to enable it.

Member

marmarek commented Dec 26, 2015

As noted here, you need to make /rw/config/rc.local executable (chmod +x) to enable it.

@marmarek marmarek closed this Dec 26, 2015

@evilaliv3

This comment has been minimized.

Show comment
Hide comment
@evilaliv3

evilaliv3 Jun 2, 2018

@marmarek i've reinstalled both fedora-26 and debian-9 templates and it seems that the /rc/config/rc.local (which is executable) of the instances that use those templates is not automatically executed; what could be the case?

@marmarek i've reinstalled both fedora-26 and debian-9 templates and it seems that the /rc/config/rc.local (which is executable) of the instances that use those templates is not automatically executed; what could be the case?

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Jun 2, 2018

Member

i've reinstalled both fedora-26 and debian-9 templates and it seems that the /rc/config/rc.local (which is executable) of the instances that use those templates is not automatically executed; what could be the case?

Please file a new issue for this.

Member

andrewdavidwong commented Jun 2, 2018

i've reinstalled both fedora-26 and debian-9 templates and it seems that the /rc/config/rc.local (which is executable) of the instances that use those templates is not automatically executed; what could be the case?

Please file a new issue for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment