elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elkscmd
/
rootfs_template
/
etc
/
rc.sys
File editor
# System initialization script echo Running $0 script #set -x umask 022 export PATH=/bin # get TZ timezone variable from /bootopts or /etc/profile source /etc/profile clock -s -u # mount and check filesystems if test -f /etc/mount.cfg; then source /etc/mount.cfg fi # # start networking # # check /bootopts "net=" env variable case "$net" in ne0|wd0|3c0) net start $net ;; slip) net start slip ;; cslip) net start cslip ;; *) if test "$net" != ""; then echo "Unrecognized /bootopts network option: net=$net" fi ;; esac # View message of day #if test -f /etc/motd; then # cat /etc/motd #fi #uname -snrm date # display internal commands used #hash
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history