diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-22 21:56:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-22 21:56:04 +0000 |
commit | 82d0f92ab8b84466ae20ab919c1f9c3577b5cecb (patch) | |
tree | 776015ae6c6a386125b2d39e13b62f91b99548f8 /layout/userfs | |
download | lh-bootstrap-82d0f92ab8b84466ae20ab919c1f9c3577b5cecb.tar.xz |
Initial commit
Diffstat (limited to 'layout/userfs')
-rwxr-xr-x | layout/userfs/home/guest/.execline-loginshell | 3 | ||||
-rwxr-xr-x | layout/userfs/home/guest/.execline-shell | 3 | ||||
-rw-r--r-- | layout/userfs/home/guest/.ssh/.empty | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/layout/userfs/home/guest/.execline-loginshell b/layout/userfs/home/guest/.execline-loginshell new file mode 100755 index 0000000..85c4e86 --- /dev/null +++ b/layout/userfs/home/guest/.execline-loginshell @@ -0,0 +1,3 @@ +#!/command/execlineb -S0 +/command/import -D /etc/execline-shell SHELL +$SHELL $@ diff --git a/layout/userfs/home/guest/.execline-shell b/layout/userfs/home/guest/.execline-shell new file mode 100755 index 0000000..f28df30 --- /dev/null +++ b/layout/userfs/home/guest/.execline-shell @@ -0,0 +1,3 @@ +#!/command/execlineb -S0 +export PS1 "${USER}@%%HOSTNAME%%:${PWD} $ " +/bin/ash $@ diff --git a/layout/userfs/home/guest/.ssh/.empty b/layout/userfs/home/guest/.ssh/.empty new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/layout/userfs/home/guest/.ssh/.empty |