summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
Diffstat (limited to 'tmp')
-rwxr-xr-xtmp/post_upgrade_command6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command
index 78abb7f..cd71467 100755
--- a/tmp/post_upgrade_command
+++ b/tmp/post_upgrade_command
@@ -21,6 +21,12 @@ if [ $KERNELTYPE = "SMP" ]; then
tar xzpf /kernels/kernel_SMP.gz -C /boot/
fi
fi
+if [ $KERNELTYPE = "UP" ]; then
+ if [ -f /kernels/kernel_SMP.gz ]; then
+ tar xzpf /kernels/kernel_uniprocessor.gz -C /boot/
+ fi
+fi
+
# Now turn on or off serial console as needed
php -f /tmp/post_upgrade_command.php
OpenPOWER on IntegriCloud