diff --git a/configuration b/configuration index 307dae1..a2eb1be 100644 --- a/configuration +++ b/configuration @@ -51,9 +51,14 @@ LUSER="lfs" LGROUP="lfs" LHOME="/home" 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 -# CLEAN is not set +CLEAN=y # end of General Settings # @@ -73,7 +78,7 @@ PKGMNGT=y PKG_PACK=y # LIB_LOAD is not set INSTALL_LOG=y -# STRIP is not set +STRIP=y DEL_LA_FILES=y # NO_PROGRESS_BAR is not set # end of Build Settings @@ -87,7 +92,7 @@ CONFIG="$(pwd)/mihari-dev-kernel-config" NCURSES5=y TIMEZONE="GMT" LANG="ko_KR.UTF-8" -# FULL_LOCALE is not set +FULL_LOCALE=y PAGE_LETTER=y # PAGE_A4 is not set PAGE="letter" diff --git a/configuration.old b/configuration.old index 78263c8..307dae1 100644 --- a/configuration.old +++ b/configuration.old @@ -83,7 +83,7 @@ DEL_LA_FILES=y # # HAVE_FSTAB is not set CONFIG_BUILD_KERNEL=y -CONFIG="./mihari-dev-kernel-config" +CONFIG="$(pwd)/mihari-dev-kernel-config" NCURSES5=y TIMEZONE="GMT" LANG="ko_KR.UTF-8"