Skip to content

Commit

Permalink
FIX: move example auto profile to live directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alealexpro100 committed Nov 19, 2022
1 parent a60d718 commit b011ba9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ See presentation of this project [here](https://mirror.alexpro100.ru/scripts_fil
#### Auto mode (PXE)

* Prepare auto live profile. (Build profile described [here](docs/auto_configs.md))
* You will need add kernel option `AUTO_PROFILE=URL_TO_YOUR_PROFILE`. Examples: `AUTO_PROFILE=/auto_configs/example_auto_profile.sh` OR `AUTO_PROFILE=https://example.com/auto_profile.sh`.
* You will need add kernel option `AUTO_PROFILE=URL_TO_YOUR_PROFILE`. Examples: `AUTO_PROFILE=/auto_configs/live/example_auto_profile.sh` OR `AUTO_PROFILE=https://example.com/auto_profile.sh`.
* Installation will start and complete itself.

### Standalone
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/auto_configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ It can be generated using `profile_gen.sh`, then edited in text editor, then use

### Notes

* It is strongly recommended to see example auto live profile: [`./auto_configs/example_auto_profile.sh`](./example_auto_profile.sh).
* It is strongly recommended to see example auto live profile: [`./auto_configs/live/example_auto_profile.sh`](./example_auto_profile.sh).
* Keep in mind that `install_sys.sh` by default installs only rootfs. It does not do partition or mount filesystems, but makes system bootable.

### Building live auto profile
Expand Down

0 comments on commit b011ba9

Please sign in to comment.