[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#393543: initramfs-tools: wrong mknod call



Package: initramfs-tools
Version: 0.83
Severity: normal
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

the file /usr/share/initramfs-tools/scripts/init-top/framebuffer
contains a wrong call of the (busybox) mknod binary. The trivial
patch is appended. ;)

thanks, Kiro

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFM+Q6YWOj0axvMcURAuw4AJ9VaLI9W5ZYJdrARJ4ph+KpUeHJVgCfR3PI
0RV7NVyyZQpDsLHqjoNcGg4=
=q+G9
-----END PGP SIGNATURE-----
diff -uNr initramfs-tools-0.83.old/scripts/init-top/framebuffer initramfs-tools-0.83/scripts/init-top/framebuffer
--- initramfs-tools-0.83.old/scripts/init-top/framebuffer	2006-10-11 23:24:24.000000000 +0200
+++ initramfs-tools-0.83/scripts/init-top/framebuffer	2006-10-16 21:47:23.000000000 +0200
@@ -82,7 +82,7 @@
 
 if [ -e /proc/fb ]; then
 	while read fbno desc; do
-		mknod /dev/fb$fbno 29 $fbno
+		mknod /dev/fb$fbno c 29 $fbno
 	done < /proc/fb
 
 	mknod /dev/fb0 c 29 0

Reply to: