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

Where are the bootimages supposed to go on CD/archive?



The current boot-floppies create a few .tar.gz files together with an unpack
script. This will result in a
   disks-<arch>/current/{common,disks-{1.20,1.44,2.88},doc}
directory structure.

dbootstrap however will look for base2_2.tgz in
   disks-<arch>/current

The following patch needs to be applied to correct this (untested)

--- choose_medium.c.orig	Tue Nov 23 17:49:34 1999
+++ choose_medium.c	Tue Nov 23 17:49:57 1999
@@ -251,8 +251,8 @@
 */
 
-  sprintf(prtbuf,"%s/stable/main/disks-%s/current/%s",mountpoint,ARCHNAME,
+  sprintf(prtbuf,"%s/stable/main/disks-%s/current/common/%s",mountpoint,ARCHNAME,
       pattern);
   if (NAME_ISREG( prtbuf,&statbuf)) {
-    sprintf(prtbuf,"%s/stable/main/disks-%s/current/%s",mountpoint,ARCHNAME,drivers_filename);
+    sprintf(prtbuf,"%s/stable/main/disks-%s/current/common/%s",mountpoint,ARCHNAME,drivers_filename);
     if ( (disqtype != kernel) || (NAME_ISREG( prtbuf,&statbuf)) ){
       sprintf(prtbuf,"%s/stable/main/disks-%s/current",mountpoint,ARCHNAME);

Nils

--
Plug-and-Play is really nice, unfortunately it only works 50% of the time.
To be specific the "Plug" almost always works.            --unknown source

Attachment: pgpNRyxZTrBiv.pgp
Description: PGP signature


Reply to: