mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-kirkwood: remove warning from post_upgrade
This commit is contained in:
parent
959aecc8ce
commit
ea22e679ee
1 changed files with 0 additions and 6 deletions
|
@ -27,10 +27,4 @@ post_upgrade() {
|
|||
# updating module dependencies
|
||||
echo ">>> Updating module dependencies. Please wait ..."
|
||||
depmod ${KERNEL_VERSION}
|
||||
|
||||
echo "**********************************************************************"
|
||||
echo "WARNING! This kernel requires a newer U-Boot than many devices such as"
|
||||
echo " the Dockstar and Pogoplug v2 originally came with. If you do"
|
||||
echo " not have an updated version, your system WILL NOT BOOT."
|
||||
echo "**********************************************************************"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue