Tiny Core Base > TCB Bugs

Tinycore 14.0 : chown: warning: '.' should be ':': 'tc.staff'

<< < (2/2)

aus9:
yes I should have spotted the period.

my bad

sloan:
I have successfully cover this problem by change default tc-functions just like bellow when remaster "core.gz".

It is that add "&> /dev/null" to the line which has "chown -R "$USER".staff /home/"$USER/"" in it.
note.because restore mydata is after that script, so only change "/etc/init.d/tc-functions" and backup to mydata.tgz will not work. must remaster "core.gz" or "corepure64.gz".


--- Code: ---/tmp/ezremaster/extract/etc/init.d/tc-functions
--- End code ---


--- Code: ---root@box:~$ cat/tmp/ezremaster/extract/etc/init.d/tc-functions | grep "chown -R"
      chown -R "$USER".staff /home/"$USER/" &> /dev/null
do chown -R "$USER".staff /home/"$USER"/"${ITEM%%/*}" &> /dev/null
--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version