fix: bugs

This commit is contained in:
Euiseo Cha 2023-03-30 15:34:40 +09:00
parent a23b5e3116
commit a2598ef89f
No known key found for this signature in database
GPG key ID: 220CC17AA79A0AEA
3 changed files with 12 additions and 7 deletions

View file

@ -156,4 +156,4 @@ PKG_LST="unpacked"
# end of Internal Settings (WARNING: for jhalfs developers only) # end of Internal Settings (WARNING: for jhalfs developers only)
# end of Advanced Features # end of Advanced Features
REBUILD_MAKEFILE=y # REBUILD_MAKEFILE is not set

View file

@ -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"
@ -151,4 +156,4 @@ PKG_LST="unpacked"
# end of Internal Settings (WARNING: for jhalfs developers only) # end of Internal Settings (WARNING: for jhalfs developers only)
# end of Advanced Features # end of Advanced Features
REBUILD_MAKEFILE=y # REBUILD_MAKEFILE is not set

View file

@ -9,7 +9,7 @@
<!ENTITY before "Must be installed before"> <!ENTITY before "Must be installed before">
<!ENTITY external "Optional dependencies"> <!ENTITY external "Optional dependencies">
<!ENTITY debian-pool "http://ftp2.fr.debian.org/debian/pool/main/"> <!ENTITY debian-pool "http://ftp2.fr.debian.org/debian/pool/main/">
<!ENTITY dpkg-version "1.18.23"> <!ENTITY dpkg-version "1.18.25">
<!ENTITY dpkg-size "4,411 KB"> <!ENTITY dpkg-size "4,411 KB">
<!ENTITY dpkg-url "&debian-pool;d/dpkg/dpkg_&dpkg-version;.tar.xz"> <!ENTITY dpkg-url "&debian-pool;d/dpkg/dpkg_&dpkg-version;.tar.xz">
<!ENTITY dpkg-md5 "2195338c1792b0678575309a099d2da8"> <!ENTITY dpkg-md5 "2195338c1792b0678575309a099d2da8">