Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-16 | check for raid so it wil be included in "find_livefs" function | Kim | |
2016-02-01 | Do not generate error is folders exist. | Kim Hagen | |
2016-02-01 | Add vyos config mounting script. | Kim Hagen | |
2015-01-04 | Dropping unionfs-fuse support: | Daniel Baumann | |
* 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 <<1min with aufs). * and last but not least, there's overlay in kernel mainline now. | |||
2014-03-29 | Supporting resolvconf in the squashfs. | Evgeni Golov | |
When resolvconf is used in the squashfs, /etc/resolv.conf is a symlink to the generated version. Depending on the size of the squashfs and other factors, sometimes we try to write to /etc/resolv.conf while it still points to nirvana, as resolvconf did not generate it yet. Instead of being racy and writing to a file which will be regenerated anyways, let's detect resolvconf and write to its base file instead. Initial detection idea by Mika Prokop <mika@grml.org> | |||
2013-06-24 | Dropping really_export dead code. | Daniel Baumann | |
2013-06-24 | Reorganizing components in source tree. | Daniel Baumann | |