xinglp wrote:
> Since we use symlink now, /etc/init.d/mountfs need to be changed.
>
> These should be deleted.
> - log_info_msg "Recording existing mounts in /etc/mtab..."
> - > /etc/mtab
> -
> - mount -f / || failed=1
> - mount -f /proc || failed=1
> - mount -f /sys || failed=1
> - mount -f /run || failed=1
> - mount -f /dev || failed=1
> - (exit ${failed})
> - evaluate_retval
Yes, that's a good catch. We also don't need the -n in the mount
commands in mountvirtfs. I'll do a little more testing and update the
boot scripts tonight or tomorrow.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page