summarylogtreecommitdiffstats
path: root/linux-lts.install
diff options
context:
space:
mode:
Diffstat (limited to 'linux-lts.install')
-rw-r--r--linux-lts.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux-lts.install b/linux-lts.install
index dbc0cc4832e8..0893e296029a 100644
--- a/linux-lts.install
+++ b/linux-lts.install
@@ -8,8 +8,6 @@ post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux${KERNEL_NAME}
}
post_upgrade() {
@@ -20,8 +18,6 @@ post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux${KERNEL_NAME}
if [ $(vercmp $2 3.13) -lt 0 ]; then
echo ">>> WARNING: AT keyboard support is no longer built into the kernel."