summaryrefslogtreecommitdiff
path: root/src/core/procedures/base
diff options
context:
space:
mode:
authorpyther@pyther.net <pyther@pyther.net>2011-03-06 09:53:12 -0500
committerDieter Plaetinck <dieter@plaetinck.be>2011-03-06 16:40:15 +0100
commitd7bedef1389ab0275c9059b476be1fbf8b300654 (patch)
treefc49624c2f5ec96e070705a7db34e2062ad01f14 /src/core/procedures/base
parent55190c0c81fc76f8b2b3983e790f2c7aacf4e69f (diff)
Provide Syslinux as a possible bootloader
interactive_syslinux depends on the syslinux-install_update script that is in the Arch syslinux package. Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
Diffstat (limited to 'src/core/procedures/base')
-rw-r--r--src/core/procedures/base1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index ec38f51..4e41c81 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -11,6 +11,7 @@ var_UI_TYPE="cli" # set to cli or dia for dialog
var_ARCH=`uname -m` #i686 or x86_64. NOTE: this assumes you want to install the same arch as the installation environment you're using. maybe we could decouple those someday..
[ -z "$var_ARCH" ] && die_error "Could not determine your architecture"
grubmenu="$var_TARGET_DIR$grubmenu"
+syslinuxmenu="$var_TARGET_DIR$syslinuxmenu"
###### Phases ( can be overridden by more specific procedures) ######
phase_preparation=(\