diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-03-21 17:21:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-03-21 17:21:13 +0000 |
commit | 2149a0758b998a43438484ebbab971c1af769c18 (patch) | |
tree | cbda8fb8453a27cb0745efa033b48223a0efae22 /rescue | |
parent | c223cb2e797adec1587440d3a02f42fc462531ac (diff) | |
download | drakx-backup-do-not-use-2149a0758b998a43438484ebbab971c1af769c18.tar drakx-backup-do-not-use-2149a0758b998a43438484ebbab971c1af769c18.tar.gz drakx-backup-do-not-use-2149a0758b998a43438484ebbab971c1af769c18.tar.bz2 drakx-backup-do-not-use-2149a0758b998a43438484ebbab971c1af769c18.tar.xz drakx-backup-do-not-use-2149a0758b998a43438484ebbab971c1af769c18.zip |
do not disable module autoloading as we now have regular modprobe
Diffstat (limited to 'rescue')
-rwxr-xr-x | rescue/restore-image.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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" |