mirror of
https://github.com/AlmaLinux/ks2rootfs.git
synced 2024-11-24 18:23:07 +00:00
Update README.md, more changes to come
Signed-off-by: Bala Raman <srbala@gmail.com>
This commit is contained in:
parent
8e809ab6f4
commit
18d0fdad4c
19
README.md
19
README.md
@ -1,3 +1,22 @@
|
||||
# Kickstart to RootFS Builder
|
||||
|
||||
This project provides the ability build `rootfs` file from `kickstart` input file in a docker/podman container environment. Output rootfs files can be used create base images for different OSs (AlmaLinux, Cent OS, Rocky Linux) etc.
|
||||
|
||||
## HOW-TO
|
||||
|
||||
Image yet ot published in `hub.docker.com`, until then use local build.
|
||||
### Building local
|
||||
```
|
||||
docker build -t srbala/ks2rootfs .
|
||||
```
|
||||
|
||||
### Using Image
|
||||
|
||||
Following command uses the `kickstarts/almalinux-8-default.x86_64.ks` file to build.
|
||||
|
||||
```
|
||||
docker run --rm --privileged -v "$PWD:/build:z" \
|
||||
-e BUILD_KICKSTART=kickstarts/almalinux-8-default.x86_64.ks \
|
||||
-e BUILD_ROOTFS=almalinux-8-default-docker.x86_64.tar.gz \
|
||||
srbala/ks2rootfs
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user