malfs mekanizma guncelleme
This commit is contained in:
parent
7f17d6ae02
commit
43d1262d28
|
@ -3,7 +3,7 @@ Milis Operating System based on Linux From Scratch book
|
||||||
|
|
||||||
Konak Sistem için Yapılması Gerekenler (ubuntu)
|
Konak Sistem için Yapılması Gerekenler (ubuntu)
|
||||||
|
|
||||||
apt-get install bsdtar binutils gcc g++ m4 make bison texinfo pkg-config squashfs-tools lzip
|
apt-get install bsdtar binutils gcc g++ m4 make bison gawk texinfo pkg-config squashfs-tools lzip
|
||||||
|
|
||||||
mv /usr/bin/mawk /usr/bin/mawk-eski
|
mv /usr/bin/mawk /usr/bin/mawk-eski
|
||||||
|
|
||||||
|
|
|
@ -198,7 +198,7 @@ alias ls='ls --color=auto'
|
||||||
# in the X environment. [Review the LFS archive thread titled
|
# in the X environment. [Review the LFS archive thread titled
|
||||||
# PS1 Environment Variable for a great case study behind this script
|
# PS1 Environment Variable for a great case study behind this script
|
||||||
# addendum.]
|
# addendum.]
|
||||||
export LC_ALL="tr_TR.UTF-8"
|
#export LC_ALL="tr_TR.UTF-8"
|
||||||
|
|
||||||
NORMAL="\[\e[0m\]"
|
NORMAL="\[\e[0m\]"
|
||||||
RED="\[\e[1;31m\]"
|
RED="\[\e[1;31m\]"
|
||||||
|
|
|
@ -12,6 +12,8 @@ build() {
|
||||||
# Vérifier si necessaire de faire les verifs du bon fonctionnement de
|
# Vérifier si necessaire de faire les verifs du bon fonctionnement de
|
||||||
# glibc et du linker
|
# glibc et du linker
|
||||||
if [ -L /bin/pwd ];then
|
if [ -L /bin/pwd ];then
|
||||||
|
ln -s /tools/lib/* /tools/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/
|
||||||
|
|
||||||
mv -v /tools/bin/ld /tools/bin/ld-old
|
mv -v /tools/bin/ld /tools/bin/ld-old
|
||||||
mv -v /tools/$(uname -m)-pc-linux-gnu/bin/ld /tools/$(uname -m)-pc-linux-gnu/bin/ld-old
|
mv -v /tools/$(uname -m)-pc-linux-gnu/bin/ld /tools/$(uname -m)-pc-linux-gnu/bin/ld-old
|
||||||
mv -v /tools/bin/ld-new /tools/bin/ld
|
mv -v /tools/bin/ld-new /tools/bin/ld
|
||||||
|
|
Loading…
Reference in New Issue