mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
initrd: bring back to life. Easy! :-)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user