summaryrefslogtreecommitdiff
path: root/components/9990-netbase.sh
AgeCommit message (Collapse)Author
2015-08-19Support predictable network interface names.Steven Shiau
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>
2014-03-29Properly check if $rc_server1 is not "0.0.0.0".Evgeni Golov
2013-06-24Simplifying /etc/resolv.conf generation a bit.Daniel Baumann
2013-06-24Reorganizing components in source tree.Daniel Baumann