initrd: bring back to life. Easy! :-)

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 52df5e6518
commit cf662c4ab0
3 changed files with 20 additions and 7 deletions

View File

@@ -258,7 +258,12 @@ Use the given directory as the Linux source tree.
'--initramfs', default=False,
)
self.add_argument(
'--initrd', default=False,
'--initrd',
default=False,
help='''\
Make Buildroot create a CPIO root filessytem, and make QEMU use it instead of
the default ext2.
'''
)
# Baremetal.