On Sunday 30 September 2007, Siong-Ui Te wrote:
> I found temporary solution to this.
> Here is my /init:
>
> ---
> #!/bin/ash
> umask 022
> exec <dev/console >dev/console 2>&1
> exec chroot . /sbin/init

chroot looks silly ... simply doing `exec /sbin/init` should be sufficient

> and I modified rootfs in /etc/fstab as following
> /               /               tmpfs        noatime         0 0

you didnt have stuff in /etc/fstab before ?  you'd need that regardless ...

you could also place a file "/fastboot" in your initramfs ... that'd skip all 
fsck scripts ...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to