Don't use -safe on _pacman() in mkarchiso
This is just something I missed in the mkarchroot patch. If in doubt, apply. Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
db2a9699bd
commit
eee9628b16
@ -130,7 +130,7 @@ if [ "${command_name}" = "install" -o "${command_name}" = "all" ]; then
|
||||
kernelver=$(_kversion)
|
||||
kernelsuffix=${kernelver##*-}
|
||||
echo "Kernel Version ${kernelver} (${kernelsuffix}) installed - installing modules..."
|
||||
install_pkgfile -safe "modules.${kernelsuffix}"
|
||||
install_pkgfile "modules.${kernelsuffix}"
|
||||
|
||||
echo "Updating module dependancies"
|
||||
[ "${kernelsuffix}" = "ARCH" ] && kernelsuffix=""
|
||||
|
Loading…
Reference in New Issue
Block a user