summaryrefslogtreecommitdiff
path: root/metadata/news/2016-11-04-important_fstab_and_localmount_update/2016-11-04-important_fstab_and_localmount_update.en.txt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /metadata/news/2016-11-04-important_fstab_and_localmount_update/2016-11-04-important_fstab_and_localmount_update.en.txt
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/news/2016-11-04-important_fstab_and_localmount_update/2016-11-04-important_fstab_and_localmount_update.en.txt')
-rw-r--r--metadata/news/2016-11-04-important_fstab_and_localmount_update/2016-11-04-important_fstab_and_localmount_update.en.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/metadata/news/2016-11-04-important_fstab_and_localmount_update/2016-11-04-important_fstab_and_localmount_update.en.txt b/metadata/news/2016-11-04-important_fstab_and_localmount_update/2016-11-04-important_fstab_and_localmount_update.en.txt
new file mode 100644
index 000000000000..3cd9a8f25541
--- /dev/null
+++ b/metadata/news/2016-11-04-important_fstab_and_localmount_update/2016-11-04-important_fstab_and_localmount_update.en.txt
@@ -0,0 +1,28 @@
+Title: Important fstab and localmount update
+Author: William Hubbs <williamh@gentoo.org>
+Author: Ian Stakenvicius <axs@gentoo.org>
+Display-If-Installed: <=sys-apps/openrc-0.23
+Content-Type: text/plain
+Posted: 2016-11-04
+Revision: 2
+News-Item-Format: 1.0
+
+Recent updates to service scripts in OpenRC and (e)udev have removed the
+requirement for udev to "settle" before its startup completes. The
+result of this is that services which used to wait for udev to finish
+processing all kernel events will now start earlier. One such service
+is localmount.
+
+If "/dev/disk/by-*" device paths are used for mount points in
+fstab, it is possible that those symbolic links will not exist when
+localmount starts and attempts to mount them.
+
+The recommended solution is to convert fstab from using
+"/dev/disk/by-*" to the LABEL=, UUID=, PARTLABEL= or PARTUUID= syntax.
+This syntax is supported directly by both util-linux and busybox's mount
+commands and has no dependency on any device manager. More information
+on this syntax can be found in the fstab(5) and mount(8) man pages.
+
+To force the old behaviour, instead of converting fstab, you can add
+rc_want="dev-settle" to /etc/conf.d/localmount or add udev-settle to the
+sysinit runlevel.