mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
config.sh kernel config helper
This commit is contained in:
@@ -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
2
rootfs_overlay/conf.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
zcat /proc/config.gz
|
||||
Reference in New Issue
Block a user