Bug#336620: initramfs-tools: doesn't recognize jfs root

2005-10-31 Thread Steinar H. Gunderson
Package: initramfs-tools Severity: important The initramfs created by initramfs-tools checks for root filesystem type by doing "eval $( fstype < $ROOT )". However, fstype doesn't recognize JFS and returns "unknown"; which makes the initramfs try to "modprobe unknown" and then "mount -t unknown $RO

Bug#336620: initramfs-tools: doesn't recognize jfs root

2005-11-01 Thread maximilian attems
reassign 336620 klibc thanks On Mon, 31 Oct 2005, Steinar H. Gunderson wrote: > The initramfs created by initramfs-tools checks for root filesystem type > by doing "eval $( fstype < $ROOT )". However, fstype doesn't recognize > JFS and returns "unknown"; which makes the initramfs try to "modprobe