From 2149a0758b998a43438484ebbab971c1af769c18 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Mar 2013 17:21:13 +0000 Subject: do not disable module autoloading as we now have regular modprobe --- rescue/restore-image.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'rescue') diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh index 32eec242d..f4f904f3f 100755 --- a/rescue/restore-image.sh +++ b/rescue/restore-image.sh @@ -389,7 +389,6 @@ EOF if [ -n "$MKINITRD" ]; then mount -t sysfs none "$mnt_dir/sys" mount -t proc none "$mnt_dir/proc" - echo > /proc/sys/kernel/modprobe # rescue's modprobe does not handle modprobe -q and aliases chroot $mnt_dir bootloader-config --action rebuild-initrds umount "$mnt_dir/sys" umount "$mnt_dir/proc" -- cgit v1.2.1