Skip to content

Commit

Permalink
change special character in README #453 (#462)
Browse files Browse the repository at this point in the history
When copy-and-paste the filename post‑install.txt you get an error while installing, because the hyphen was written as a special character. This change fixes the erroneous copy.

Copying /boot files in... cp: can't create '/boot/post?install.txt': Invalid argument
  • Loading branch information
CWempe authored and Mausy5043 committed Mar 19, 2017
1 parent 2b15d89 commit f69e3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ and that's it! While most settings stand on their own, some settings influence e
So don't copy and paste the defaults from below!

The _installer-config.txt_ is read in at the beginning of the installation process, shortly followed by the file pointed to with `online_config`, if specified.
There is also another configuration file you can provide, _post‑install.txt_, and you place that in the same directory as _installer-config.txt_.
The _post‑install.txt_ is executed at the very end of the installation process and you can use it to tweak and finalize your automatic installation.
There is also another configuration file you can provide, _post-install.txt_, and you place that in the same directory as _installer-config.txt_.
The _post-install.txt_ is executed at the very end of the installation process and you can use it to tweak and finalize your automatic installation.
The configuration files are read in as shell scripts, so you can abuse that fact if you so want to.

The format of the _installer-config.txt_ file and the current defaults:
Expand Down

0 comments on commit f69e3d7

Please sign in to comment.