diff options
author | Mike Fulbright <msf@redhat.com> | 2003-07-02 20:47:03 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-07-02 20:47:03 +0000 |
commit | f4486aaa8167181386a58868d3ec23deaf41e4c5 (patch) | |
tree | 0bc3b50bd306da4311d0f0ba9288f03882f7a502 /scripts/mk-images | |
parent | 466d79f55190ee488d3f236914355b8a11fda1f7 (diff) | |
download | anaconda-f4486aaa8167181386a58868d3ec23deaf41e4c5.tar.gz anaconda-f4486aaa8167181386a58868d3ec23deaf41e4c5.tar.xz anaconda-f4486aaa8167181386a58868d3ec23deaf41e4c5.zip |
add sg module/devnode as per bug #98313"
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-x | scripts/mk-images | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 2f478134a..98f8bde1a 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -554,6 +554,7 @@ EOF $MBD_DIR input/mice c 13 63 664 root:root $MBD_DIR fd0 b 2 0 644 root:root $MBD_DIR fd1 b 2 1 644 root:root + $MBD_DIR sg0 c 21 0 666 root:root $MBD_DIR st0 c 9 0 666 root:root $MBD_DIR nst0 c 9 128 666 root:root $MBD_DIR random c 1 8 644 root:root |