nfs文件系统启动参数配置

1. tiny6410(增强版)bootargs(nfs文件挂载)启动参数(周学伟)

noinitrd console=ttySAC0,115200 lcd=S70 init=/init root=/dev/nfs rw nfsroot=192.168.191.11:/home/tiny6410/rootfs,proto=tcp,nfsvers=3,nolock ip=192.168.191.8:192.168.191.11:192.168.191.255:255.255.255.0::eth0:off

2. TQ2440 bootargs(nfs文件挂载)启动参数(周学伟)

noinitrd console=ttySAC0,115200 init=/init root=/dev/nfs rw nfsroot=192.168.191.11:/home/linux_core/lesson2/rootfs ip=192.168.191.8:192.168.191.11:192.168.191.255:255.255.255.0::eth0:off

11111 tiny4412

Linux-CommandLine = noinitrd root=/dev/nfs nfsroot=192.168.1.131:/home/tiny4412/rootfs_qtopia_qt4 ip=192.168.1.108:192.168.1.131:192.168.1.1:255.255.255.0::eth0:off rootfstype=nfs console=ttySAC0,115200 init=/linuxrc ctp=2 skipcali=y uhost=y

3. mplayer播放器,播放参数

./mplayer 111.mp4 –aspect 800:480 –cache 20000 ./mplayer 111.mp4 -framedrop -quiet -vf rotate=1,scale=800:480

./mplayer ss.avi –aspect 800:480 -framedrop -vf rotate=1

原文地址:https://www.cnblogs.com/zxouxuewei/p/4936921.html