1
0
mirror of synced 2026-02-12 18:37:15 +00:00

Refactoring: Normalize 80-kernel-install for Ubuntus

This commit is contained in:
Axel Beckert
2013-01-22 02:01:13 +01:00
parent f71460358b
commit 03506de7e4
3 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ fi
logMessage Script $0 starting
if [ ${pygrub} ]; then
if [ "${pygrub}" ]; then
#
# Attempt to install a xen kernel, if that fails, then install a normal one
@@ -103,7 +103,7 @@ installDebianPackage ${prefix} module-init-tools
else
logMessage pygrub not set, skipping kernel install
fi
fi # if pygrub
#
# Log our finish

View File

@@ -27,7 +27,7 @@ fi
logMessage Script $0 starting
if [ ${pygrub} ]; then
if [ "${pygrub}" ]; then
#
# Attempt to install a xen kernel, if that fails, then install a normal one
@@ -93,7 +93,7 @@ installDebianPackage ${prefix} module-init-tools
else
logMessage pygrub not set, skipping kernel install
fi
fi # if pygrub
#
# Log our finish

View File

@@ -20,14 +20,14 @@ if [ -e /usr/lib/xen-tools/common.sh ]; then
else
. ./hooks/common.sh
fi
if [ "${pygrub}" ]; then
#
# Log our start
#
logMessage Script $0 starting
if [ "${pygrub}" ]; then
#
# The type of kernel that we will be installing
#