Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (14) </ ... 8 9 10 11 12 [13] 14 >/

[ Track this topic :: Email this topic :: Print this topic ]

new topic new poll
Topic: DSLv3.0RC1< Next Oldest | Next Newest >
clacker Offline





Group: Members
Posts: 570
Joined: June 2004
Posted: June 02 2006,16:40 QUOTE

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?
Back to top
Profile PM 
roberts Offline





Group: Members
Posts: 4983
Joined: Oct. 2003
Posted: June 03 2006,00:33 QUOTE

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.
Back to top
Profile PM WEB 
ZoOp Offline





Group: Members
Posts: 218
Joined: Sep. 2005
Posted: June 03 2006,09:08 QUOTE

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
Back to top
Profile PM 
roberts Offline





Group: Members
Posts: 4983
Joined: Oct. 2003
Posted: June 03 2006,15:30 QUOTE

OK. Much progress.
I have posted dsl-3.0RC1c.iso and gnu-utils.unc
Both are in the release candidate area.
Back to top
Profile PM WEB 
jls legalize Offline





Group: Members
Posts: 476
Joined: April 2004
Posted: June 03 2006,15:48 QUOTE

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
Back to top
Profile PM WEB ICQ MSN YIM 
69 replies since May 30 2006,02:45 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (14) </ ... 8 9 10 11 12 [13] 14 >/
new topic new poll
Quick Reply: DSLv3.0RC1

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code