mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 09:22:59 +02:00
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:
@@ -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,
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/perl
|
||||
|
||||
package Conf;
|
||||
|
||||
$version = "2.0alpha4";
|
||||
$version = "2.0testing5";
|
||||
|
||||
$mainserver = "pakfire.ipfire.org";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user