Tiny Core Base > Final Releases

Core v4.6.1

<< < (2/3) > >>

tinypoodle:
AFAIK, userspace is still i486 with core64 anyway.

vinnie:
I have the 4.5.6 but I do not think these things have been updated in 4.6.1:
scm-load -h returns error while tce-load -h has a list of parameters, scm-load without parameters show his list.
would also be possible describe each parameter in addition to the list?
Thanks

roberts:
Both were updated in 4.6.1

--- Code: ---tc@box:~$ scm-load
Version 4.6.1
Usage scm-load [-b, -i, -w, -r] name{.scm}
  -i   Loads local extension
  -wi  Download and install extension
  -w   Download extension only
  -r   Unmount extension

Example usage:
 Load local extension:
   scm-load -i /mnt/hda1/tce/optional/tar.scm
 Download into tce/optional directory, updates OnBoot and installs:
   scm-load -w -i tar.scm
 Download only into tce/optional directory:
   scm-load -w tar.scm
 Unmount extension:
   scm-load -r tar.scm

--- End code ---


--- Code: ---tc@box:~$ tce-load
Version 4.6.1
Usage: tce-load [ -i -w -wi -wo -wil -ic -wic -wicl]{s} extensions
  -i   Loads local extension
  -wi  Download and install extension
  -w   Download extension only
  Adding -c to any of the -i options will force a one time copy to file system
  Adding -s to any of the options will suppress OK message used by appbrowser

Example usage:
 Load local extension:
   tce-load -i /mnt/hda1/tce/optional/nano.tcz
 Download into tce/optional directory, updates OnBoot and installs:
   tce-load -w -i nano.tcz
 Download only into tce/optional directory:
   tce-load -w nano.tcz

--- End code ---

vinnie:
excellent but seems that in the scm-load  parameter -b is not described and in tce-load -o and -l are not.

is also  changed the default behavior of tce-load -wi puts the application onboot?

roberts:
I guess it is good sign that we are down to only documentation / help.
It is not like that these are compiled and therefore inaccessible programs that the script cannot be referenced. Don't you know programmers hate doing docs.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version