After running apt-get dist-upgrade I get the following:
Setting up linux-image-2.6.32-2-kirkwood (2.6.32-8) ...
Running depmod.
Running update-initramfs.
update-initramfs: Generating /boot/initrd.img-2.6.32-2-kirkwood
Warning: /etc/fstab parse error; guessing that the root device is /dev/sda2
Press Ctrl-C to abort build, or Enter to continue
/proc/version shows
Linux version 2.6.32.2 (mleeman@bane) (gcc version 4.3.2 (Debian 4.3.2-1) ) #1 PREEMPT Tue Dec 22 15:48:46 CET 2009
and /etc/fstab shows
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
varrun /var/run tmpfs rw,nosuid,mode=0755 0 0
varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
udev /dev tmpfs rw,mode=0755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
/dev/root / rootfs rw 0 0
tmpfs /var/cache/apt tmpfs defaults,noatime
The point is that I can't just ignore the error because I can not further install any more package.
Any idea? (booting from NAND)