diff options
Diffstat (limited to 'install/scsi')
-rw-r--r-- | install/scsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/scsi b/install/scsi index 2641255..fa9e5d9 100644 --- a/install/scsi +++ b/install/scsi @@ -10,7 +10,7 @@ build(){ } help() { - cat<<HELPEOF + cat <<HELPEOF This hook loads the necessary modules for an scsi root device. Detection will take place at runtime. To minimize the modules in the image, add the autodetect hook too. |