Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added documentation for building autoinstall ubuntu iso and fixed file reference errors #85

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

Sakethanne
Copy link
Contributor

docs(idrac-os): added documentation for building autoinstall ubuntu iso and fixed file references

@Sakethanne Sakethanne requested a review from a team as a code owner November 13, 2024 19:26
Comment on lines +140 to +144
Under the Identity section, we need to provide a hashed password, which can be done using the following commands

```bash
openssl passwd -6
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can try for password this method:

cat <<- EOF > user-data
#cloud-config
password: fedora
chpasswd: { expire: False }
ssh_pwauth: True
EOF

…so and fixed file references

Signed-off-by: sakethanne <[email protected]>
```bash
menuentry "Autoinstall Ubuntu Server" {
set gfxpayload=keep
linux /casper/vmlinuz quiet autoinstall ds=nocloud\;s=/cdrom/server/ ---
Copy link
Member

@glimchb glimchb Nov 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can also try

autoinstall ds='nocloud-net;s=http://172.22.0.1:3003/'

if we want not to pack any files inside iso and pass cloud init /autoinstall/ks file externally... where 172.22.0.1 is our management server IP web server

@glimchb glimchb merged commit d616807 into opiproject:main Nov 13, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants