Last change
on this file since 136 was 136, checked in by bcornec, 19 years ago |
New busybox-i386.net to have better PXE support + doc
|
File size:
1.0 KB
|
Rev | Line | |
---|
[136] | 1 | Mindi uses the busybox (http://busybox.net) project to create the boot environement used during restore.
|
---|
| 2 |
|
---|
| 3 | If you want to modify the busybox support, you have to:
|
---|
| 4 |
|
---|
| 5 | 1/ Get busybox sources and extract them
|
---|
| 6 | 2/ Copy as a base the .config file from the mindi directory under the name .config in this source directory.
|
---|
| 7 | 3 files are proposed:
|
---|
| 8 | .config-busybox-i386.net : Configure busybox for Network support (NFS, PXE)
|
---|
| 9 | .config-busybox-i386 : Configure busybox for Normal support (CDs, DVD, Tapes)
|
---|
| 10 | .config-busybox-ia64 : Configure busybox for Normal and Network support on ia64/Itanium
|
---|
| 11 | 3/ Reconfigure busybox (make menuconfig)
|
---|
| 12 | 4/ Rebuild the new busybox (make busybox)
|
---|
| 13 | 5/ copy the new busybox binary from that directory to rootfs/bin under the mindi source tree
|
---|
| 14 | 3 files are proposed:
|
---|
| 15 | busybox-i386.net : busybox with Network support (NFS, PXE)
|
---|
| 16 | busybox-i386 : busybox with Normal support (CDs, DVD, Tapes)
|
---|
| 17 | busybox-ia64 : busybox with Normal and Network support on ia64/Itanium
|
---|
| 18 | 6/ Relaunch mindi or mondoarchive if you use it.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.