summaryrefslogtreecommitdiffstats
path: root/isys/devnodes.c
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-12-27 20:25:52 +0000
committerErik Troan <ewt@redhat.com>1999-12-27 20:25:52 +0000
commit40a7ac8a2d293dae57751cc7074372b786287425 (patch)
tree23f2020ca1c56bff720d3ee225d93b5d3a7bd0a5 /isys/devnodes.c
parent92660a36c7def307bb06319dcad468ba17199212 (diff)
downloadanaconda-40a7ac8a2d293dae57751cc7074372b786287425.tar.gz
anaconda-40a7ac8a2d293dae57751cc7074372b786287425.tar.xz
anaconda-40a7ac8a2d293dae57751cc7074372b786287425.zip
boot/root on raid should work now
Diffstat (limited to 'isys/devnodes.c')
-rw-r--r--isys/devnodes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/isys/devnodes.c b/isys/devnodes.c
index e713c7000..5ddbb64a9 100644
--- a/isys/devnodes.c
+++ b/isys/devnodes.c
@@ -46,6 +46,10 @@ int devMakeInode(char * devName, char * path) {
char *ptr;
char *dir;
+ printf("hi there jturner\n");
+ mknod("/something", S_IFBLK | 0600, 0x800);
+ printf("mknod worked\n");
+
if (devName[0] == 's' && devName[1] == 'd') {
type = S_IFBLK;
major = 8;