diff options
Diffstat (limited to 'tmp')
-rw-r--r-- | tmp/pre_upgrade_command | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmp/pre_upgrade_command b/tmp/pre_upgrade_command index 65c0c1d..0556e19 100644 --- a/tmp/pre_upgrade_command +++ b/tmp/pre_upgrade_command @@ -4,3 +4,7 @@ PRIOR_VERSION=`uname -r | cut -d'.' -f1` echo $PRIOR_VERSION > /tmp/pre_upgrade_version +mv /tmp/pfsense_kernel.txt /tmp/pfsense_kernel.txt +rm /boot/kernel/* +mv /tmp/pfsense_kernel.txt + |