[Pkg-uml-pkgs] Bug#446729: rootstrap: MAKEDEV: No such file or directory

Marcus Better marcus at better.se
Mon Oct 22 14:03:11 UTC 2007


package rootstrap
tag 446729 patch
thanks

This patch appears to fix it.

--- modules/uml~        2006-09-26 10:57:22.000000000 +0200
+++ modules/uml 2007-10-22 10:18:43.000000000 +0200
@@ -5,7 +5,7 @@
 for i in 1 2 3 4 5 6 7 8; do
        NEW_TTY="$NEW_TTY tty$i"
 done
-chroot $TARGET /bin/sh -c "cd /dev && ./MAKEDEV ubd std pty $NEW_TTY"
+chroot $TARGET /bin/sh -c "cd /dev && /sbin/MAKEDEV ubd std pty $NEW_TTY"
 chroot $TARGET umount /proc

 # generate a new fstab





More information about the Pkg-uml-pkgs mailing list