<feed xmlns='http://www.w3.org/2005/Atom'>
<title>live-boot.git/components/9990-overlay.sh, branch rolling</title>
<subtitle> (mirror of https://github.com/vyos/live-boot.git)
</subtitle>
<id>https://git.amelek.net/vyos/live-boot.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/live-boot.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/'/>
<updated>2015-08-19T15:22:23+00:00</updated>
<entry>
<title>Adjusting whitespace to tabs on components/9990-overlay.sh</title>
<updated>2015-08-19T15:22:23+00:00</updated>
<author>
<name>Richard Nelson</name>
<email>unixabg@gmail.com</email>
</author>
<published>2015-06-23T20:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=396df49ea752a361a88ada9d180e3a58d9fa37a4'/>
<id>urn:sha1:396df49ea752a361a88ada9d180e3a58d9fa37a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Logging a warning when an expected image file is missing.</title>
<updated>2015-04-29T04:37:40+00:00</updated>
<author>
<name>Tails developers</name>
<email>tails@boum.org</email>
</author>
<published>2014-12-16T13:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=b6c5221a9c9b2c2020ba1b53ff618cf972d1b2f8'/>
<id>urn:sha1:b6c5221a9c9b2c2020ba1b53ff618cf972d1b2f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modprobe filesystem modules before checking support.</title>
<updated>2015-04-02T17:57:53+00:00</updated>
<author>
<name>Gaudenz Steinlin</name>
<email>gaudenz@debian.org</email>
</author>
<published>2015-04-02T15:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=db25153a257eda7e396f89b522b2f68ae3f21ddd'/>
<id>urn:sha1:db25153a257eda7e396f89b522b2f68ae3f21ddd</id>
<content type='text'>
This bug was accidentially introduced in commit ec9bd07c which removed
unionfs-fuse support.
</content>
</entry>
<entry>
<title>Adding command line parameter to remove persistence.</title>
<updated>2015-01-04T20:51:16+00:00</updated>
<author>
<name>Tom Jampen</name>
<email>tom@cryptography.ch</email>
</author>
<published>2014-12-15T14:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=73d837abfd95add4e0792ef27df8c7eea8a7388f'/>
<id>urn:sha1:73d837abfd95add4e0792ef27df8c7eea8a7388f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplifying code a bit after removal of no longer supported overlay alternatives.</title>
<updated>2015-01-04T20:47:53+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2015-01-04T20:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=f2dcec3f21086a557db86ae928295474be79d35b'/>
<id>urn:sha1:f2dcec3f21086a557db86ae928295474be79d35b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dropping unionmount support, superseeded with overlay in mainline kernel.</title>
<updated>2015-01-04T20:47:53+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2015-01-04T20:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=7565361fef5dda9d60bb7540e408630caded4bd1'/>
<id>urn:sha1:7565361fef5dda9d60bb7540e408630caded4bd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dropping unionfs support, long superseeded with aufs.</title>
<updated>2015-01-04T20:47:53+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2015-01-04T20:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=ad63444c66cae26ee32136f9073aa5fc9cf04690'/>
<id>urn:sha1:ad63444c66cae26ee32136f9073aa5fc9cf04690</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dropping unionfs-fuse support:</title>
<updated>2015-01-04T20:47:53+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2015-01-04T20:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=ec9bd07c900e13d606445518a87e0326902d5815'/>
<id>urn:sha1:ec9bd07c900e13d606445518a87e0326902d5815</id>
<content type='text'>
  * unionfs-fuse itself has been always very buggy for us.
  * unionfs-fuse code in live-boot as been experimental at best.
  * the FUSE implementation is horribly slow due to the nature of
    FUSE (~10min to boot a live system with unionfs-fuse compared
    to &lt;&lt;1min with aufs).
  * and last but not least, there's overlay in kernel mainline now.
</content>
</entry>
<entry>
<title>Using 'overlay' instead of 'overlayfs' everywhere, without backwards compatibility (Closes: #773881).</title>
<updated>2015-01-04T20:47:53+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2015-01-04T20:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=44e7b72fa71425b02ec770b1f3429b27a5cf6c51'/>
<id>urn:sha1:44e7b72fa71425b02ec770b1f3429b27a5cf6c51</id>
<content type='text'>
When overlayfs got merged into kernel mainline it was
renamed to overlay. We don't provide backwards compatibility
since overlayfs support was experimental and only with
non-debian default kernels available.
</content>
</entry>
<entry>
<title>Do not throw warnings when /tmp/custom_mounts.list does not exist.</title>
<updated>2014-03-29T13:37:27+00:00</updated>
<author>
<name>Evgeni Golov</name>
<email>evgeni@grml.org</email>
</author>
<published>2014-03-29T13:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=28ca8298a10702e391e420975205a98450d4cf7d'/>
<id>urn:sha1:28ca8298a10702e391e420975205a98450d4cf7d</id>
<content type='text'>
When no device for an overlay can be found, /tmp/custom_mounts.list
won't be created and will produce warnings while booting:

  sort: /tmp/custom_mounts.list: No such file or directory
  rm: can't remove '/tmp/custom_mounts.list': No such file or directory

Properly handle this case by calling rm with the -f option and calling
sort only when the file exists.
</content>
</entry>
</feed>
