Release Candidates :: DSLv3.0RC1



I was able to make the myapp/dd test work by adding a step to unc to "goose" union to recognize the reloaded myapp.  I created an empty directory called /mnt/goose and then modified /etc/init.d to be this:

Code Sample
#!/bin/bash
#(c) Robert Shingledecker 2006
#
ACTION=$1
APP=$2
for i in `ls -d1 /opt/$APP/*`; do
 dir=$(basename $i)
 if [ "$ACTION" == "add" ]; then
    WHERE=" --after /ramdisk/$dir --mode ro"
 else
    WHERE=""
 fi
 case $dir in
   bin | dev | etc | lib | sbin | usr | var )
       unionctl /$dir --$ACTION $WHERE /opt/$APP/$dir
       unionctl /$dir --add --after 0 --mode ro /mnt/goose
       unionctl /$dir --remove /mnt/goose
   ;;
 esac
done


That solved my myapp/dd problem, as well as my gnu-utils.unc problem.  On my system the above code froze when I tried to load opera.unc, however.  I'm not sure why.

I see that there is a share directory in opera unc that doesn't get loaded now.  Is that true?

Goose it!  :D
Now, I like that!
I was raised on a farm and we had a mean old goose.

What is share doing at the root level anyway?
I will have to check the source extension. I am not that familar with Opera.
Just know that Opera is one extension that is desireable for low end machines.
Thanks for rolling up your sleeves and hanging in there. Nice hack.

I'm completely out of my league here, but I follow all the steps of the discussion in order to learn what your are exactly doing. It's amazing, incredible job guys!

I miss the last step, and when you are so far with the development, it would be very interesting for me to have the last step in a less specialized language in order to understand all the process.

yours
z

OK. Much progress.
I have posted dsl-3.0RC1c.iso and gnu-utils.unc
Both are in the release candidate area.

in 2.4 sudo mouseconfig does not work for my serial mouse, no prob with xsetup.sh. Haven't tryied 3.0RC1c. On hd install the mount tool miss cdrom and floppy (maybe it was dsl 2.3).

Legalize cannabis

Next Page...
original here.