diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-21 19:53:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-21 19:53:08 +0000 |
commit | 63914bb2aca24e9e7dd9cde985b01f8793a74d9b (patch) | |
tree | 6ebe61a4a6a67dbf3f987371e39e7ccd00521cea /sources/device_table.txt | |
parent | ffbca758f231551d3430f5fa69970a18c313622d (diff) | |
download | buildroot-novena-63914bb2aca24e9e7dd9cde985b01f8793a74d9b.tar.gz buildroot-novena-63914bb2aca24e9e7dd9cde985b01f8793a74d9b.zip |
Use busybox to provide login etc by default
Diffstat (limited to 'sources/device_table.txt')
-rw-r--r-- | sources/device_table.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/device_table.txt b/sources/device_table.txt index da21c4906..75d806835 100644 --- a/sources/device_table.txt +++ b/sources/device_table.txt @@ -45,7 +45,7 @@ # Adjust permissions on some normal files /etc/shadow f 600 0 0 - - - - - /etc/passwd f 644 0 0 - - - - - -/bin/tinylogin f 4755 0 0 - - - - - +/bin/busybox f 4755 0 0 - - - - - # uncomment this to allow starting x as non-root #/usr/X11R6/bin/Xfbdev f 4755 0 0 - - - - - |