diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-30 07:39:01 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-30 08:06:57 -0300 |
commit | 44006ac3d71fb4c1ee2bca9560d578991bc4b501 (patch) | |
tree | 7f47094e5aff7e15616d253923f02f264084008c /libre/linux-libre-pck | |
parent | fe2839adc67a577b0b553728a36516b8acd07e54 (diff) | |
download | abslibre-44006ac3d71fb4c1ee2bca9560d578991bc4b501.tar.gz abslibre-44006ac3d71fb4c1ee2bca9560d578991bc4b501.tar.bz2 abslibre-44006ac3d71fb4c1ee2bca9560d578991bc4b501.zip |
update linux.install for all kernels
Diffstat (limited to 'libre/linux-libre-pck')
-rw-r--r-- | libre/linux-libre-pck/linux.install | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libre/linux-libre-pck/linux.install b/libre/linux-libre-pck/linux.install index bd40bcc5f..378733c98 100644 --- a/libre/linux-libre-pck/linux.install +++ b/libre/linux-libre-pck/linux.install @@ -9,9 +9,7 @@ post_install () { echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} if [ "$(uname -m)" = "armv7l" ]; then - echo ">>> NOTE: Using this kernel requires GRUB!" - echo ">>> See the Migration Guide for instructions:" - echo ">>> https://wiki.parabola.nu/Migration_from_Arch_ARM#GRUB" + echo ">>> WARNING: Using this kernel requires an updated U-Boot!" elif [ "$(uname -m)" = "x86_64" ] || [ "$(uname -m)" = "i686" ]; then echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..." mkinitcpio -p linux-libre${KERNEL_NAME} |