summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2012-02-28 10:41:58 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2012-02-28 10:41:58 -0700
commitd63b89af70f6de1f3ab7be2321dbc2f48ce61513 (patch)
treebb6d979395b67f992d8402ee7ebcf46413c8b11b /tmp
parente684290f77f9dacd1ecc9553d468dbb104cd6fe4 (diff)
downloadpfsense-d63b89af70f6de1f3ab7be2321dbc2f48ce61513.zip
pfsense-d63b89af70f6de1f3ab7be2321dbc2f48ce61513.tar.gz
Fix filename used in check for existence of the uniprocessor kernel to match the one that was being used to extract.
Diffstat (limited to 'tmp')
-rwxr-xr-xtmp/post_upgrade_command2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command
index 6498d95..e6c09a8 100755
--- a/tmp/post_upgrade_command
+++ b/tmp/post_upgrade_command
@@ -44,7 +44,7 @@ case "$KERNELTYPE" in
fi
;;
"UP")
- if [ -f /kernels/kernel_UP.gz ]; then
+ if [ -f /kernels/kernel_uniprocessor.gz ]; then
HAVE_KERNEL=true
tar xzpf /kernels/kernel_uniprocessor.gz --exclude loader.conf -C /boot/
fi
OpenPOWER on IntegriCloud