ich bin gerade dabei mir auf Lenny-Basis ein Linux für unsere Thinclients zusammenzubauen, dass dann übers Netz bootet und läuft (diskless quasi).
Nun hänge ich aber beim Booten beim Mounten des unionfs:
Code: Alles auswählen
(initramfs) mount -t unionfs -o dirs=/cow=rw:/rofs=ro unionfs /root
mount: mounting unionfs on /root failed: No such device
Code: Alles auswählen
(initramfs) mount
rootfs on / type rootfs (rw)
none on /sys type sysfs (rw,nosuid,nodev,noexec)
none on /proc type proc (rw,nosuid,nodev,noexec)
udev on /dev type tmpfs (rw,size=10240k, mode=755)
tmpfs on /cow type tmpfs (rw)
/dev/nbd0 on /rofs type squashfs (ro)
Code: Alles auswählen
modprobe unionfs
Weiß jemand, wo das Porblem liegt?