Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dcore:sce-load_command [2016/07/05 10:44] – volkerp | dcore:sce-load_command [2016/09/18 15:39] (current) – nitram | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== dCore sce-load Command ===== | ===== dCore sce-load Command ===== | ||
- | The sce-load command is used to load SCE(s) into RAM for use. Note, extensions listed in / | + | The sce-load command is used to load SCE(s) into RAM for use. Note extensions listed in / |
Process: | Process: | ||
- | *Check SCE integrity by comparing it's md5sum to the '*.sce.md5.txt' | + | *Check SCE integrity by comparing it's md5sum to the *.sce.md5.txt file, unless the nomd5 bootcode was used. |
- | *Recursively gather the full list of dependencies from the '*.sce.dep' | + | *Recursively gather the full list of dependencies from the *.sce.dep files. |
- | *Create a '/ | + | *Create a / |
- | *Copy files under '/opt/', '/usr/', '/bin/', '/sbin/', '/lib/', '/dev/', '/etc/', '/var/' | + | *Copy /opt/, /usr/, /bin/, /sbin/, /lib/, /dev/, /etc/, /var/ files as symbolic links to the root file system. |
- | *Check for kernel modules in the SquashFS-file and if present call depmod -a and udevadm trigger. | + | *Check for kernel modules in the SquashFS file and if present call depmod -a and udevadm trigger. |
*Call ldconfig. | *Call ldconfig. | ||
- | *Check for start-up scripts and execute them; add package name to '/ | + | *Check for start-up scripts and execute them, add package name to / |
- | *If a graphic desktop is configured | + | *If a graphic desktop is configured, update |
- | *Add the installed package to '/ | + | *Add the installed package to / |
- | *Call restart for the desktop, if available, and re-start | + | *Call restart for the desktop, if available, and restart |
*SCEs that were imported through a list file (see sce-import --help) are loaded in the order specified in the list. | *SCEs that were imported through a list file (see sce-import --help) are loaded in the order specified in the list. | ||
Usage options from the ' | Usage options from the ' | ||
- | sce-load - Load SCE(s) and any SCE(s) | + | sce-load - Load SCE(s) and any SCE(s) |
SCEs typically located in / | SCEs typically located in / | ||
+ | | ||
Usage: | Usage: | ||
+ | | ||
sce-load | sce-load | ||
sce-load SCE | sce-load SCE | ||
Line 26: | Line 28: | ||
sce-load -b SCE Internal use only, to load SCEs at boot time. | sce-load -b SCE Internal use only, to load SCEs at boot time. | ||
sce-load -d SCE Write any debug information to var/ | sce-load -d SCE Write any debug information to var/ | ||
- | sce-load -s SCE Suppress loading | + | sce-load -s SCE Suppress |
**[[http:// | **[[http:// |