crims0n 4 years ago
parent
commit
333351f696
  1. 4
      linux-live/buildconfig
  2. 2
      linux-live/install_chroot
  3. 1
      linux-live/minioslib

4
linux-live/buildconfig

@ -6,7 +6,7 @@ DISTRIBUTION_TYPE="debian"
# distribution
# дистрибутив
DISTRIBUTION="bullseye"
DISTRIBUTION="buster"
# distribution arch
# note: stretch only works with amd64
@ -14,7 +14,7 @@ DISTRIBUTION="bullseye"
# для заметки: stretch работает только с amd64
DISTRIBUTION_ARCH="amd64"
COMP_TYPE="xz"
COMP_TYPE="zstd"
# bootstrap variant (used to build Ubuntu)
# вариант bootstrap (используется для сборки Ubuntu)

2
linux-live/install_chroot

@ -11,7 +11,7 @@ SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
. $SCRIPT_DIR/config || exit 1
set +u
if [ -z $OUTPUT ]; then
. $SCRIPT_DIR/linux-live/buildconfig || exit 1
. $SCRIPT_DIR/buildconfig || exit 1
fi
set -u

1
linux-live/minioslib

@ -40,6 +40,7 @@ function common_variables() {
#PACKAGE_VARIANT="standard"
elif [ $DISTRIBUTION_ARCH = "i386" ]; then
KERNEL_ARCH="686-pae"
#KERNEL_ARCH="686"
PACKAGE_VARIANT="minimal"
elif [ $DISTRIBUTION_ARCH = "arm64" ]; then
KERNEL_ARCH="arm64"

Loading…
Cancel
Save