[cowdancer] 01/02: qemubuilder.c: Run commands inside getty

James Clarke jrtc27-guest at moszumanska.debian.org
Mon May 2 23:43:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

jrtc27-guest pushed a commit to branch master
in repository cowdancer.

commit 6c0a9290e954af2f249cd4bef0e4143617d5abbc
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Mon May 2 14:09:25 2016 +0100

    qemubuilder.c: Run commands inside getty
---
 qemubuilder.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemubuilder.c b/qemubuilder.c
index fbacd37..abad6c0 100755
--- a/qemubuilder.c
+++ b/qemubuilder.c
@@ -560,7 +560,7 @@ static int fork_qemu(const char* hda, const char* hdb, const struct pbuilderconf
       /* panic < 0 means reboot immediately on panic; this will actually
          halt as -no-reboot is given to qemu */
       asprintf(&append_command,
-	       "root=/dev/%sa quiet init=/pbuilder-run console=%s panic=-1",
+	       "root=/dev/%sa quiet init=/sbin/getty console=%s panic=-1 -- -n -l /pbuilder-run -",
 	       qemu_arch_diskdevice(pc),
 	       qemu_arch_tty(pc->arch));
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list