After an abortive two weeks trying to implement v6.1 I have reverted (with
sighs of relief) to v6.0, I'm facing two boot messages at the present time
that I don't understand. or know what to do about.
The first message is:
[mntent]: warning: no final new line at end of /etc/fstab
Here's my fstab file:
/dev/hdb7 / ext2 defaults 1 1
/dev/hdb9 swap swap defaults 0 0
/dev/fd0 /mnt/floppy auto sync,user,noauto,no
/dev/fd0 /mnt/floppy auto
sync,user,noauto,nosuid,nodev,unhide 0 0
/dev/cdrom /mnt/cdrom auto user,noauto,nosuid
/dev/cdrom /mnt/cdrom auto
user,noauto,nosuid,exec,nodev,ro 0 0
none /proc proc defaults 0 0
none /dev/pts devpts mode=0622 0 0
/dev/hdc10 /Apollo ext2 defaults 0 0
/dev/hdc11 /programs ext2 defaults 0 0
/dev/hda1 /msdos/c vfat defaults 0 0
/dev/hdb1 /msdos/d vfat defaults 0 0
/dev/hdb5 /msdos/e vfat defaults 0 0
/dev/hdb6 /msdos/f vfat defaults 0 0
/dev/hdb8 /msdos/g vfat defaults 0 0
/dev/hdc5 /msdos/h vfat defaults 0 0
The second boot problem is that the boot hangs on finding module
dependencies. I've found that CTRL-C will restart the boot without any
apparant effects from the delay.
Insights about these two problems will be appreciated.
Thanks in advance.