From 7bb2006007c1996f33758e41db070252d4d3607f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 4 May 2019 00:10:26 +0000 Subject: Make a lean and mean version, as a basis for filling an initramfs --- layout/userfs/home/guest/.execline-loginshell | 3 --- layout/userfs/home/guest/.execline-shell | 3 --- layout/userfs/home/guest/.ssh/.empty | 0 3 files changed, 6 deletions(-) delete mode 100755 layout/userfs/home/guest/.execline-loginshell delete mode 100755 layout/userfs/home/guest/.execline-shell delete mode 100644 layout/userfs/home/guest/.ssh/.empty (limited to 'layout/userfs/home/guest') diff --git a/layout/userfs/home/guest/.execline-loginshell b/layout/userfs/home/guest/.execline-loginshell deleted file mode 100755 index 9339af0..0000000 --- a/layout/userfs/home/guest/.execline-loginshell +++ /dev/null @@ -1,3 +0,0 @@ -#!/command/execlineb -S0 -/command/importas -D /etc/execline-shell SHELL SHELL -$SHELL $@ diff --git a/layout/userfs/home/guest/.execline-shell b/layout/userfs/home/guest/.execline-shell deleted file mode 100755 index f28df30..0000000 --- a/layout/userfs/home/guest/.execline-shell +++ /dev/null @@ -1,3 +0,0 @@ -#!/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 deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3