]> git.ipfire.org Git - thirdparty/dracut.git/commit
Add a dracut option --device to bring up a device in initramfs
authordyoung@redhat.com <dyoung@redhat.com>
Thu, 23 Aug 2012 03:02:24 +0000 (11:02 +0800)
committerHarald Hoyer <harald@redhat.com>
Thu, 23 Aug 2012 08:15:09 +0000 (10:15 +0200)
commit52f1b04183a6a1e0cfbb7e5b46c8d371fdadea5b
treed36e683fbfe01b012bcd778841482de03d9e9734
parent83e0dc7a3dca16d2267f3b62192a82b80ba7d11f
Add a dracut option --device to bring up a device in initramfs

Kdump support dump to raw device which could be on top of complex storage
such as multipath and iscsi which are standalone dracut modules.

Add a --device option to dracut which will add the device to host_devs so
dracut can add the dependent modules automaticlly and enable them in initramfs.

--device will accept device node name as the param.

Signed-off-by: Dave Young <dyoung@redhat.com>
Tested-by: Chao Wang <chaowang@redhat.com>
dracut.8.asc
dracut.sh