mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdev: Introduce --no-module-load option for chzdev
When called with a device parameter, chzdev tries to load the kernel module of the corresponding device type. This might not be desired in certain situations like early initial RAM-disk processing. To support this use cases, add a new command-line option --no-module-load to prevent the loading of any kernel module by chzdev. Suggested-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Vineeth Vijayan <vneethv@linux.ibm.com> Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
0356d78bc2
commit
d1bf9e68c6
@@ -57,6 +57,7 @@ OPTIONS
|
||||
--dry-run Display changes without applying
|
||||
--base PATH Use PATH as base for accessing files
|
||||
--no-settle Do not wait for udev to settle
|
||||
--no-module-load Do not load kernel modules during execution
|
||||
--auto-conf Apply changes to auto-configuration only
|
||||
-s, --site ID Apply changes to the specified site only
|
||||
--is-owner FILE Examine whether the file is generated by zdev
|
||||
|
||||
Reference in New Issue
Block a user