Skip to content

Commit

Permalink
locale.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
earlytobed committed Oct 10, 2020
1 parent a464f29 commit 0db3558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Empty file added README.md
Empty file.
5 changes: 3 additions & 2 deletions build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ prepare_rootfs(){
# Mainline glibc
cp ${mainline} ${WORKDIR}/rootfs/etc/yum.repos.d/working.repo
dnf --installroot=${WORKDIR}/rootfs/ --nodocs install glibc -y
# EulixOS.daily.repo else
cp ${eulixos} ${WORKDIR}/rootfs/etc/yum.repos.d/working.repo
echo "LANG=en_US.UTF-8" > ${WORKDIR}/rootfs/etc/locale.conf
# lts.repo else
cp ${lts} ${WORKDIR}/rootfs/etc/yum.repos.d/working.repo
# dnf
dnf --installroot=${WORKDIR}/rootfs/ --nodocs install dnf -y
# others
Expand Down

0 comments on commit 0db3558

Please sign in to comment.