Fixed typo

This commit is contained in:
Gerben Jan Dijkman 2022-01-30 17:56:41 +01:00
parent 3c57faa00a
commit d8fd0188dd
3 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ pkg_postinst() {
einfo "# make Image modules"
einfo "# make DTC_FLAGS="-@" dtbs"
einfo "# cp arch/arm64/boot/Image /boot"
einfo "# make INSTALL_MOD_PATH=/usr modules_intall"
einfo "# make INSTALL_MOD_PATH=/usr modules_install"
einfo "# make INSTALL_DTBS_PATH=/boot/dtbs dtbs_install"
einfo "You will need to create and initramfs afterwards."
einfo "If you use dracut you can run:"

View File

@ -116,7 +116,7 @@ pkg_postinst() {
einfo "# make Image modules"
einfo "# make DTC_FLAGS="-@" dtbs"
einfo "# cp arch/arm64/boot/Image /boot"
einfo "# make INSTALL_MOD_PATH=/usr modules_intall"
einfo "# make INSTALL_MOD_PATH=/usr modules_install"
einfo "# make INSTALL_DTBS_PATH=/boot/dtbs dtbs_install"
einfo "You will need to create and initramfs afterwards."
einfo "If you use dracut you can run:"

View File

@ -49,7 +49,7 @@ pkg_postinst() {
einfo "# make Image modules"
einfo "# make DTC_FLAGS="-@" dtbs"
einfo "# cp arch/arm64/boot/Image /boot"
einfo "# make INSTALL_MOD_PATH=/usr modules_intall"
einfo "# make INSTALL_MOD_PATH=/usr modules_install"
einfo "# make INSTALL_DTBS_PATH=/boot/dtbs dtbs_install"
einfo "You will need to create and initramfs afterwards."
einfo "If you use dracut you can run:"