diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2006-02-24 06:57:54 +0000 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2006-02-24 06:57:54 +0000 |
commit | befe253687d69267cac5e5953e0ca55d18bef000 (patch) | |
tree | a8acd7965b718381aa192d159e941f7f61b00684 | |
parent | 7ad516d1a7bf6fb5eed4e43669a7fb2a0832a552 (diff) |
'upgpkg: added depmod -A again'
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ if [ "$NISDOMAINNAME" != "" ]; then status "Setting NIS Domain Name: $NISDOMAINNAME" /bin/nisdomainname $NISDOMAINNAME fi -# status "Updating Module Dependencies" /sbin/depmod -A +status "Updating Module Dependencies" /sbin/depmod -A if [ "$KEYMAP" != "" ]; then status "Loading Keyboard Map: $KEYMAP" /bin/loadkeys -q $KEYMAP |