index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | install/archiso_pxe_http | 2 |
diff --git a/install/archiso_pxe_http b/install/archiso_pxe_http index 1e80852..afdde43 100644 --- a/install/archiso_pxe_http +++ b/install/archiso_pxe_http @@ -11,7 +11,7 @@ build() { } help() { -cat<<HELPEOF + cat <<HELPEOF This hook loads the necessary modules for boot via PXE and HTTP. HELPEOF } |