Linked by Thom Holwerda on Sun 17th Jul 2005 18:09 UTC
Thread beginning with comment 5504
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: superfast booting linux
by gilboa on Mon 18th Jul 2005 10:01
in reply to "superfast booting linux"
if you use this, it gives you a simple shell really fast:
lilo: linux rw init=/bin/bash
*Don't*.
If your distro uses an initrd image or your kernel doesn't have all the required driver compiled into the binary image, at best you'll have an empty OS under your hands.
sysinit is there for a reason.
Even init 1 may cause grief on some distros.
Gilboa
RE[2]: superfast booting linux
by evert on Mon 18th Jul 2005 10:35
in reply to "RE: superfast booting linux"




Member since:
2005-07-06
just found an article about this (thanks to google)
http://www.hackinglinuxexposed.com/articles/20020702.html
if you use this, it gives you a simple shell really fast:
lilo: linux rw init=/bin/bash