I haven't but it should be reasonably straight forward. Basically that should work. To generate a working initrd, just do it within the nfsroot chroot: $ mount /nfs $ for i in dev dev/pts sys proc; do mount --bind /$i /nfs/$i; done $ chroot /nfs $ m...
↧