[Pkg-uml-commit] [SCM] Rootstrap sources and Debian package branch, debian-unstable, updated. 001034d275bfb53bf5f19c8d667834674c2eb659

Mattia Dongili malattia at linux.it
Sun May 6 21:27:31 UTC 2012


The following commit has been merged in the debian-unstable branch:
commit 001034d275bfb53bf5f19c8d667834674c2eb659
Author: Mattia Dongili <malattia at linux.it>
Date:   Mon May 7 06:02:59 2012 +0900

    Remove MAKEDEV calls as they are no-ops anyway
    
    Signed-off-by: Mattia Dongili <malattia at linux.it>

diff --git a/modules/uml b/modules/uml
index 4f89dff..7f5f8f5 100644
--- a/modules/uml
+++ b/modules/uml
@@ -1,12 +1,5 @@
 #!/bin/sh -e
 set -x
-# create device nodes.
-chroot $TARGET mount -t proc proc /proc
-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 && /sbin/MAKEDEV ubd std pty $NEW_TTY"
-chroot $TARGET umount /proc
 
 # generate a new fstab
 cat <<EOF > $TARGET/etc/fstab

-- 
Rootstrap sources and Debian package



More information about the Pkg-uml-commit mailing list