You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kickstarts/README.md

29 lines
846 B

# Kickstarts for ARM and Live
## Prepare
Use MSVSphere 10 to create Live Media. Install following packages:
```
$ sudo dnf install anaconda anaconda-core anaconda-gui anaconda-install-env-deps \
anaconda-tui anaconda-widgets lorax lorax-lmc-novirt \
lorax-templates-generic lorax-templates-msvsphere
```
## Build
For aarch64 replace x86_64 to aarch64.
```
$ sudo livemedia-creator --ks MSVSphere-10-ARM.ks --no-virt --resultdir ./lmc-arm/ \
--project="MSVSphere ARM" --make-iso --volid "MSVSphere 10.0 ARM x86_64" \
--iso-only --iso-name MSVSphere-10.0-beta-x86_64-arm.iso --releasever=10.0 \
--nomacboot --extra-boot-args "rootfstype=auto ro rhgb rd.luks=0 rd.md=0" \
--lorax-templates /usr/share/lorax/templates.d/70-msvsphere/
```
## Clean up
```
$ sudo rm -rf /var/tmp/lmc-work-* lmc* /var/run/anaconda.pid
```