[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. b54aff586b59c5215b0de31edb3fcd35821ea760

Steffen Moeller moeller at debian.org
Sat Dec 25 20:40:46 UTC 2010


The following commit has been merged in the master branch:
commit b54aff586b59c5215b0de31edb3fcd35821ea760
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Dec 25 21:42:09 2010 +0100

    Possibly a somewhat improved instruction.

diff --git a/install.sh b/install.sh
index 98d5e81..57a420f 100755
--- a/install.sh
+++ b/install.sh
@@ -1486,11 +1486,15 @@ EOF
 				echo "   does not support non-POSIX filesystems:"
 				echo "     http://bugs.debian.org/bug=315493"
 				echo
-				echo "   Make sure, the first partition is not mounted to the /boot"
-				echo "   directory. Then "
-				echo "      $intern_cmd"
-				echo "   and copy /boot/uImage.bin to your first partition. When no longer"
-				echo "   mounted to /boot, you may also rerun '$0 --part1-fs vfat kernel'."
+				echo "   The fix is to cp or mv the files manually. Just have everything"
+				echo "   on regular extX partitions when running the installation, i.e."
+				echo "   make sure, the first partition is not mounted to the /boot"
+				echo "   directory when the installation is started. Then "
+				echo "      '$intern_cmd'"
+				echo "   and copy /boot/uImage.bin to your first partition mounted at some"
+				echo "   other directory. Check the /etc/fstab afterwards. When no longer"
+				echo "   mounted to /boot, you may also rerun "
+				echo "     '$0 --part1-fs vfat kernel'."
 				return 0
 			fi
 		else

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list