mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
Document initrd is good as it uses pristine image
This commit is contained in:
@@ -1588,6 +1588,8 @@ cat f
|
|||||||
# can't open 'f': No such file or directory
|
# can't open 'f': No such file or directory
|
||||||
....
|
....
|
||||||
|
|
||||||
|
This can be good for automated tests, as it ensures that you are using a pristine unmodified system image every time.
|
||||||
|
|
||||||
The main ingredients to get this working are:
|
The main ingredients to get this working are:
|
||||||
|
|
||||||
* `BR2_TARGET_ROOTFS_CPIO=y`: make Buildroot generate `output/images/rootfs.cpio` in addition to the other images.
|
* `BR2_TARGET_ROOTFS_CPIO=y`: make Buildroot generate `output/images/rootfs.cpio` in addition to the other images.
|
||||||
|
|||||||
Reference in New Issue
Block a user