summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp/inc/bootentry.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/serversetup-bwlp/inc/bootentry.inc.php')
-rw-r--r--modules-available/serversetup-bwlp/inc/bootentry.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/serversetup-bwlp/inc/bootentry.inc.php b/modules-available/serversetup-bwlp/inc/bootentry.inc.php
index f488959b..930f4413 100644
--- a/modules-available/serversetup-bwlp/inc/bootentry.inc.php
+++ b/modules-available/serversetup-bwlp/inc/bootentry.inc.php
@@ -135,8 +135,9 @@ class StandardBootEntry extends BootEntry
$script .= "-r ";
}
$script .= "{$this->executable}";
+ $rdBase = basename($this->initRd);
if (!empty($this->commandLine)) {
- $script .= " {$this->commandLine}";
+ $script .= " initrd=$rdBase {$this->commandLine}";
}
$script .= " || goto $failLabel\n";
if ($this->resetConsole) {