diff options
Diffstat (limited to 'install/pata')
-rw-r--r-- | install/pata | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/pata b/install/pata index 75a75c1..c51356e 100644 --- a/install/pata +++ b/install/pata @@ -9,7 +9,7 @@ build() { } help() { - cat<<HELPEOF + cat <<HELPEOF This hook loads the necessary modules for a pata (ide) root device, using the new libata subsystem. Detection will take place at runtime. To minimize the modules in the image, add the autodetect hook too. |