[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian Boot Floppies CVS: boot-floppies aph



Enrique Zanardi wrote:
> On Sun, Feb 28, 1999 at 07:33:27PM -0000, aph@master.debian.org wrote:
> > CVSROOT:	/debian/home/sr1/lib/cvs
> > Module name:	boot-floppies
> > Changes by:	aph	99/02/28 13:33:27
> > 
> > Modified files:
> > 	documentation  : install.sgml 
> > 
> > Log message:
> > <sect>&RESCUE-FLOPPY; -- use SGML entities, minor editorial updates
> > <sect>Replacing the &RESCUE-FLOPPY; Kernel -- section renamed for
> > clarity, minor editorial updates
> > 
> > fix some minor SGML issues from the last commit
> 
> Adam, as boot-floppies_2.1.9 will be a documentation-only release (I
> won't rebuild the boot-floppies set, just the docs and the *_all.deb
> package) I will wait for you to give me the "go ahead".

Hmm, I need to fix a bug about 2.2.1 kernel support in dbootstrap (console
does not accept keyboard inputs).  I think it does not affect other
architectures that don't provide 2.2 kernel.
Could I commit it for 2.1.9 ?

Here it is:

--- boot-floppies-990228/utilities/dinstall/main.c  Mon Feb 15 20:48:10 1999
+++ boot-floppies-990228.new/utilities/dinstall/main.c  Sun Feb 28 22:04:46
1999
@@ -220,6 +220,10 @@
 /* Downgrade kernel verbosity */
     klogctl(8,NULL,4);

+    /* setup rescue & drivers disks images filenames
+     * (should be done before the first call to stderrToTTY) */
+    setup_image_names();
+
     initMonoScreen();
     readcmdline();
@@ -266,9 +270,6 @@
       reboot(RB_AUTOBOOT);
 #endif
     }
-
-    /* setup rescue & drivers disks images filenames */
-    setup_image_names();

     term = getenv("TERM");
     if (!term || (term && !strncmp(term,"linux",5))) {


-- 
 Eric Delaunay                 | "La guerre justifie l'existence des militaires.
 delaunay@lix.polytechnique.fr | En les supprimant." Henri Jeanson (1900-1970)


Reply to: