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

busybox



Hi!

Well, I'm new to boot floppies, have been looking at them the last few days
to see if I can make it install on cds and I think I'm going on the right
direction, I already have an small patch, really ridiculous one, I'm
putting it at the end of the message, I could not fully test it as I have
not come to a fully working busy box, but seems to work and not interfere
with anything else, at least as far as I can get now on the installation.

However this is about busybox, as I see that the zcat and id problem are
still not solved on unstable release, I have downloaded cvs version, where
this stuff is solved, but chown fails now :-(

man:/tmp# chown root.root pids.correo
chown: (null): Bad address

Where does one report this kind of things?

Here is my patch, without it it is imposible to install from a cdrom or any
other file:/ url :-) can someone commit it to the cvs?

--- boot-floppies/utilities/dbootstrap/extract_base.c   Tue Apr 17 10:10:51
2001+++ /tmp/extract_base.c Tue Apr 24 17:28:28 2001
@@ -338,7 +338,7 @@
   else
   {
       /* archive is on the filesystem */
-      snprintf(prtbuf, sizeof prtbuf, "%s", Archive_Dir);
+      snprintf(prtbuf, sizeof prtbuf, "file:%s", Archive_Dir);
       source = prtbuf;
   }
   argv[0] = "/usr/sbin/debootstrap";

That's all for now!

Regards...
-- 
Manty/BestiaTester -> http://manty.net



Reply to: