Compare commits

...

1 Commits
master ... i8

Author SHA1 Message Date
Arkady L. Shane ec3a78b0d9
Added configs for MSVSphere 8
4 months ago

@ -4,7 +4,7 @@ set -eo pipefail
ARCH="$(uname -m)"
IMAGE_TYPE='default'
RELEASE='9'
RELEASE='8'
BASE_DIR='./result'
PROGRAM_DIR="$(dirname -- "$0")"
VERSION='0.0.1'

@ -1,9 +1,9 @@
# MSVSphere 9 default Docker image kickstart file
# MSVSphere 8 default Docker image kickstart file
# TODO: change to the kickstart repo URL when we have it
url --url https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/os/
repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/os/
repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/9/AppStream/$basearch/os/
url --url https://rsync.inferitos.ru/msvsphere/8/BaseOS/$basearch/os/
repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/8/BaseOS/$basearch/os/
repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/8/AppStream/$basearch/os/
lang C.UTF-8
keyboard us
@ -27,13 +27,13 @@ bash
binutils
coreutils-single
crypto-policies-scripts
curl-minimal
curl
findutils
hostname
iputils
glibc-minimal-langpack
less
libcurl-minimal
libcurl
rootfiles
tar
vim-minimal

@ -1,9 +1,9 @@
# MSVSphere 9 systemd Docker image kickstart file
# MSVSphere 8 systemd Docker image kickstart file
# TODO: change to the kickstart repo URL when we have it
url --url https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/os/
repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/os/
repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/9/AppStream/$basearch/os/
url --url https://rsync.inferitos.ru/msvsphere/8/BaseOS/$basearch/os/
repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/8/BaseOS/$basearch/os/
repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/8/AppStream/$basearch/os/
lang C.UTF-8
keyboard us
@ -26,12 +26,12 @@ sphere-release-server
bash
coreutils-single
crypto-policies-scripts
curl-minimal
curl
findutils
gdb-gdbserver
glibc-minimal-langpack
gzip
libcurl-minimal
libcurl
libusbx
procps-ng
rootfiles
Loading…
Cancel
Save