Einen im Kernel enthaltenen Treiber entfernt.

Vorgerueckt auf Testing 5.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@747 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-08-08 19:12:48 +00:00
parent bb5774c899
commit be91126feb
5 changed files with 8 additions and 95 deletions

View File

@@ -320,12 +320,12 @@ int main(int argc, char *argv[])
sprintf(message, ctr[TR_PREPARE_HARDDISK], hdparams.devnode_disk);
if (unattended) {
hardyn = 1;
} else {
yesnoharddisk[0] = ctr[TR_NO];
yesnoharddisk[1] = ctr[TR_YES];
yesnoharddisk[2] = NULL;
}
yesnoharddisk[0] = ctr[TR_NO];
yesnoharddisk[1] = ctr[TR_YES];
yesnoharddisk[2] = NULL;
while (! hardyn) {
rc = newtWinMenu(title, message,
50, 5, 5, 6, yesnoharddisk,

View File

@@ -1,8 +1,8 @@
#!/usr/bin/perl -w
#!/usr/bin/perl
package Conf;
$version = "2.0alpha4";
$version = "2.0testing5";
$mainserver = "pakfire.ipfire.org";