Compare commits

..

No commits in common. 'i8' and 'master' have entirely different histories.
i8 ... master

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

@ -1,9 +1,9 @@
# MSVSphere 8 default Docker image kickstart file
# MSVSphere 9 default Docker image kickstart file
# TODO: change to the kickstart repo URL when we have it
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/
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/
lang C.UTF-8
keyboard us
@ -27,13 +27,13 @@ bash
binutils
coreutils-single
crypto-policies-scripts
curl
curl-minimal
findutils
hostname
iputils
glibc-minimal-langpack
less
libcurl
libcurl-minimal
rootfiles
tar
vim-minimal

@ -1,9 +1,9 @@
# MSVSphere 8 systemd Docker image kickstart file
# MSVSphere 9 systemd Docker image kickstart file
# TODO: change to the kickstart repo URL when we have it
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/
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/
lang C.UTF-8
keyboard us
@ -26,12 +26,12 @@ sphere-release-server
bash
coreutils-single
crypto-policies-scripts
curl
curl-minimal
findutils
gdb-gdbserver
glibc-minimal-langpack
gzip
libcurl
libcurl-minimal
libusbx
procps-ng
rootfiles
Loading…
Cancel
Save