﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1173	Bootscripts mountfs script needs updating when using current util-linux mount	William Harrington	clfs-commits@…	"With latest util-linux when fake mounting proc sys dev run then the bootscript will output a message about the filesystem not being found in /etc/fstab.

Tested with an old build using util-linux 2.24.2 a fake mount didn't complain about it not being in /etc/fstab.

Using latest util linux it will output that the entry isn't in /etc/fstab.

For our mountfs script have this:
{{{
mount -f /proc proc || failed=1
mount -f /sys proc || failed=1
mount -f /run proc || failed=1
mount -f /dev proc || failed=1
}}}

It does matter when using a fake mount that device and dir are specified."	defect	new	major	CLFS Sysvinit 3.1.0	BOOK	CLFS Standard SYSVINIT			berzerkula@… jonathan@… chris@… cross-lfs@…
