Skip to content

Commit 4ae1d79

Browse files
HarikaDev296Harika
authored andcommitted
Update README with clearer usage instructions
Clarified usage instructions for required script variables and password hash format. Signed-off-by: Harika <codewith3@gmail.com>
1 parent 45a9eb5 commit 4ae1d79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • third_party/Dell/ubuntu-22.04/iac/iso

third_party/Dell/ubuntu-22.04/iac/iso/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ brew install xorriso rsync
3737

3838
## Usage
3939

40-
The script requires `--hostname`, `--username`, and `--password-hash`. All other values have defaults.
40+
Set `--hostname`, `--username`, and `--password-hash` variables, these are need to run script. All other values have defaults.
4141

4242
Basic example using a local ISO:
4343

4444
```bash
4545
./custom-iso.sh \
4646
--hostname=ubuntu-server-001 \
4747
--username=user \
48-
--iso=./ubuntu-22.04.5-live-server-amd64.iso
48+
--password-hash='$6$Sl0xydNgA3rBk1Uo$Pj7oVVI7smkdBh20V8EyLivWpKDHFueUhvrfwxundGp/DQrAuTHjIxnrCZIMVJ1zcTIJ7VgIWKu0mUZmiRsqv0' \
4949
```
5050

5151
Full example with all options:
@@ -82,7 +82,7 @@ Notes:
8282
|---|---|---|---|
8383
| `--hostname` | Yes | (none) | Hostname for the installed system. |
8484
| `--username` | Yes | (none) | Primary user name. |
85-
| `--password-hash` | Yes | (none) | SHA-512 password hash for the user. |
85+
| `--password-hash` | Yes | (none) | password should be in SHA-512 hash format. |
8686
| `--ssh-key` | No | `""` | SSH public key (optional). |
8787
| `--timezone` | No | `America/Chicago` | System timezone. |
8888
| `--locale` | No | `en_US.UTF-8` | Locale. |

0 commit comments

Comments
 (0)