diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-05-31 17:19:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-31 17:21:47 +0200 |
commit | 647a1759dead6cb0fce32708c73ffc03c62fbef8 (patch) | |
tree | fc3503aac52b848952a57d92be0ab04df4bf8b26 /bin/g-i-installation.sh | |
parent | 22bfbe9df2155e16801bd5132a657e853bceede3 (diff) | |
download | jenkins.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-x | bin/g-i-installation.sh | 2 |
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" ;; *) ;; |