hi all!
Its been alot of effort and I finally got my LFS 7.4 successfully boot on
my thinkpad X40.
The first problem I encountered was that during the boot process it
displayed "face eth0 doesn't exist". Well its a typical error msg with
driver problem.
So I went back to host system, figured out w
Golam Md. Shibly wrote:
> cd /etc/sysconfig/
> cat > ifconfig.eth0 << "EOF" ONBOOT=yes
> IFACE=eth0
> #SERVICE=ipv4-static
> #IP=192.168.1.1
> #GATEWAY=192.168.1.2
> #PREFIX=24
> #BROADCAST=192.168.1.255 EOF
> What are the SERVICES of ifconfig.eth0 but ip4-static for ppp?
>
> I tried:
>
> SERVICE=i
cd /etc/sysconfig/
cat > ifconfig.eth0 << "EOF" ONBOOT=yes
IFACE=eth0
#SERVICE=ipv4-static
#IP=192.168.1.1
#GATEWAY=192.168.1.2
#PREFIX=24
#BROADCAST=192.168.1.255 EOF
What are the SERVICES of ifconfig.eth0 but ip4-static for ppp?
I tried:
SERVICE=ipv4-dynamicSERVICE=ipv4-dhcpSERVICE=dhcpSERVICE=
On Thu, Mar 20, 2014 at 09:15:35PM -0400, Jonathan Arnold wrote:
> I'm doing the 5.7 glibc-2.19 step and everything seems to be going
> along swimmingly. But the test program mentioned in the Caution isn't
> exactly what is desired:
>
> lfs:/mnt/lfs/sources/glibc-build$ echo 'main(){}' > dummy.c
>
I'm doing the 5.7 glibc-2.19 step and everything seems to be going
along swimmingly. But the test program mentioned in the Caution isn't
exactly what is desired:
lfs:/mnt/lfs/sources/glibc-build$ echo 'main(){}' > dummy.c
lfs:/mnt/lfs/sources/glibc-build$ $LFS_TGT-gcc dummy.c
lfs:/mnt/lfs/sources/