WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Core v8.1.1  (Read 8943 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Core v8.1.1
« on: September 07, 2017, 03:21:24 AM »
Team Tiny Core announces Core v8.1.1, a minor adjustments release, is now available.

See:
http://www.tinycorelinux.net/8.x/x86/release
http://www.tinycorelinux.net/8.x/x86_64/release

Change log:
* uClibc ldconfig updated to 0.9.33.2 and patched for x86_64 error in "ldconfig -p"

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Core v8.1.1
« Reply #1 on: September 14, 2017, 03:00:10 PM »
after running "/usr/local/bin/cpio -i" on http://tinycorelinux.net/8.x/x86/release/distribution_files/rootfs.gz
many dirs are owned by root instead of staff.

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 673
Re: Core v8.1.1
« Reply #2 on: September 14, 2017, 11:45:31 PM »
I am doing like this no problem with that.

http://forum.tinycorelinux.net/index.php/topic,20714.msg129254.html#msg129254

I also using this to sets the rights to the directory's and files.

tc@box:~$ id
uid=1001(tc) gid=50(staff) groups=50(staff)
chown -R 1001:1001 pxe
find pxe -type f -exec chmod 644 {} \;
find pxe -type d -exec chmod 755 {} \;

And here some more

http://forum.tinycorelinux.net/index.php/topic,18858.msg129216.html#msg129216
« Last Edit: September 14, 2017, 11:47:57 PM by patrikg »

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Core v8.1.1
« Reply #3 on: September 15, 2017, 03:51:48 PM »
perhaps this was always so, then this would merely be a lack of the remastering wiki page. i hadn't seen anywhere written that one should manually change the permissions.