[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Shutdown process






??It all seems to work.?? Things did get screwed up after /dev/ram7 was mounted.?? It also seemed that init was executed and an attempt was made to run the only thing that I had in inittab.?? Init complaind that it could not find the program.?? I did not have time to finish it up today ut I do not remeber changing the rootfs from /dev/fla1 for /dev/ram7 in /etc/fstab.?? I believe that when mount -a was called in rc.sysinit an attempt was made to mount /dev/fla1 onto /.?? Will that happen if /dev/ram7 is at /??? I believe that did happen because init did happen to load my inittab.?? That is my educated guess but I did not get to investigate.

Thanks,
Chris?? 


-----Original Message-----
From: byron at cc.gatech.edu
To: ale at ale.org
To: ChrisF at computone.com
Sent: 1/5/01 4:23 PM
Subject: Re: [ale] Shutdown process


> Content-Type: text/plain;
> ?????????? charset="iso-8859-1"
> 
> I have sahs and it is there.
> 
> To learn, I have put everything but /usr on the image
> 
> I will do the following
> 
> mount -o ro /dev/fla1 /rootfs
> gzip -cd /rootfs/.runimage.gz > /dev/ram0
> umoutn /dev/rootfs
> 
> linuxrc terminates
> 
> /dev/ram0 -> /
> and /dev/fla1 is mounted as /usr as specifed in /etc/fstab on the
image
> 
> This should work fine right?


How big is the image? You must remember that the default ramdisk size is
4M
and it truncates anything after that unless you specify a ramdisk size
parameter on the kernel boot/LILO line.


Other than that, yes it should work fine.


BAJ
> 
> Chris