diff options
author | Alexander V Vershilov <qnikst@gentoo.org> | 2013-08-16 09:47:09 +0400 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-10-14 17:05:19 -0500 |
commit | 66970394ab3fa395685234a725eda0a4e48f43da (patch) | |
tree | ead611326019a656a63372fbf461638892e0f5dd | |
parent | f751e14416066fa0290c76c1f675d4093bb1d436 (diff) |
Add uml keyword to fsck service.
Fix relevant an issue mentioned by Toralf Förster.
X-Gentoo-Bug: 481096.
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=481096
-rw-r--r-- | init.d/fsck.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/fsck.in b/init.d/fsck.in index 7a91fcd1..9db51198 100644 --- a/init.d/fsck.in +++ b/init.d/fsck.in @@ -9,7 +9,7 @@ _IFS=" depend() { use dev clock modules - keyword -jail -openvz -prefix -timeout -vserver -lxc + keyword -jail -openvz -prefix -timeout -vserver -lxc -uml } _abort() { |