VYRESENO : Boot stroje
To |
Debian CZ/SK project discussion list <czdebian-l zavinac debian bod cz> |
From |
BuFran <BuFran zavinac seznam bod cz> |
Date |
Sun, 14 May 2006 12:24:27 +0200 |
Diky za nasmerovani tento postup me nenapadl, asel jsem podle rady
/etc/default/rcS, a pak sem hledal kde se pouzivaji konstanty ...
nasel jsem
/etc/init.d/checkfs.sh
kde je text:
echo "Checking all file systems..."
fsck $spinner -R -A $fix $force
if [ $? -gt 1 ]
then
echo
echo "fsck failed. Please repair manually."
echo
echo "CONTROL-D will exit from this shell and continue system startup."
echo
# Start a single user shell on the console
/sbin/sulogin $CONSOLE
fi
Inu, reseni je nasnade :) upravil jsem jej na:
echo "Checking all file systems..."
fsck $spinner -R -A $fix $force
if [ $? -gt 1 ]
then
echo
echo "fsck failed. Please repair manually."
echo
echo "CONTROL-D will exit from this shell and continue system startup."
echo
# Start a single user shell on the console
# REMOVED BAD HDD /sbin/sulogin $CONSOLE
fi
A je po problemu :) Neni nadto se zeptat odborniku. Diky.
--
S pozdravem,
František Burian
Partial thread listing: