Der Grub lies sich auf einigen RAID-Controllern nicht installieren...

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@963 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-10-13 19:29:30 +00:00
parent 9bfa4a36ab
commit 77f1c55ffe
4 changed files with 149 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
char *shortlangnames[] = { "de", "en", NULL };
char **langtrs[] = { de_tr, en_tr, NULL };
char hdletter;
char harddrive[11], sourcedrive[5]; /* Device holder. */
char harddrive[30], sourcedrive[5]; /* Device holder. */
struct devparams hdparams, cdromparams; /* Params for CDROM and HD */
int rc = 0;
char commandstring[STRING_SIZE];
@@ -200,7 +200,7 @@ int main(int argc, char *argv[])
errorbox(ctr[TR_NO_HARDDISK]);
goto EXIT;
}
fgets(harddrive, 11, handle);
fgets(harddrive, 30, handle);
fclose(handle);
/* load unattended configuration */