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
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ if [ "${command_name}" = "install" -o "${command_name}" = "all" ]; then
|
||||||
kernelver=$(_kversion)
|
kernelver=$(_kversion)
|
||||||
kernelsuffix=${kernelver##*-}
|
kernelsuffix=${kernelver##*-}
|
||||||
echo "Kernel Version ${kernelver} (${kernelsuffix}) installed - installing modules..."
|
echo "Kernel Version ${kernelver} (${kernelsuffix}) installed - installing modules..."
|
||||||
install_pkgfile -safe "modules.${kernelsuffix}"
|
install_pkgfile "modules.${kernelsuffix}"
|
||||||
|
|
||||||
echo "Updating module dependancies"
|
echo "Updating module dependancies"
|
||||||
[ "${kernelsuffix}" = "ARCH" ] && kernelsuffix=""
|
[ "${kernelsuffix}" = "ARCH" ] && kernelsuffix=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue