Subversion Repositories livecd

Rev

Rev 201 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 201 Rev 252
Line 13... Line 13...
13
             The build scripts will change the system 
13
             The build scripts will change the system 
14
              and will/can make your system unusable.
14
              and will/can make your system unusable.
15
--------------------------------------------------------------------
15
--------------------------------------------------------------------
16
 
16
 
17
More documentation about building the LiveCD can be found at
17
More documentation about building the LiveCD can be found at
18
http://www.livecd.ethz.ch/build.html !!!
18
http://www.livecd.ethz.ch/build.html
19
--------------------------------------------------------------------
19
--------------------------------------------------------------------
20
 
20
 
21
 
21
 
22
Run ./build-livecd.sh to build the LiveCD ISO images
22
Run ./build-livecd.sh to build the LiveCD ISO images
23
--------------------------------------------------------------------
23
--------------------------------------------------------------------
Line 40... Line 40...
40
- livecd.conf:              Configuration file for the build scripts
40
- livecd.conf:              Configuration file for the build scripts
41
 
41
 
42
 
42
 
43
Examples:
43
Examples:
44
--------------------------------------------------------------------
44
--------------------------------------------------------------------
45
to build LiveCD
45
To build LiveCD run
46
# ./build-livecd.sh
46
# ./build-livecd.sh
-
 
47
 
47
to build LiveDVD
48
To build LiveDVD run
48
# ./build-livecd.sh -dvd
49
# ./build-livecd.sh -dvd
-
 
50
 
49
to build Mini LiveCD 
51
To build Mini LiveCD run
50
# ./build-livecd.sh -mini 
52
# ./build-livecd.sh -mini 
51
 
53
 
52
 
54
 
53
Requirements:
55
Requirements:
54
--------------------------------------------------------------------
56
--------------------------------------------------------------------
Line 56... Line 58...
56
 
58
 
57
- installed unionfs or aufs kernel module(s)
59
- installed unionfs or aufs kernel module(s)
58
- installed squashfs kernel module and tools (mksquashfs)
60
- installed squashfs kernel module and tools (mksquashfs)
59
  (squashfs is included in the SL5 kernel)
61
  (squashfs is included in the SL5 kernel)
60
 
62
 
61
  SRPMS and RPMS for unionfs, aufs and squashfs can be found here:
63
  SRPMS and RPMS for unionfs, aufs and squashfs are part of 
-
 
64
  Scientific Linux or can be found here:
62
  http://www.livecd.ethz.ch/download/RPMS
65
  http://www.livecd.ethz.ch/download/RPMS
63
  http://www.livecd.ethz.ch/download/SRPMS
66
  http://www.livecd.ethz.ch/download/SRPMS
64
 
67
 
65
 
68
 
66
Links:
69
Links:
Line 70... Line 73...
70
- http://www.livecd.ethz.ch/download
73
- http://www.livecd.ethz.ch/download
71
 
74
 
72
 
75
 
73
Changelog:
76
Changelog:
74
--------------------------------------------------------------------
77
--------------------------------------------------------------------
-
 
78
- 3.0.x: many fixes can be used for SL4 and SL5
75
- 2.9.5: moved webpage and repository to ETHZ
79
- 2.9.5: moved webpage and repository to ETHZ
76
- 2.9.0: many fixes, used for SL52 LiveCD
80
- 2.9.0: many fixes, used for SL52 LiveCD
77
- 2.8.0: many fixes, used for SL51 LiveCD
81
- 2.8.0: many fixes, used for SL51 LiveCD
78
- 2.7.0: works with unionfs 2.x
82
- 2.7.0: works with unionfs 2.x
79
         new busybox fixes loop device problem 
83
         new busybox fixes loop device problem