From 5b78417bb392b04b970c19a36e1a6b7431667d75 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 22 Apr 2009 10:52:49 +0000 Subject: add /dev/ptmx (for screen to work) --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index 05823cd20..fab6183f7 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -215,7 +215,7 @@ fi _ "splash -s -f $o_bootsplash_cfg > $tmp_initrd/bootsplash"; } - my $devs = sprintf "ls /dev/{%s}", join(',', qw(console fb0 fd0 loop3 mem null ppp ptyp0 ram3 random tty[0-7] ttyp0 ttyS0 urandom)); + my $devs = sprintf "ls /dev/{%s}", join(',', qw(console fb0 fd0 loop3 mem null ppp ptmx ptyp0 ram3 random tty[0-7] ttyp0 ttyS0 urandom)); _ "(cd $tmp_initrd; (find . ; $devs) | cpio -o -c --quiet) | gzip -9 > $img"; _ "rm -rf $tmp_initrd"; -- cgit v1.2.1