我在制作根文件系统时,制作/etc/profile,启动后不能正常显示[root&FriendlyARM/]#
profile如下:
# Ash profile
# vim: syntax=sh
# No core files by default
#ulimit -S -c 0 > /dev/null 2>&1
USER="`id -un`"
LOGNAME=$USER
PS1='[\u@\h \W]# '
PATH=$PATH
HOSTNAME=`/bin/hostname`
export USER LOGNAME PS1 PATH
启动后:
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
s3c2410-rtc s3c2410-rtc: setting system clock to 2010-04-11 02:11:44 UTC (1270951904)
eth0: link down
IP-Config: Complete:
device=eth0, addr=192.168.1.15, mask=255.255.255.0, gw=192.168.1.1,
host=mini2440, domain=, nis-domain=arm9.net,
bootserver=192.168.1.11, rootserver=192.168.1.11, rootpath=
Looking up port of RPC 100003/2 on 192.168.1.11
eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
Looking up port of RPC 100005/1 on 192.168.1.11
VFS: Mounted root (nfs filesystem) on device 0:12.
Freeing init memory: 160K
Try to bring eth0 interface up......NFS root ...Done
Please press Enter to activate this console. [\u@\h \W]\#
[\u@\h \W]\#
更换友善的/etc,也不行,用的busybox-1.13.0,用的共享库
恳请各位大侠们指点迷津啊!在此谢谢了!