summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-12-13 20:54:50 +0000
committerJeremy Katz <katzj@redhat.com>2006-12-13 20:54:50 +0000
commita2f407a878de4f50c345e32bcc1868cc255bc584 (patch)
treeb247b19da69fa3331c21ee5a3410c1334a4c1916
parent25c65fa3f4fbb015fddfa86266989e41f8e2be4c (diff)
downloadanaconda-a2f407a878de4f50c345e32bcc1868cc255bc584.tar.gz
anaconda-a2f407a878de4f50c345e32bcc1868cc255bc584.tar.xz
anaconda-a2f407a878de4f50c345e32bcc1868cc255bc584.zip
2006-12-13 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images: Official xvc0 major/minor
-rw-r--r--ChangeLog4
-rwxr-xr-xscripts/mk-images2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2de3b73ce..48a6f16e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-13 Jeremy Katz <katzj@redhat.com>
+
+ * scripts/mk-images: Official xvc0 major/minor
+
2006-12-04 Dave Lehman <dlehman@redhat.com>
* loader2/cdinstall.c: check all cdroms for ks.cfg (#203344)
diff --git a/scripts/mk-images b/scripts/mk-images
index 74f5e104a..9a1095379 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -786,7 +786,7 @@ EOF
# weird xen console
if [ "$BUILDARCH" = "i386" -o "$BUILDARCH" = "x86_64" -o "$BUILDARCH" = "ia64" ]; then
- mknod $MBD_DIR/dev/xvc0 c 250 187
+ mknod $MBD_DIR/dev/xvc0 c 204 191
chown root:root $MBD_DIR/dev/xvc0
chmod 644 $MBD_DIR/dev/xvc0
fi