28 lines
527 B
Markdown
28 lines
527 B
Markdown
# README
|
|
|
|
## Rocky Linux 9 generic ARM64/Aarch64 images
|
|
|
|
### SSH
|
|
|
|
SSH is enabled on port `22`. Logging-in as **`root` is disabled**, but you can login as user `rocky`.
|
|
|
|
### User credentials
|
|
|
|
```
|
|
username: rocky
|
|
password: rockylinux (you will be forced to change this)
|
|
```
|
|
|
|
```
|
|
username: root
|
|
password: <disabled>
|
|
```
|
|
|
|
### Expanding the rootfs
|
|
|
|
`sudo /usr/local/bin/expand-rootfs.sh`
|
|
|
|
## OTHER
|
|
|
|
**Kickstart syntax reference**: https://docs.fedoraproject.org/en-US/fedora/f36/install-guide/appendixes/Kickstart_Syntax_Reference/
|