Create the libdir in the initrd tree
Make sure we have the libdir created before we copy the files to the initrd tree.
This commit is contained in:
parent
ad726c68ec
commit
1a3d76fc5b
@ -115,6 +115,9 @@ export PS1 PATH
|
||||
with open(profile, "w") as f:
|
||||
f.write(text)
|
||||
|
||||
# create the lib directory
|
||||
os.mkdir(os.path.join(self.dsttree, self.conf.libdir))
|
||||
|
||||
# XXX
|
||||
def get_kernel_modules(self, kernel, modset):
|
||||
moddir = os.path.join(self.const.MODDIR, kernel.version)
|
||||
|
Loading…
Reference in New Issue
Block a user