remove "mknod" from the anaconda stub list

Apparently this doesn't exist anymore.
This commit is contained in:
Will Woods 2011-07-06 13:55:39 -04:00
parent ba686350ef
commit 23e048d7de

View File

@ -3,7 +3,7 @@
KEYMAP_OVERRIDE = "usr/share/anaconda/keymaps-override-%s" % arch.basearch
SCREENFONT = "usr/share/anaconda/screenfont-%s.gz" % arch.basearch
PYTHONDIR = glob("usr/"+arch.libdir+"/python?.?")[0]
stubs = ("list-harddrives", "loadkeys", "mknod", "raidstart", "raidstop")
stubs = ("list-harddrives", "loadkeys", "raidstart", "raidstop")
%>
## create_keymaps(arch.basearch)