index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2021-07-31 16:32:48 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2021-07-31 17:32:40 +0200 |
commit | 37529a96766a5841fc6561acfbfbf42b3d6ff98a (patch) | |
tree | 14538b925812f0d6a30672c21e8952609ff28619 /install/archiso_pxe_common | |
parent | a5f57c2bfa3f7b380f572b4e86845113d6b9ef15 (diff) |
-rw-r--r-- | install/archiso_pxe_common | 4 |
diff --git a/install/archiso_pxe_common b/install/archiso_pxe_common index 458fa69..ad96c32 100644 --- a/install/archiso_pxe_common +++ b/install/archiso_pxe_common @@ -16,11 +16,11 @@ build() { add_binary "$(readlink -f /usr/lib/libnss_dns.so.2)" add_dir /etc - echo "hosts: files dns" > "$BUILDROOT/etc/nsswitch.conf" + printf "hosts: files dns\n" >"$BUILDROOT/etc/nsswitch.conf" } help() { -cat<<HELPEOF + cat <<HELPEOF This hook loads the necessary modules for boot via PXE. HELPEOF } |