I am trying to build a initramfs image which contains normal root filesystem, and successfully compile baselayout and related packages into the initamfs image. After kernel finishes initilizing and recognize the initramfs as root filesystem, the initscripts, however, complain that root filesystem cannot be found while checking rootfs. This is true since I use initramfs as my root filesystem and no real root filesystem has been mounted. I don't want to use baselayout-lite since udev depends on baselayout, not the lite version.
Does anybody know how to resolve this issue? Thanks in advance.
