diff options
author | David P <megver83@parabola.nu> | 2018-04-04 21:48:29 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-04-04 21:48:29 -0300 |
commit | e26923351509bca66f4cadb27e122a9c94b0eb42 (patch) | |
tree | 3c626d4105888caf2b7e4932f95f153d413c5050 /kernels/linux-libre-rt/linux.install | |
parent | f42ad1f4aeea18d134e9676dc6807300d3b782c0 (diff) | |
download | abslibre-e26923351509bca66f4cadb27e122a9c94b0eb42.tar.gz abslibre-e26923351509bca66f4cadb27e122a9c94b0eb42.tar.bz2 abslibre-e26923351509bca66f4cadb27e122a9c94b0eb42.zip |
Set all kernels to CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="linux-libre.fsfla.org" and CONFIG_DEFAULT_HOSTNAME="(none)"
Diffstat (limited to 'kernels/linux-libre-rt/linux.install')
-rw-r--r-- | kernels/linux-libre-rt/linux.install | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/kernels/linux-libre-rt/linux.install b/kernels/linux-libre-rt/linux.install index d13105b4b..f1f033b4e 100644 --- a/kernels/linux-libre-rt/linux.install +++ b/kernels/linux-libre-rt/linux.install @@ -1,31 +1,12 @@ -post_install () { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - depmod %KERNVER% - if [ "$(uname -m)" = "armv7l" ]; then - echo ">>> WARNING: Using this kernel requires an updated U-Boot!" - fi -} - post_upgrade() { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - depmod %KERNVER% if [ "$(uname -m)" = "x86_64" ] || [ "$(uname -m)" = "i686" ]; then if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then echo "WARNING: /boot appears to be a separate partition but is not mounted." fi - - if [ $(vercmp $2 3.13) -lt 0 ]; then - echo ">>> WARNING: AT keyboard support is no longer built into the kernel." - echo ">>> In order to use your keyboard during early init, you MUST" - echo ">>> include the 'keyboard' hook in your mkinitcpio.conf." - fi fi } post_remove() { - # also remove the compat symlinks rm -f boot/initramfs-%PKGBASE%.img rm -f boot/initramfs-%PKGBASE%-fallback.img } |