ExtraHD! Die Erweiterung um Festplatten schnell einzubinden!

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@420 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-02-15 18:17:05 +00:00
parent d02350a277
commit aa2870e623
9 changed files with 358 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ int main(int argc, char *argv[])
int cdmounted = 0; /* Loop flag for inserting a cd. */
int rc = 0;
char commandstring[STRING_SIZE];
char *installtypes[] = { "CDROM", "HTTP/FTP", NULL };
char *installtypes[] = { "CDROM/USB", "HTTP/FTP", NULL };
int installtype = CDROM_INSTALL;
char insertmessage[STRING_SIZE];
char insertdevnode[STRING_SIZE];