]> git.ipfire.org Git - thirdparty/dracut.git/commit
NFS: Support host being a DNS ALIAS 327/head
authorFabian Vogt <fvogt@suse.com>
Fri, 3 Feb 2017 15:02:33 +0000 (16:02 +0100)
committerDaniel Molkentin <dmolkentin@suse.com>
Fri, 15 Dec 2017 20:52:59 +0000 (21:52 +0100)
commit8602e5986702f6118f8b30f1053a45af1df892bd
treec4f47ed44e3697cd91350d7e391053c20c5c5a24
parentf5c10673de18d84f3b054df9a68ffa8d43f9571c
NFS: Support host being a DNS ALIAS

The "host" command may also print something else than
"asdf.local.lan has address 1.2.3.4", like:
"rootserver.local.net is an alias for rainbow.local.net.".
So "head -n1" is not enough.

Fixes boo#955592
modules.d/95nfs/module-setup.sh