Justus Winter, le Tue 09 Jul 2013 10:46:48 +0200, a écrit :
> The concept of device ids simply does not apply to the Hurd
> system. Note that fsck is still run, rootcheck refers to the check
> whether the root device in /etc/fstab matches the actual device.
> ---
>  debian/changelog                               |    2 ++
>  debian/src/initscripts/etc/init.d/checkroot.sh |    5 ++++-
>  2 files changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/debian/changelog b/debian/changelog
> index 743e77e..e77bd4e 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -58,6 +58,8 @@ sysvinit (2.88dsf-42) UNRELEASED; urgency=low
>    * debian/control: Depend on a recent hurd package on hurd-any. The
>      initscripts require some functionality that has been implemented
>      only recently.
> +  * checkroot.sh: Disable rootcheck on Hurd. The concept of device ids
> +    simply does not apply to the Hurd system.

Mmm, I don't think it makes sense on kfreebsd either: it doesn't have
/dev/root and its device ids are completely others. So it'd rather be
[ "$KERNEL" = Linux ].

Samuel

Reply via email to