summaryrefslogtreecommitdiff
path: root/essential-files
Commit message (Collapse)AuthorAgeFilesLines
* essential-files/etc/profile: Set our default PATHJavier Jardón2015-05-201-0/+4
| | | | | | | | | | | Current PATH is: /sbin:/bin:/usr/sbin:/usr/bin So this patch will minimize the problem where, even when you are compiling a specific tool (like sed), the one included in busybox is executed instead, as its installed in /bin instead /usr/bin Change-Id: I476e8a2fb07efdd7768a94ea99b29dc75e757b60
* Add essential-files/etc/inputrcJavier Jardón2015-05-132-0/+39
| | | | | | | | | | | | So some keys will behave correctly in the terminal This is a combination of the LFS version of this file [1] and the Arch one [2] [1] http://www.linuxfromscratch.org/lfs/view/stable/chapter07/inputrc.html [2] https://projects.archlinux.org/svntogit/packages.git/tree/trunk/inputrc?h=packages/readline Change-Id: Ia45ff5b8c68cabb4767acc18cad326dd7dc561f5
* Add essential-files/etc/profileJavier Jardón2015-04-292-0/+10
| | | | | | | Also source /etc/bash.bashrc so bash will work properly if we use it for login Change-Id: I4a4b238f84c44858904b0a208ef8737a859c355d
* Install /etc/os-release using the new install-essential-files extensionJavier Jardón2015-04-292-0/+7
This is currently hardcoded in morph Change-Id: I34446bbdf6ad3a7bdd0c34e4fcbd79433ce0fd71