diff options
author | Dave Young <dyoung@redhat.com> | 2012-07-09 14:57:11 +0800 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-07-09 12:03:55 +0200 |
commit | d6e8280cd83a08f1b224fa4745de4e3b6f5baa4c (patch) | |
tree | 193c9718ed1982ef71f2d10fb538c0cddb1d811b /dracut.spec | |
parent | cbefa470063eedb80da1317566668d8ec03d89c0 (diff) | |
download | dracut-d6e8280cd83a08f1b224fa4745de4e3b6f5baa4c.tar.gz dracut-d6e8280cd83a08f1b224fa4745de4e3b6f5baa4c.tar.bz2 dracut-d6e8280cd83a08f1b224fa4745de4e3b6f5baa4c.zip |
02caps: do not create /bin/sh link
02caps: do not create /bin/sh link
caps.sh use !/bin/bash explictly, so no need to ln -sf bash /bin/sh
OTOH, 00dash will create the symlink /bin/sh, 99base will create it if
there's no /bin/sh symlink. It looks bad to creat /bin/sh in other modules.
If a script want to use bash as command interpreter it should use !/bin/bash
or !/bin/sh in case dash is not installed.
Signed-off-by: Dave Young <dyoung@redhat.com>
Diffstat (limited to 'dracut.spec')
0 files changed, 0 insertions, 0 deletions