Package: cdebootstrap Version: 0.3.9 Severity: minor Tags: patch Hi,
The error message is confusing in that 'root' can mean 'root filesystem' or the 'root user'; and cdebootstrap means 'root filesystem'. It's not obvious until you see the source code. regards, junichi diff -ru cdebootstrap-0.3.9-orig/src/install.c cdebootstrap-0.3.9/src/install.c --- cdebootstrap-0.3.9-orig/src/install.c 2005-07-02 03:26:23.000000000 +0900 +++ cdebootstrap-0.3.9/src/install.c 2005-10-09 20:34:54.000000000 +0900 @@ -387,7 +387,7 @@ count += 2; if (suite_install (packages, allocator, install)) - log_text (DI_LOG_LEVEL_ERROR, "Couldn't install root!"); + log_text (DI_LOG_LEVEL_ERROR, "Couldn't install root filesystem due to some error!"); return 0; } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]