Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: tinypoodle on May 21, 2013, 10:21:28 PM

Title: e3 symlinks
Post by: tinypoodle on May 21, 2013, 10:21:28 PM
Code: [Select]
tc@box:~$ cd /tmp/
tc@box:/tmp$ tce-fetch.sh e3.tcz
tc@box:/tmp$ unsquashfs e3.tcz
Parallel unsquashfs: Using 1 processor
7 inodes (11 blocks) to write

[=================================================================|] 11/11 100%
created 2 files
created 6 directories
created 5 symlinks
created 0 devices
created 0 fifos
tc@box:/tmp$ ls -l squashfs-root/usr/local/bin/
-rwxr-xr-x    1 tc       staff       12944 Sep 15  2009 e3
lrwxrwxrwx    1 tc       staff          17 May 22 05:14 e3em -> /usr/local/bin/e3
lrwxrwxrwx    1 tc       staff          17 May 22 05:14 e3ne -> /usr/local/bin/e3
lrwxrwxrwx    1 tc       staff          17 May 22 05:14 e3pi -> /usr/local/bin/e3
lrwxrwxrwx    1 tc       staff          17 May 22 05:14 e3vi -> /usr/local/bin/e3
lrwxrwxrwx    1 tc       staff          17 May 22 05:14 e3ws -> /usr/local/bin/e3
tc@box:/tmp$
Title: Re: e3 symlinks
Post by: Rich on May 21, 2013, 10:44:04 PM
Hi tinypoodle
I don't understand what problem you are trying to point out.
Title: Re: e3 symlinks
Post by: tinypoodle on May 21, 2013, 10:52:49 PM
Absolute symlinks within an extension pointing to /usr/local/bin.
Title: Re: e3 symlinks
Post by: tinypoodle on May 21, 2013, 10:55:50 PM
Code: [Select]
tc@box:/tmp$ ls -l /usr/local/bin/e3*
lrwxrwxrwx    1 root     root           31 May  6 17:25 /usr/local/bin/e3 -> /tmp/tcloop/e3/usr/local/bin/e3
lrwxrwxrwx    1 root     root           33 May  6 17:25 /usr/local/bin/e3em -> /tmp/tcloop/e3/usr/local/bin/e3em
lrwxrwxrwx    1 root     root           33 May  6 17:25 /usr/local/bin/e3ne -> /tmp/tcloop/e3/usr/local/bin/e3ne
lrwxrwxrwx    1 root     root           33 May  6 17:25 /usr/local/bin/e3pi -> /tmp/tcloop/e3/usr/local/bin/e3pi
lrwxrwxrwx    1 root     root           33 May  6 17:25 /usr/local/bin/e3vi -> /tmp/tcloop/e3/usr/local/bin/e3vi
lrwxrwxrwx    1 root     root           33 May  6 17:25 /usr/local/bin/e3ws -> /tmp/tcloop/e3/usr/local/bin/e3ws
tc@box:/tmp$