summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-05-31 17:19:44 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-31 17:21:47 +0200
commit647a1759dead6cb0fce32708c73ffc03c62fbef8 (patch)
treefc3503aac52b848952a57d92be0ab04df4bf8b26 /bin/g-i-installation.sh
parent22bfbe9df2155e16801bd5132a657e853bceede3 (diff)
downloadjenkins.debian.net-647a1759dead6cb0fce32708c73ffc03c62fbef8.tar.xz
hurd: Update to new way of booting the image
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 11390d29..93e3beab 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -332,7 +332,7 @@ bootstrap_system() {
case $NAME in
*_kfreebsd*) ;;
*_hurd*) # Hurd needs multiboot options jenkins can't escape correctly
- echo -n '--kernel '$WORKSPACE'/gnumach --initrd "'$IMAGE_MNT'/boot/initrd.gz \$(ramdisk-create),'$IMAGE_MNT'/boot/kernel/ext2fs.static --multiboot-command-line=\${kernel-command-line} --host-priv-port=\${host-port} --device-master-port=\${device-port} --exec-server-task=\${exec-task} -T typed gunzip:device:rd0 \$(task-create) \$(task-resume),'$IMAGE_MNT'/boot/kernel/ld.so.1 /hurd/exec \$(exec-task=task-create)" ' >> $QEMU_LAUNCHER
+ echo -n '--kernel '$WORKSPACE'/gnumach --initrd "'$IMAGE_MNT'/boot/initrd.gz \$(ramdisk-create),'$IMAGE_MNT'/boot/kernel/ext2fs.static --multiboot-command-line=\${kernel-command-line} --host-priv-port=\${host-port} --device-master-port=\${device-port} --exec-server-task=\${exec-task} -T typed gunzip:device:rd0 \$(task-create) \$(task-resume),'$IMAGE_MNT'/boot/kernel/exec.static \$(exec-task=task-create)" ' >> $QEMU_LAUNCHER
APPEND="console=com0 $APPEND"
;;
*) ;;