diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-07-10 16:33:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-07-10 16:33:21 +0000 |
commit | 640255572c30658ad75a7ed7948617dd56fdeaa4 (patch) | |
tree | aad1cfd9e13b4490a611dbdd51200621b65fe4ed /docs | |
parent | 8177c7b2bdc55ff489f39c471085db9064ae359b (diff) | |
download | drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.gz drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.bz2 drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.xz drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.zip |
no_comment
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/README b/docs/README index ea0f7fe74..93143a4a4 100644 --- a/docs/README +++ b/docs/README @@ -227,3 +227,32 @@ sub selectAlawindows { case, except for auto_install) sub selectAlawindows {} + + +******************************************************************************** +* Miscellaneous **************************************************************** +******************************************************************************** +> o Media access methods: nfs, ftp, http, hd, cdrom +> o Stages: install1, stage1, stage2 +> - What exactly each stage does + +the stage1 takes care of loading the stage2 :) +the stage2 is too big to fit on a floppy, that's why stage1 exists. + +> - How each stage relates to the various media access methods + +stage1 knows only how to access to the media is compiled for. It contains only +the kernel modules needed for that media. For eg, the nfs/ftp/http stage1 +doesn't contain scsi modules nor ide. + +> - How one stage terminates and another begins. i.e., How does +> stage1 find, mount, and launch stage2? + +/sbin/init just starts /sbin/install +/sbin/install takes care of mounting stage2 (in ramdisk if necessary) + then it runs /usr/bin/runinstall2 + +> o Text and Graphic mode installers +> - Architectural overview of each + +have a look at gi/install.fig |