Skip to content
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

fstab #11

Closed
suedi opened this issue Aug 22, 2014 · 1 comment
Closed

fstab #11

suedi opened this issue Aug 22, 2014 · 1 comment

Comments

@suedi
Copy link

suedi commented Aug 22, 2014

With my understanding there is no way to add entries to fstab
since it is re-written every time the system boots.

Would it be possible to add some way of facillitating this
for intstance adding something similar to rc.local that is if a file /etc/fstab.local exist
add the lines to fstab at startup

at the end of fstab_create add
[ -e "$1/etc/fstab.local" ] && cat "$1/etc/fstab.local" >> $FSTAB

Why do you feel the need to explicitly write fstab on each boot?

best regards

suedi

@Tomas-M
Copy link
Owner

Tomas-M commented Oct 27, 2017

Make a startup script which adds your desired lines to the freshly created fstab

@Tomas-M Tomas-M closed this as completed Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants