feat: fix config
This commit is contained in:
parent
23be80624c
commit
a23b5e3116
2 changed files with 10 additions and 5 deletions
|
@ -51,9 +51,14 @@ LUSER="lfs"
|
||||||
LGROUP="lfs"
|
LGROUP="lfs"
|
||||||
LHOME="/home"
|
LHOME="/home"
|
||||||
BUILDDIR="/mnt/build_dir"
|
BUILDDIR="/mnt/build_dir"
|
||||||
# GETPKG is not set
|
GETPKG=y
|
||||||
|
SRC_ARCHIVE="$SRC_ARCHIVE"
|
||||||
|
RETRYSRCDOWNLOAD=y
|
||||||
|
RETRYDOWNLOADCNT=20
|
||||||
|
DOWNLOADTIMEOUT=30
|
||||||
|
SERVER="http://ftp.osuosl.org"
|
||||||
# RUNMAKE is not set
|
# RUNMAKE is not set
|
||||||
# CLEAN is not set
|
CLEAN=y
|
||||||
# end of General Settings
|
# end of General Settings
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -73,7 +78,7 @@ PKGMNGT=y
|
||||||
PKG_PACK=y
|
PKG_PACK=y
|
||||||
# LIB_LOAD is not set
|
# LIB_LOAD is not set
|
||||||
INSTALL_LOG=y
|
INSTALL_LOG=y
|
||||||
# STRIP is not set
|
STRIP=y
|
||||||
DEL_LA_FILES=y
|
DEL_LA_FILES=y
|
||||||
# NO_PROGRESS_BAR is not set
|
# NO_PROGRESS_BAR is not set
|
||||||
# end of Build Settings
|
# end of Build Settings
|
||||||
|
@ -87,7 +92,7 @@ CONFIG="$(pwd)/mihari-dev-kernel-config"
|
||||||
NCURSES5=y
|
NCURSES5=y
|
||||||
TIMEZONE="GMT"
|
TIMEZONE="GMT"
|
||||||
LANG="ko_KR.UTF-8"
|
LANG="ko_KR.UTF-8"
|
||||||
# FULL_LOCALE is not set
|
FULL_LOCALE=y
|
||||||
PAGE_LETTER=y
|
PAGE_LETTER=y
|
||||||
# PAGE_A4 is not set
|
# PAGE_A4 is not set
|
||||||
PAGE="letter"
|
PAGE="letter"
|
||||||
|
|
|
@ -83,7 +83,7 @@ DEL_LA_FILES=y
|
||||||
#
|
#
|
||||||
# HAVE_FSTAB is not set
|
# HAVE_FSTAB is not set
|
||||||
CONFIG_BUILD_KERNEL=y
|
CONFIG_BUILD_KERNEL=y
|
||||||
CONFIG="./mihari-dev-kernel-config"
|
CONFIG="$(pwd)/mihari-dev-kernel-config"
|
||||||
NCURSES5=y
|
NCURSES5=y
|
||||||
TIMEZONE="GMT"
|
TIMEZONE="GMT"
|
||||||
LANG="ko_KR.UTF-8"
|
LANG="ko_KR.UTF-8"
|
||||||
|
|
Reference in a new issue