WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: e3 symlinks  (Read 2013 times)

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
e3 symlinks
« 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$
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11573
Re: e3 symlinks
« Reply #1 on: May 21, 2013, 10:44:04 PM »
Hi tinypoodle
I don't understand what problem you are trying to point out.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: e3 symlinks
« Reply #2 on: May 21, 2013, 10:52:49 PM »
Absolute symlinks within an extension pointing to /usr/local/bin.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: e3 symlinks
« Reply #3 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$
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)