谷动谷力

 找回密码
 立即注册
查看: 3214|回复: 0
收起左侧

【openwrt学习笔记二】make menuconfig的一些笔记配置选项相关...

[复制链接]
发表于 2022-3-4 22:10:52 | 显示全部楼层 |阅读模式
本帖最后由 sunsili 于 2023-7-29 22:39 编辑
. n) [4 A. t& n7 L: r2 k. O6 \+ J; l- W* b. L$ t& o# F
【openwrt学习笔记二】make menuconfig的一些笔记配置选项相关说明         " i9 _9 U3 H4 `9 z% U8 S& L0 X" q+ C6 X
% K5 {+ \. i3 |3 G+ ?& z
$ a' T3 N# s3 E. d5 \
一、介绍openwrt make menuconfig6 a7 V7 a. d: ^* w: p' z1 b7 h
& ]  |8 U. s# G; h' l& d
make menuconfig不仅仅配置内核,还有rootfs(实际为busybox)、app(系统库、界面工具。内核配置位于:chaos_calmer\package\kernel\linux。不同的驱动配置在不同的文件,具体根据文件名称可识别出。
/ N, c5 E0 v! O& z! {. f6 p2 N/ f ls chaos_calmer/package/kernel/linux/modules/
# R6 `" a$ X* [. O! G9 E/ F" F0 ] 001-depends.mk  crypto.mk    hwmon.mk  leds.mk        netfilter.mk   other.mk   spi.mk    virtual.mk   wpan.mk
, k. X+ a2 V& U8 x# I$ o+ J block.mk        firewire.mk  i2c.mk    lib.mk         netsupport.mk  pcmcia.mk  usb.mk    w1.mk
; [4 C% y4 W' C* l can.mk          fs.mk        input.mk  netdevices.mk  nls.mk         sound.mk   video.mk  wireless.mk# Z. h$ `* a2 B" Y) k

* [' y" z$ y) Q0 m$ \) [ 二、配置选项说明
% h4 f: N# n. Y. B# Q- Q

/ l& [. p7 e9 E9 }, P7 {) G8 J下面简单列出笔记的配置的一部分内容。6 b' K" ^7 O+ Y6 K8 ]. {
& ~  k4 z$ y" b' Q
1、平台类型
3 c# G5 P# {/ ^) e3 o7 d8 e/ G Target System (x86)  --->6 c( l, C0 V5 S. Q" G
这里只选择x86。根据平台类型的不同,后面的选项也有不同。, u) [( Z. _  U6 M" [. r9 v

6 P" _0 Q9 A3 U 2、目标板镜像文件
& b: b( i, O  n. Y/ r3 ^* T$ C3 K$ h) z2 ~8 Q0 ^
生成的镜像文件的相关配置。
' f) O( i' }" W" L) \ Target Images  --->
0 r  j$ C2 g8 N% e' b, k tar.gz  # 压缩包格式  W4 K% S: a  W( n
ext4  ---> # 可选ext4的最大节点数以及block大小; [. r5 w: B2 }+ O! f+ t  z  g
Build GRUB images (Linux x86 or x86_64 host only)3 v! B6 P. C+ l' ~6 s! y
   Use Console Terminal (in addition to Serial)   # 开启串口调试终端
$ w1 }- N2 k6 r6 t9 S (ttyS0) Serial port device # 串口设备名,一般为ttyS05 K7 \! P+ c! S: y( {, @& P
(115200) Serial port baud rate # 波特率,选择的与串口工具设置的波特率必须一致! Q8 u& Z5 U: n$ V
(3)   Seconds to wait before booting the default entry # grub倒计时,单位为秒2 J- K5 A2 \8 }* e( j* p( F
(4) Kernel partition size (in MB)  # 内核的大小,单位为MB,一般3、4MB足够
# ?8 O  d+ `  P  F3 x (64) Root filesystem partition size (in MB) # 根文件系统大小,这个值越大,镜像体积越大,一般路由系统几十MB足够
: Z0 k$ Q7 a* ?! X
6 G' n$ ?) @0 b# z- B 3、镜像配置(系统脚本及IP配置)
# }' Q. `" P- y
0 r4 e9 H/ l! |5 l Image configuration  --->) }. n, ]& `1 x" ^% A7 R) F1 g+ Z5 z! u
--- Preinit configuration options
2 T$ s) O' F" w+ n. v( I% E     Suppress stderr messages during preinit
. c$ i2 B( ^5 |' G   (2)   Failsafe wait timeout0 n9 Q9 S. n( }0 o# D2 h
   [ ]   Show all preinit network messages9 M$ w- g& O; K/ h' ?( L
   [ ]   Suppress network message indicating failsafe  D! e5 ~& I, U
   ()    Preinit network interface  # 默认IP地址' P; F) |/ K3 w, ]9 F
   (192.168.1.251) IP address for preinit network messages( @+ f9 ]9 y. b' b
   (255.255.255.0) Netmask for preinit network messages4 w5 p) B! f2 ?  t) ?3 d) F
   (192.168.1.255) Broadcast address for preinit network messages9 ~5 N* M9 u) H- d

# ?# a" z5 a$ ?- I2 G7 m+ G8 d8 K 4、基础系统
4 Q9 i$ B6 o# w& e1 s+ P9 I
6 p- ]% [$ c( r7 a2 t 本配置项为构建基本的文件系统,基本工具,库,等。默认即可。6 ~3 u3 n" v8 ^/ i4 p4 n% {
Base system  --->     
* a5 J2 h9 N6 ]. k0 s    <*> base-files................................... Base filesystem for OpenWrt # 基本文件系统3 Q+ ~  H9 X9 P! b  f* i5 j
    <*> dropbear........................................ Small SSH2 client/server #ssh服务器* I+ y0 o+ ?( |( u
     -*- libc........................................................... C library # C库
7 J2 F6 r# H- R# M     -*- libgcc............................................... GCC support library # gcc支持库
% _8 t0 w5 T* Z* b0 R7 E/ i% ?9 s6 K    -*- libpthread.......................................... POSIX thread library # 线程库  Q6 X$ s* ~# w  _4 {+ H/ A
    -*- librt................................ POSIX.1b RealTime extension library# 运行时库
% m, q2 o! y* s4 Y: q' k; \$ x! e' s% P5 z; }
5、root权限命令
" G; l, R" q0 |, V( u% A
9 {( T' A4 t  M1 S) ^" m 如sudo等命令7 f, a, _5 v& \
Administration  --->
' J9 a0 Z- C: T0 r) l5 o1 U* \' p* W3 |6 Z+ a

) k) U& R* _  g7 H# S# [3 C$ U 6、Boot Loader
* G  N: S1 R8 k2 h( T# \. X; X, A) w
此项无内容
1 U; B" Q. F# H1 ? Boot Loaders  ---->  ) {0 Y. U+ e  }) @5 z+ L7 g
7 @8 Y4 i" a, v& u0 o, j5 N. b% `

  [( ]7 ^! q, {! B! a* W" {8 ]+ r 7、开发相关
; v4 ^9 Y; s! p4 i+ |/ `2 A9 \) y  @* M6 G" |3 ]! Z6 o
开发专用,会安装如gcc、gdb、ar、patch、binutils等工具,普通用户无须关注。
: C8 m; Z- m' N, U; G- o Development  --->   
" p$ n" }2 n0 C. [) s& ^
9 ]" t2 @2 ?7 z, W1 q4 j4 S9 b
$ d6 C: }* p2 E9 ^% q 8、固件
3 I2 P0 T) Z$ Z  w3 b" O: P( Y& e0 D$ G5 e! F
个别模块的固件,如是,则要加入内核。X86平台,无须理会。# b( X3 M6 e- a& A9 U
Firmware  --->       4 X* L$ d) F* @* b8 Q% ?+ l
; b4 l2 \; J% M% z. O

( D) o: c6 i7 l3 o# c 9、内核模块# G8 y( h/ N. x6 `, q' f! {
) ?! z6 B0 i) L* d0 Q& K- P
真正的内核配置在此处。本模块较重要,内容较多。但本文使用的X86平台上需要配置的东西不多。1 G8 S8 s  O& l
Kernel modules  --->  
5 ~1 d& Q. y3 t+ x     Block Devices  --->     Filesystems  --->
( X& ~0 r' V/ ~6 ?' S! w! j9 |( D     Hardware Monitoring Support  --->' n/ _1 W4 `- ^2 B- d# u9 d% m
     I2C support  --->
7 d2 i% |8 _4 E  K- O. I  U& i     Network Devices  --->  
. Q+ x' f5 M8 v, P     Input modules  --->  * F# w+ C/ F  [4 X% G  Q
    Network Support  --->
$ ^5 A1 ]' }& P* t1 ^: |, n4 o    Netfilter Extensions  --->8 \7 d& _+ h" G( c  L3 U$ y; l
    USB Support  --->. r  e1 u" j6 B0 m
6 Z% K4 V7 R3 f  i, }% f$ w# X. M
9.1、块设备# ^0 P9 H% ]3 k

. |/ o* u( P, S) l% K+ a; R Block Devices  --->$ E  }4 z% S7 K$ h5 i3 \
     -*- kmod-scsi-core....................................... SCSI device support
9 u! `, p: m" e2 k0 k# `9 i% q5 @$ u3 X) m1 e7 |
9.2、文件系统. }& K, q8 }, L& ^6 n6 R. y" Y
本次移植使用的文件系统为EXT4。其它不需要。# z& p8 C0 M) r% a" d. m
Filesystems  --->3 s$ t  A! D$ d% G1 u* l
    <*> kmod-fs-ext4..................................... EXT4 filesystem support
6 A! r5 p7 _6 Q0 a+ {# F" a    -*- kmod-fs-nfs....................................... NFS filesystem support0 @) D# a  D1 T. S% g) s+ ]% U
    -*- kmod-fs-nfs-common......................... Common NFS filesystem modules
( x9 Z9 Y& C  P! G: X* T* I5 Y* m; A  A: v/ s( \) H" f% M" u  X) _" ?
9.3、硬件监控模块
" c# y3 z( \, h4 \6 A) i/ n 如LM75,不使用。0 K) ~9 C$ a1 e0 N* c
Hardware Monitoring Support  --->   ' J0 e  d  K( a- n1 N* B# l

0 f  p( _; q2 G9 u5 q* Z2 d# m7 v) z. F, w) k' B: P
9.4、I2C支持( V) N1 p/ T8 ^2 @
4 F3 N* V9 D' `
该X86平台使用IGB网络驱动,需要I2C的支持,故选择。
  S# ~1 U/ J9 ^ I2C support  --->
- f, n/ y9 z$ Z      <*> kmod-i2c-core................................................ I2C support
; K2 i. t; C8 t- `% V1 b( x- K
; C; l& J2 y1 R5 i3 Y' H 9.5、输入模块
$ \3 V+ }9 }  F3 K& \, u# k" ?3 |
如USB鼠标、键盘,等。: g* f7 b5 F7 n4 Q) F* |
Input modules  --->   
- I6 S  ?& |; y. b    -*- kmod-hid..................................................... HID Devices' b( L* {# m( \* b) B, Q- U
   <*> kmod-hid-generic.............................. Generic HID device support& r2 |  v1 f, I* N1 r' v
   -*- kmod-input-core........................................ Input device core
2 P9 ^! f- {: G! c   -*- kmod-input-evdev...................................... Input event device   
- W$ a1 w$ K* |' j+ _; e4 Y; _$ I7 j0 s7 f% y, M. [
9.6、本地语言支持
% @# N- p; w$ |7 T" x/ S5 f6 M7 Z/ @; Q4 u
Native Language Support  --->5 _+ W: @1 l2 J6 F
      -*- kmod-nls-base.................................... Native Language Support# o6 y: p9 `' ^% b' w

4 g' Z! s$ m. P9 ` 9.7、netfilter扩展% }( j  U6 \2 B9 S

* t' E+ [. k0 W- G+ N iptables的选项需要内核的支持,在此进行选择。文本使用默认值。8 U( r. W" L  Z4 A/ U4 b8 X1 {( [
Netfilter Extensions  --->+ u! k8 x5 H( m$ X  [

, A; k, X7 A7 v6 X' |5 a$ E' a 9.8、网络设备: P. E5 ]1 v& A
! t" W* P5 g+ l
该X86平台使用的网络设备驱动为IGB,其它不选。  A. i& U! M" d" s- e& K
Network Devices  --->    a: O- e& k% v
      -*- kmod-ifb........................... Intermediate Functional Block support$ i6 k5 [' Q$ A
     <*> kmod-igb....... Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support # IGB驱动
+ P% P, n- @7 Z2 a0 s6 x! c2 l9 \     -*- kmod-libphy.................................................. PHY library # PHY库,必须9 E, e6 Q$ j- y/ m* F9 J
     -*- kmod-mii..................................................... MII library; D: V0 v+ \# L7 }3 s

  H. E: Q! `' A% h3 H3 x 9.9、网络支持, k4 W- U2 Y( t" V
( h' v- q$ g9 I7 A4 ]7 h$ d
对网络的支持,比如8021q、DNS、ipv6。$ @. W! w- U( u) A0 }
Network Support  --->5 k" O" h! v. o$ i+ g! |
     <*> kmod-8021q........................................... 802.1Q VLAN support/ ^4 O$ o; F- q: U5 C8 `
     -*- kmod-dnsresolver.................................. In-kernel DNS Resolver/ \: D! g! c& S( u$ _% q6 n
     -*- kmod-ipv6................................................... IPv6 support+ k3 d8 X) Y; ^: u$ b8 ~2 D

" C, ^' Z& m+ h7 Z( e& \+ V3 ]" G 9.10、其它模块
- [. Z+ [' I1 O) F4 q- f) o6 d; J7 a
openwrt的menuconfig涉及大量其它东西,而内核只是其中一部分,故不像真正的kernel的menuconfig那样分类详细。很多字符类设备都在此选项。比如MMC、EEPROM、RTC、串口。! r2 n4 Y6 I& c/ X1 Y1 _" [
Other modules  --->" w2 s4 }2 d- q
      <*> kmod-serial-8250.............................................. 8250 UARTs   # 串口设备1 g1 D: E' B$ u. ?/ ~4 ?

5 \+ j6 d! @6 a- _* { 9.11、SPI支持! L0 K8 Y8 _! n0 [! w; O6 U1 j' M

9 t% L* B! D) O6 c! B SPI驱动,不使用。
  M9 G! U4 l; ?: E3 h& z: L. |$ n SPI Support  --->
6 q, J9 L5 q1 k8 e
. j" J* Q$ c$ \  r 9.12、音频支持
: F! F7 ]3 b. b& h% @7 g$ h" R' X5 {9 l- [% r& s( P5 B6 t8 E
不使用音频驱动。/ C$ c% q1 S# l) }/ |' q. y
Sound Support  --->7 I; h6 p  U+ U5 P1 U
* G' f. h& u" [3 ]# c, @
9.13、USB支持
) ]& I' y9 Y) Y. r8 B4 U# r  T' D+ {- U( V, s/ i' A. D+ B
USB接口输入设备,U盘支持,在此处选择。0 R: Z1 P" i' J! O" x; _
USB Support  --->   
3 x6 Y( X/ Q$ `  i3 U: P -*- kmod-usb-core............................................ Support for USB
; `0 X# y1 z0 v( Z7 c <*> kmod-usb-ohci............................... Support for OHCI controllers0 \% @! S9 _+ Y# P" p$ c
<*> kmod-usb-storage..................................... USB Storage support8 M% n; H+ k" m7 M& t

' U4 W# @# {, f 9.14、视频支持
7 P- O( Y/ y3 ^% b/ |
! f/ T( G. O& n 不使用视频功能。
; L& D) t9 Q2 S6 Y: d  m- X Video Support  --->
, Q& `* E+ F, @" E4 O- E
- ^" i  E& _: W 9.15、无线驱动
! ~0 [* C% J6 E6 M& n  n
' w% ^* o# `" h' Y% F! I8 ~$ ]# J 使用无线驱动。
8 Y& f* ?; R! l% G* n- W Wireless Drivers  --->
* I8 q# w4 ?4 ^9 u" C, s4 l5 T& p3 x, J2 h  ~
10、编程语言
0 v+ Y9 C2 R4 |: V$ w/ @- B
6 L0 u& Y" ^2 B* O 如Java、Lua、PHP、Perl、Python、Ruby。由于openwrt使用Lua,建议选上。8 a4 y$ N2 J: p# i+ l
Languages  --->       \) n. T& g9 P5 Q6 g

5 s- p% s1 h& v* d/ S- o, S$ o/ {# |. \2 d( j& X0 l- l$ V
11、库
5 K9 \9 h4 _6 h# E1 h1 _7 a' Z  i* g" ]5 ^! w
常用库。如压缩为libbz2、SSL库、libexif,等,使用默认选项。SSL建议选择。
* ^2 h! L$ j+ ?* a Libraries  --->      % x" `/ Z' }( ?/ U( O
& j: E) C5 x! S/ A# w3 V

5 v/ y- G' r  E 12、界面选项配置
' h% k9 l- ^9 t6 V
% v2 {; v0 U8 v$ H openwrt的界面使用LuCI( 配置页面),功能项、工具在此配置。内容较庞大、较重要。2 O4 L$ ?5 f" L; s; @
LuCI  --->/ z8 Q; ]: Z. {& ^. N
  1. Collections  ---> ( O4 L) B" s) c/ x2 t" O
  2. Modules  --->     
. J6 B; a! q( p3 s5 `( n/ l  3. Applications  --->/ _' g% y5 u' `- H+ I2 c
  4. Themes  --->      % B. D* k. t7 w: }  M9 `% l
  5. Protocols  --->   
8 I/ U" y0 i0 Q1 C4 S2 _  6. Libraries  --->   
8 C( x; z7 [' ^5 y0 C# y  9. Freifunk  --->
1 p0 F0 K, |: v$ b, i+ Q4 S$ f4 p% J, s
12.1、综合
& F7 p: q( E; J% b: e8 ^9 w
+ S: }, O- s% E/ k+ | 1. Collections  --->     % _. x/ |5 N3 h! I+ i) m
-*- luci   / u! ^" p. n* I1 T
<*> luci-ssl......................... Standard OpenWrt set with HTTPS support# @& }+ y. E- ^- ^2 u0 S

) G; K5 }0 F; E8 A. D 12.2、模块
& o+ W1 E4 g1 T  f9 C; s' O
. W+ b$ K" w% U/ ^* C8 f4 k LuCI基本模块在此配置。包含各种语言支持。
! E9 x) g. @  Y* Y' @ 2. Modules  --->3 l  ?) V. y6 e0 R1 S
-*- luci-base............................................ LuCI core libraries: h/ H( ?& X( y4 d! v2 N, m3 F
Translations  --->9 G, S. G. F" R0 w
<*> Chinese (zh-cn)        # 中文支持
" D6 D$ V( O+ j1 K -*- luci-mod-admin-full. LuCI Administration - full-featured for full control' b+ l3 ?" S8 V0 Q$ `8 ]
( o/ R) P# y& [6 U
12.3、应用程序% ?  Q& O9 \# ?$ q4 k1 b

' `$ t( i* i) e, h" X$ S1 j 界面上的应用程序在此配置。如防火墙、QOS、NTP同步,等。
0 Y7 @/ Y1 R( j$ t4 j. M* X/ ~. V 3. Applications  --->   
2 o" O9 c) P9 T9 l) i6 n/ a -*- luci-app-firewall................ Firewall and Portforwarding application3 _6 Z$ s, ^- }2 H: K- u! m
<*> luci-app-ntpc.............. NTP time synchronisation configuration module
- d5 H3 ]1 H( J6 | <*> luci-app-qos..................... Quality of Service configuration module
/ Q7 b! W( U) G  h- V0 p8 A$ T1 _ <*> luci-app-vnstat.................................. LuCI Support for VnStat: O. R: F7 ?- K2 s4 J5 o
( y# x) j7 [) R1 ^( B2 n  d: p
12.4、主题
: F  B: l, p) P* V7 e. d8 {
: a* {/ x/ i2 V) W! y$ Y 默认主题为luci-theme-bootstrap。2 V  f) e$ r+ K
4. Themes  --->      
0 F) L0 ?% Q# A/ T( L+ B6 v -*- luci-theme-bootstrap........................... Bootstrap Theme (default)8 Q3 n: m7 t0 e9 R; |4 E0 ^1 C
<*> luci-theme-freifunk-bno.................... Freifunk Berlin Nordost Theme
( k+ z+ r  ^/ E/ T <*> luci-theme-freifunk-generic....................... Freifunk Generic Theme
) G+ A; _: ^6 W) T$ X8 u" N <*> luci-theme-openwrt................................ LuCI OpenWrt.org theme7 B3 H' i; P' e; m& a! V
' z, O7 ^. l0 i. h' q# Y+ o( X7 g
12.5、协议, z" G4 z/ f  k6 Z) z; z" ?

2 O) y7 ^) Y9 {# C. i3 M 如3G、ipv6、PPP。' G5 q' V6 z6 i5 e: \/ k6 {
5. Protocols  --->   8 y( S; }- j( X# _; V3 V
<*> luci-proto-3g............................................. Support for 3G
( M7 ^' R) J6 E4 w7 a& Z -*- luci-proto-ipv6........... Support for DHCPv6/6in4/6to4/6rd/DS-Lite/aiccu! F+ n8 A0 J! B1 {( ?
-*- luci-proto-ppp.......................... Support for PPP/PPPoE/PPPoA/PPtP
7 A' g5 c, o# a8 Q$ K0 d4 \9 u  {: n  [, x6 I4 T- x6 ~& S+ }# Y
12.6、库
! }+ e5 {3 K0 y) h% _/ D& |. Z) j- ?3 M8 T7 g5 C
6. Libraries  --->   ) q6 J2 i$ Q, }! e9 _& O
-*- luci-lib-ip....... Lua library for IP calculation and routing information
8 r  ~2 X" m3 w) b3 C; X% G. S* Q9 C -*- luci-lib-nixio....................................... NIXIO POSIX library
, I2 T5 W1 h7 l* [' k! H6 D" s5 K. a
13、邮件% E4 d- ?5 B4 W; k2 |
( K6 p5 V- a1 ?
邮件服务。
1 m& B! I' F  d% c: {% W Mail  --->   & e% ~2 F/ I8 \  g- d

  R8 L: S9 {7 F 14、多媒体  w) P+ ^; H5 h' [- [, a

  b4 A8 f9 K$ m9 }. J( X+ x1 } 多媒体配置,如ffmpeg、流媒体播放工具。不使用。4 a4 z+ C! b+ ]- M! f
Multimedia  --->     ( o% u$ D5 s5 e) y1 ^
. {) A: ?- r9 O- G' |; q( _: B
* Z! H1 u/ @) D- ?0 I
15、网络
; E- a# ~9 f; ^1 }
" D7 F8 o  X( S, j9 R* e& ^ 本项为网络相关工具、模块的配置。内容较多,也较重要。5 T! p8 Z( F- ^0 Y
Network  --->! P$ r0 @5 w# i5 q- U
SSH  --->4 s2 Y. c. r9 W% r  T. Q
    -*- openssh-client............................................ OpenSSH client
# ^3 m& u1 d4 r2 [; c- B   -*- openssh-keygen............................................ OpenSSH keygen/ D0 P) c( {& Q; L7 ^' F& n
  <*> openssh-server............................................ OpenSSH server5 C: p6 e( y! Y& Z! n+ E
Time Synchronization  ---> # 时间同步' ^/ u7 @0 m/ m7 E! B* J
   -*- ntpclient............................. NTP (Network Time Protocol) client4 t! t+ }3 E7 {4 ]0 |" W, S6 C6 f
  <*> ntpdate..................................................... ISC ntp date
  X9 {; K8 `! h' A VPN  ---> # VPN,不使用
- r  v* m, j2 M4 W Web Servers/Proxies  --->
8 ]) b1 y, b8 e, H: @   -*- uhttpd........................ uHTTPd - tiny, single threaded HTTP server # 小型web服务器% ?0 r+ O4 f6 e9 ]
  <*> ethtool......................... Display or change ethernet card settings* [3 a2 F; }2 }2 W6 t+ X5 W
  <*> iperf2 O* f( f) {2 Y* f
  <*> tcpdump..................... Network monitoring and data acquisition tool
' k/ x, X6 o: c: W. h5 j8 U8 P! h! E) w) S) Z
16、音频5 `& t& r. i* I

8 M0 D! d1 P" M. @3 h 不使用音频相关工具、库,不用配置。: C1 [; R- i7 z4 z# }4 k
Sound  --->   
. t9 o0 i6 E$ ~9 D( n2 R- u, Q) r) q2 `; T
17、其它工具, ~; ?4 J$ @( a. }: ~6 T3 a3 a

% q1 _' C2 L* g  Q5 T0 w8 u 一些其它小工具在此。内容较杂。有的是boot loader,有的是压缩库,有的是编辑器(vim)。还有其它工具,如minicom、grep、tar、bash、file,等。根据实际选择。
% H( i' C% J8 b1 a Utilities  --->   
5 f5 ?9 h5 Z% |6 A2 i4 \6 J, {- k, K Editors  --->  # 编辑器; n, H5 J3 l7 f5 O# ~
<*> vim.............................. Vi IMproved - enhanced vi editor (Tiny)+ v# ^' f1 @) C! X& W
Terminal  --->  # 终端工具
% H6 m3 b& M. v- s2 _ <*> minicom....................................... Terminal emulation program
% Y8 O4 z! P9 K' t6 Z database  --->  # 数据库,如mysql、sqlite
. w# T; E$ I8 D! S zoneinfo  --->  # 时区信息
7 G' t- F; }! ]$ q5 R <*> bash.......................................... The GNU Bourne Again Shell
! m2 l, c2 l1 S9 f; l <*> grep.................................. grep search utility - full version  _4 j3 x# l9 R  @5 g
<*> hwclock.................................. query or set the hardware clock
8 R1 ~1 Y! \/ S <*> tar.............................................................. GNU tar
' d* ~5 K7 v# y; A+ r- c/ {: A( A  c/ g* J+ Z% @- Y
targetsystem选择x86,target img选择生成 vbox或者vmware镜像文件,这样生成镜像用于虚拟机. G" u: U) |! U  M1 b/ j

) [/ Z' B; B# A) i

本帖被以下淘专辑推荐:

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|深圳市光明谷科技有限公司|光明谷商城|Sunshine Silicon Corpporation ( 粤ICP备14060730号|Sitemap

GMT+8, 2024-3-29 05:33 , Processed in 0.093656 second(s), 34 queries .

Powered by Discuz! X3.2 Licensed

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表