diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-22 01:17:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-22 01:17:09 +0000 |
commit | 339f2f492ed524a5eae48e799b2d1349c52473b3 (patch) | |
tree | 31cae44ea9c03804cff8b7b5ccae1c2e0d0dd1c2 /sources/target_skeleton/etc/profile | |
parent | c6ad6c8fb6ee39ec0093aced01a18fe63e317f11 (diff) | |
download | buildroot-novena-339f2f492ed524a5eae48e799b2d1349c52473b3.tar.gz buildroot-novena-339f2f492ed524a5eae48e799b2d1349c52473b3.zip |
Use target_skeleton dir to store conf files and init scripts under
version control
-Erik
Diffstat (limited to 'sources/target_skeleton/etc/profile')
-rw-r--r-- | sources/target_skeleton/etc/profile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sources/target_skeleton/etc/profile b/sources/target_skeleton/etc/profile new file mode 100644 index 000000000..8797092a9 --- /dev/null +++ b/sources/target_skeleton/etc/profile @@ -0,0 +1,8 @@ +alias ll='ls -l' + +echo " " +echo " " +echo "Welcome to the busybox/uClibc usermode-linux test environment" +echo " " +echo " " + |