home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17386 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.5 KB  |  58 lines

  1. Newsgroups: comp.os.linux
  2. From: jaggy@purplet.demon.co.uk (Mike Jagdis)
  3. Path: sparky!uunet!pipex!demon!purplet!jaggy
  4. Subject: [ANNOUNCE] System V-a-like boot 'n run levels
  5. Organization: FidoNet node 2:252/305 - The Purple Tentacle, Reading
  6. Date: Fri, 20 Nov 1992 22:53:00 +0000
  7. Message-ID: <49.2B0D7E46@purplet.demon.co.uk>
  8. Sender: usenet@gate.demon.co.uk
  9. Lines: 47
  10.  
  11. Ok, I got bored today so I took a look at the Sys V type init that comes 
  12. with admutils 1.4. There were a few problems there the worst of which was 
  13. that it could be knocked into an infinite loop soaking up system resources. 
  14. Anyway, I seem to have it working and built some System V like boot up 
  15. scripts and run level setup scripts.
  16.  
  17.   So... Uploaded to nic.funet.fi and tsx-11.mit.edu is sysvboot.taz 
  18. (and also Freq'able from 2:252/305 as sysvboot.taz) which contains init and 
  19. shutdown programs modified from the admutils 1.4 source and compiled against 
  20. the jump table shared libraries, a patch file of the changes made and a set 
  21. of scripts to do the biz.
  22.  
  23.   1. Read the README file. READ THE README FILE!
  24.   2. Make SURE you can boot from floppy and mount your hard disk
  25.      in case of emergency.
  26.   3. Run the INSTALL script
  27.  
  28.   The INSTALL script is rather verbose. Read what it says. READ WHAT IT 
  29. SAYS. It gives plenty of opportunity for you to shell out check what's being 
  30. done and then continue. I tried to trap most potential problems but I'm not 
  31. (fortunately) omniscient so don't trust me at all :-). Unless you have made 
  32. major changes to what your system does during a boot everything should be 
  33. ok...
  34.  
  35.   The scripts replace the old rc, rc.local and even rc.net scripts and 
  36. provide for checking filesystems at boot time (or not if you do a fastboot), 
  37. mounting filsystems, configuring swap partitions, configuring tcp, starting 
  38. and stopping tcp daemons, some news startup if you have the relevent bits, 
  39. cleaning temporary directories and more.
  40.  
  41.   Most of the configuration information used comes from easily understood 
  42. files in /etc/default or, in the case of filesystems, /etc/fstab. No need to 
  43. even try and read all the scripts unless that's how you get your kicks :-).
  44.  
  45.   Oh, and the tcp start up caters for loopback only systems (i.e. no 
  46. ethernet card to configure). It's in the README...
  47.  
  48.   Additions/bug fixes to the scripts are welcome of course :-)
  49.  
  50.   I'll send the patches for init to whoever produced admutils just as soon 
  51. as I find the address (poe?)...
  52.  
  53.  
  54.                                 Mike
  55.  
  56. DISCLAIMER: It seems to work for *me*. What's *your* problem?  
  57.  
  58.