diff options
| author | Martin Sivak <msivak@redhat.com> | 2010-05-07 16:14:14 +0200 |
|---|---|---|
| committer | Martin Sivak <msivak@redhat.com> | 2010-05-07 16:17:49 +0200 |
| commit | 7aace0bf0e0557cd914aa93e80a709a9f21f07f8 (patch) | |
| tree | 03834d5cc4cc47020c07fcf0c908390fd31da798 /scripts | |
| parent | 3be17d57d0aa37e25c63521d3854e9b421c250eb (diff) | |
Use module reloading in driver disc operations (#590015)
We have to load all drivers to get access to devices containing driver discs. But when we copy the DD content into RAM, we have to reinitialize those drivers to pick up updated versions.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 0ed4d1942..813ebb6c9 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -475,6 +475,7 @@ sbin/reiserfsck sbin/reiserfstune sbin/resize_reiserfs sbin/resize2fs +sbin/rmmod sbin/route sbin/rsyslogd sbin/setfiles @@ -818,7 +819,6 @@ sbin/depmod sbin/netstat sbin/restore sbin/rrestore -sbin/rmmod sbin/route sbin/mount.cifs sbin/umount.cifs |
