summaryrefslogtreecommitdiff
path: root/components/9990-main.sh
AgeCommit message (Collapse)Author
2017-03-16check for raid so it wil be included in "find_livefs" functionKim
2016-02-01Do not generate error is folders exist.Kim Hagen
2016-02-01Add vyos config mounting script.Kim Hagen
2015-01-04Dropping 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-29Supporting 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-24Dropping really_export dead code.Daniel Baumann
2013-06-24Reorganizing components in source tree.Daniel Baumann