summaryrefslogtreecommitdiffstats
path: root/sbin/sysinstall/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* Detect that bininst has finished and go straight into the new system.jkh1994-11-081-2/+4
| | | | Reviewed by: phk
* Fixed to make sysinstall work again. Notable changes:phk1994-10-291-5/+8
| | | | | | | | | | | | | | | | | | | | | Removed a dialog_clear() which somebody aimlessly had slammed into TellEm() in absence of any understanding of the structure of this program. :-( Skip through stage0 for now. Make write_bootblocks write the disklabel using the kernel-call, and forget about the boot-blocks for now. This is wrong, but I havn't found the real problem yet. I will continue work on this problem. Added a Debug-feature. There is a printf' like Debug() now which sends its output to ttyv1 (Alt-F2), and all "discarded output" from sub-processes end up there too. Made TellEm() put it's messages there also, so that we can see where what happens. Set the PATH for the shell we shouldn't start at the end :-) set "npartitions" after the disklabel-editor returns, so that we actually can edit all the 8 parts of the label.
* So there. Now we live on the hard-disk!phk1994-10-261-1/+2
|
* New and Improved! crunch with gzip, newfs, fsck and cpio. gzip result.phk1994-10-261-9/+2
| | | | fits on 1200 kb floppy with unstripped GENERIC kernel.
* Now stage2 runs all the way..phk1994-10-211-4/+9
|
* Latest changes from me. Over to you Paul...phk1994-10-211-0/+77
OpenPOWER on IntegriCloud