Skip to content

Commit 91bdb67

Browse files
HarikaDev296Harika
authored andcommitted
Replace example values with placeholders in README
Updated README with placeholders for hostname, username, and password hash. Signed-off-by: Harika <codewith3@gmail.com>
1 parent 4ae1d79 commit 91bdb67

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
@@ -43,9 +43,9 @@ Basic example using a local ISO:
4343

4444
```bash
4545
./custom-iso.sh \
46-
--hostname=ubuntu-server-001 \
47-
--username=user \
48-
--password-hash='$6$Sl0xydNgA3rBk1Uo$Pj7oVVI7smkdBh20V8EyLivWpKDHFueUhvrfwxundGp/DQrAuTHjIxnrCZIMVJ1zcTIJ7VgIWKu0mUZmiRsqv0' \
46+
--hostname=<hostname> \
47+
--username=<user> \
48+
--password-hash=<password in SHA-516 hah format> \
4949
```
5050

5151
Full example with all options:

0 commit comments

Comments
 (0)