summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-22 10:52:49 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-22 10:52:49 +0000
commit5b78417bb392b04b970c19a36e1a6b7431667d75 (patch)
tree176e5b9681dd124c5aa18c1166c684ab19f6032e /images/make_boot_img
parentdfbf6afce4bcb2ccc2ec099d38b29562f79f7368 (diff)
downloaddrakx-backup-do-not-use-5b78417bb392b04b970c19a36e1a6b7431667d75.tar
drakx-backup-do-not-use-5b78417bb392b04b970c19a36e1a6b7431667d75.tar.gz
drakx-backup-do-not-use-5b78417bb392b04b970c19a36e1a6b7431667d75.tar.bz2
drakx-backup-do-not-use-5b78417bb392b04b970c19a36e1a6b7431667d75.tar.xz
drakx-backup-do-not-use-5b78417bb392b04b970c19a36e1a6b7431667d75.zip
add /dev/ptmx (for screen to work)
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 1 insertions, 1 deletions
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";