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
Copy file name to clipboardExpand all lines: _docs/sysadmin/installation/system_customization.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,23 @@ You can customize the login screen with markdown. By default, `# Login` is rende
372
372
373
373
Refer to [this](/student/communication/markdown) to learn more about markdown.
374
374
375
+
## Preserving system customization files on system re-installation
375
376
377
+
To prevent your system customization files (e.g., your institute logo on the login screen logo or your custom oage footer) from being overwritten or deleted from a system re-install, add these files to the follow JSON file:
378
+
379
+
The JSON file will be generated at `CONFIG_DIR/preserve_file_list.json` which is most likely `/usr/local/submitty/config/preserve_files_list.json`
380
+
381
+
the format will be as follows:
382
+
383
+
```
384
+
[
385
+
"/path/to/file",
386
+
"/more/files/,
387
+
...
388
+
]
389
+
```
390
+
391
+
These files will be preserved when INSTALL_SUBMITTY.sh is run on the system.
376
392
377
393
## Changing the multi-processing module of Apache2, Enabling HTTP2
0 commit comments