-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlfs_overview
59 lines (43 loc) · 1.09 KB
/
lfs_overview
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
OVERVIEW LFS - Linux From Scratch
1.what am i doing
* customized linux system
* compling based
* experience of building workable OS
2.what i've gotten
:)
3.what do i need
* LFS doc - LFS v6.8
* linux release
* compiling toolchain
* independent disk partition & tools
* 2 x 5 hours
Actual token:
内存:35892
编译时占用 5.73G
实际占用 1.24G
Linux version 2.6.31-19-generic gcc version 4.4.1*
2 primary parts:
Part1. source list
Part2. manual
4.what did i do
5.1) software source picking up
5.2) env preparations
5.3) tools compiling for temp system
5.4) temp system constructing
5.5) LFS system constructing and setting
5.6) boot script setting up
5.7) kernel compiling (?)
5.8*) boot setting up (grub)
5.9) rebooting & enjoying
5.unfinished
network configuration failed
keyboard charmap error
6.to improve
software expending & management (out of goal)
unified compiling (ALFS)
migration
7.sources
LFS Official http://www.linuxfromscratch.org/
LFS 中文用户组 http://lfs.linuxsir.org/
git://github.com/raidenawkward/lfs.git
mail: raiden.ht@gmail.com