]> git.ipfire.org Git - thirdparty/dracut.git/commit
check install files passed by cmdline
authorCong Wang <xiyou.wangcong@gmail.com>
Tue, 15 May 2012 06:19:57 +0000 (14:19 +0800)
committerHarald Hoyer <harald@redhat.com>
Wed, 16 May 2012 09:43:25 +0000 (11:43 +0200)
commitbd4be59fb2574b8cbcdf22a86a6cafb7b71db503
treecf2c5072a5e9d210960ce150b5ef7c41c5ab8e92
parenta6d3be9dd5e105c926b753fc3a26f0a91119c2a4
check install files passed by cmdline

We should not trust cmdline passed by users, always
check the install files passed from cmdline. This restores
the old behaviour which was changed by:

commit c6c6a08850c7e4ee211696895f7ca3864be85052
Author: Harald Hoyer <harald@redhat.com>
Date:   Tue Feb 7 18:26:30 2012 +0100

    add "install_items" to dracut.conf

Reported-by: Dave Young <dyoung@redhat.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Cc: Harald Hoyer <harald@redhat.com>
dracut.sh