config.sh kernel config helper

This commit is contained in:
Ciro Santilli
2018-03-09 18:06:44 +00:00
parent 04db718441
commit 2b7d274949
2 changed files with 3 additions and 1 deletions

View File

@@ -297,7 +297,7 @@ git log | grep -E ' Linux [0-9]+\.' | head
Build configuration can be observed in guest with:
....
zcat /proc/config.gz
/conf.sh
....
or on host:

2
rootfs_overlay/conf.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
zcat /proc/config.gz