diff options
Diffstat (limited to 'dracut.sh')
-rwxr-xr-x | dracut.sh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -828,10 +828,6 @@ if [[ $hostonly ]]; then unset hostonly fi done - if ! [[ -d /run/udev/data ]]; then - dwarning "Turning off host-only mode: udev database not found!" - unset hostonly - fi fi declare -A host_fs_types |