Hi, --- sambuls <[EMAIL PROTECTED]> wrote: > There is only one little probleme. I can't copy all the > files of the > /bin directory. > All the files that are linked to the busybox fail to copy
Busybox is a strange thing :) It is only one executable. When it is run, it's behaviour is depending on how it is called. So if you have a symlink to busybox with the name 'ntp' and run that, the busybox executable behaves like ntp. And if you have a symlink to busybox with the name 'vi' and you run that, the busybox executable tries to behave like vi, etcetera. So, if you want to make your image smaller, removing the symlinks and putting them outside the image (like on an USB stick), that won't give you much room (only one inode spared). And if you want to *replace* the busybox-version of an executable with a 'normal' one (say you want to replace the busybox version of vi with another vi) then you have to remove that symlink to busybox and put the replacing executable on your usb-stick (and somewhere in your path, preferably). Cheers, Matto ____________________________________________________________________________________ The fish are biting. Get more visitors on your site using Yahoo! Search Marketing. http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
