You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,8 @@ and that's it! While most settings stand on their own, some settings influence e
102
102
So don't copy and paste the defaults from below!
103
103
104
104
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.
105
-
There is also another configuration file you can provide, _post‑install.txt_, and you place that in the same directory as _installer-config.txt_.
106
-
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.
105
+
There is also another configuration file you can provide, _post-install.txt_, and you place that in the same directory as _installer-config.txt_.
106
+
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.
107
107
The configuration files are read in as shell scripts, so you can abuse that fact if you so want to.
108
108
109
109
The format of the _installer-config.txt_ file and the current defaults:
0 commit comments