Hola. I had to change an underscore in apt-setup.patch.
Now completely installed: http://pastebin.com/c78qvwHy And the fstab is correct: http://pastebin.com/J3ub8L6k Only failed acquisition firmware from other memory-usb Saludos. -- José A. González Siempre GNU Linux-libre.
--- apt-setup.patch 2011-01-16 00:20:11.000000000 +0100 +++ apt-setup-diff.patch 2011-01-15 23:47:03.000000000 +0100 @@ -24,7 +24,7 @@ if [ "$RET" = true ] || [ -d /hd-media ]; then cd_mountable="" +else -+ db-get cdrom-detect/usb-hdd || true ++ db_get cdrom-detect/usb-hdd || true + if [ "$RET" = true ]; then + cd_mountable="" + fi