<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/init.d/localmount.in, branch github/HEAD</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2FHEAD</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2FHEAD'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2021-12-21T01:07:00Z</updated>
<entry>
<title>use HEAD in git URIs to point to the default branch</title>
<updated>2021-12-21T01:07:00Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2021-12-21T01:07:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=301161a7a4bda27c7ebd54c537dfec0cbc926365'/>
<id>urn:sha1:301161a7a4bda27c7ebd54c537dfec0cbc926365</id>
<content type='text'>
This makes the URIs shorter and dynamic: whatever the default branch
the repo uses will be used.
</content>
</entry>
<entry>
<title>force root to be rw before localmount</title>
<updated>2021-09-14T16:28:41Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-04-03T15:11:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=93d600c0a49ab21ab551b62aba985d32ed4fcf1f'/>
<id>urn:sha1:93d600c0a49ab21ab551b62aba985d32ed4fcf1f</id>
<content type='text'>
The original service that pulled in root remount was mtab which
is not part of OpenRC.

This fixes #449.
</content>
</entry>
<entry>
<title>adjust mtab and localmount dependencies</title>
<updated>2017-11-14T19:20:49Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2017-11-14T19:17:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=0d15898f58cc254d79777c791d4798a9b2542cf2'/>
<id>urn:sha1:0d15898f58cc254d79777c791d4798a9b2542cf2</id>
<content type='text'>
localmount had mtab in its "use" dependencies; however, it makes more
sense to add "before localmount" to the mtab service and remove
"use mtab" from the localmount service.
</content>
</entry>
<entry>
<title>update dependencies for clock service</title>
<updated>2017-03-16T15:16:39Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2017-03-16T15:16:39Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=9bd63b5d4a16601712a65eb8962214cdd4d26ce5'/>
<id>urn:sha1:9bd63b5d4a16601712a65eb8962214cdd4d26ce5</id>
<content type='text'>
The clock services had a very long list of "before" dependencies that
referred to other services within OpenRC. For ease of maintenance,
convert these to "after clock" dependencies in the individual services.
</content>
</entry>
<entry>
<title>make sure netmount and localmount start after root</title>
<updated>2017-02-28T23:44:06Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2017-02-28T23:44:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=4a269674b765e5267f024fa55c8644480a7304ea'/>
<id>urn:sha1:4a269674b765e5267f024fa55c8644480a7304ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>localmount: add comment about types variable</title>
<updated>2016-12-17T18:39:53Z</updated>
<author>
<name>Doug Freed</name>
<email>dwfreed@mtu.edu</email>
</author>
<published>2016-12-17T18:39:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=72c0824961fc257b634a9439496e04d1b3392ef1'/>
<id>urn:sha1:72c0824961fc257b634a9439496e04d1b3392ef1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Localmount shouldn't mount remote filesystems</title>
<updated>2016-12-17T18:35:58Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@gmail.com</email>
</author>
<published>2016-12-17T05:51:13Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=5b7e3490ef2ce96c35e6c18b4c64e8c61586bb7a'/>
<id>urn:sha1:5b7e3490ef2ce96c35e6c18b4c64e8c61586bb7a</id>
<content type='text'>
The /etc/init.d/localmount script has a syntax error that causes it to
attempt to mount remote filesystems, causing the boot to fail. The
script appends a "no" to each remote filesystem type, but it should only
be append the "no" to the beginning of the list.  This patch fixes
localmount on FreeBSD 12.0.  A review of the mount(8) manpage on Ubuntu
12.04 suggests that this patch is correct for Linux, too.
</content>
</entry>
<entry>
<title>init.d: Clean up some bad ewarn output</title>
<updated>2016-09-28T19:00:40Z</updated>
<author>
<name>Doug Freed</name>
<email>dwfreed@mtu.edu</email>
</author>
<published>2016-09-28T19:00:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=61882821e0d6110a2ca2f67fad7c362983a85cf0'/>
<id>urn:sha1:61882821e0d6110a2ca2f67fad7c362983a85cf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init.d: initial service adjustments for docker support</title>
<updated>2016-07-31T18:01:17Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2016-07-31T18:01:17Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=da28a3d367b6078deda6bc205806b43b971e67a9'/>
<id>urn:sha1:da28a3d367b6078deda6bc205806b43b971e67a9</id>
<content type='text'>
Add -docker keyword to the same scripts that have -lxc keyword.
</content>
</entry>
<entry>
<title>localmount/netmount: clean up critical mount processing</title>
<updated>2016-04-26T17:43:50Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2016-04-26T17:43:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=fd80b6fc67ec6a0fe4853167fb67ee40bb51b742'/>
<id>urn:sha1:fd80b6fc67ec6a0fe4853167fb67ee40bb51b742</id>
<content type='text'>
Fix a typo and do not fail if a path in critical_mounts is not listed as
a critical mount does not get mounted.
</content>
</entry>
</feed>
