|
|
本帖最后由 hn0550 于 2015-2-21 15:04 编辑
你有没有选择多媒体项目了?如果有就先去掉吧。
我个人觉得先搞定最小系统成功,在慢慢添加功能吧。不要一口吃成胖子,消化不了。
========================================================
Target System (x86) #目标平台选择,这里选择X86,如果非x86系统下面需要选择
TargetImages --->
ext4 #生成.EXT4.IMG文件
[0] seconds to wait befor booting the default entry #启动不等待5秒
Base system --->
<*> block-mount #以后挂载USB用
kernel modules --->
Block Devices ---> 这项用于支持磁盘
<*> kmod-ata-core #支持SATA硬盘
<*> kmod-ata-ahci
<*> kmod-loop
Filesystems --->
<*> kmod-fs-ext4
NativeLanguage Support ---> #语言支持
<*> kmod-nls-iso8859-1
<*> kmod-nls-utf8
Network Devices ---> #网卡驱动,必须添加自己需要的网卡驱动
<*> kmod-macvlan
Wireless Drivers ---> #wifi卡驱动,添加自己需要的
Luci-----
Collection----luci
Translation---luci-i18n-chinese
|
|