clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: June 01 2006,16:47 |
|
I am able to reproduce what I saw before now from a clean CD. Create a myapp and myapp/bin directories, create a shell script called myapp.bin/dd that echoes some text, make it executable, and create a myapp.unc. Load it from an xterminal and try typing "dd" and it works. unload myapp.unc and dd returns to the busybox version. Reload the myapp.unc and when you type "dd" you now see:
bash: /bin/dd: Invalid argument
So maybe it happens on the second loading. Can I ask where exactly do the unions get set up the first time? I want to try making a union of /ramdisk/bin and /KNOPPIX/bin and then have /bin be a link to /ramdisk/bin instead of /KNOPPIX/bin.
|