1 Feb 2003 12:11
Re: install/5050 - Fix for this PR?
Julio Merino <jmmv <at> menta.net>
2003-02-01 11:11:20 GMT
2003-02-01 11:11:20 GMT
Hello,
What about the following fix for this PR? This seems the best solution
imho, as we let the user choose how many chunks he wants (and lets him
write chunks of any size). As he will be writting disks, he will know
how many disks contain each set.
Just to say that the hardcoded number of floppies is out of sync with
reality. I tried to install 1.6 and had to figure which was the proper
chunk size to create each disk set (so they matched the value in sysint).
Here is the patch. Comments?
Index: menus.mi.en
===================================================================
RCS file: /cvsroot/src/distrib/utils/sysinst/menus.mi.en,v
retrieving revision 1.63
diff -u -u -r1.63 menus.mi.en
--- menus.mi.en 2003/01/22 05:59:07 1.63
+++ menus.mi.en 2003/02/01 10:37:57
<at> <at> -329,6 +329,7 <at> <at>
menu fdremount, title "What do you want to do?";
option "Try again", exit, action { yesno = 1; };
+ option "Set is finished", exit, action { yesno = 2; };
option "Abort install", exit, action { yesno = 0; };
menu fdok, title "Hit enter to continue";
Index: msg.mi.en
===================================================================
(Continue reading)
RSS Feed