summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-21 17:21:13 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-21 17:21:13 +0000
commit96ad72d877f4690d8ed21af6fb26067fafac11ca (patch)
treecbda8fb8453a27cb0745efa033b48223a0efae22
parent5eeb7602d91b2ef48b0ac041d1a1e3150735f182 (diff)
downloaddrakx-96ad72d877f4690d8ed21af6fb26067fafac11ca.tar
drakx-96ad72d877f4690d8ed21af6fb26067fafac11ca.tar.gz
drakx-96ad72d877f4690d8ed21af6fb26067fafac11ca.tar.bz2
drakx-96ad72d877f4690d8ed21af6fb26067fafac11ca.tar.xz
drakx-96ad72d877f4690d8ed21af6fb26067fafac11ca.zip
do not disable module autoloading as we now have regular modprobe
-rwxr-xr-xrescue/restore-image.sh1
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"