mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-01 15:52:55 +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,
|
||||
|
||||
Reference in New Issue
Block a user