mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
make overlay scripts use kernel modules and executables relative to pwd in preparison for 9p
This commit is contained in:
@@ -11,7 +11,7 @@ eval "$lkmc_eval"
|
||||
# However, the kernel CLI parsing is crap, and the 4.14 docs lie.
|
||||
#
|
||||
# In particular, not all that is passed after "-" goes to an argument to init,
|
||||
# e.g. stuff with dots like "- /poweroff.out" still gets treated specially and
|
||||
# e.g. stuff with dots like "- ./poweroff.out" still gets treated specially and
|
||||
# does not go to init.
|
||||
#
|
||||
# This also likely means that the above solution is also unreliable in some cases,
|
||||
|
||||
Reference in New Issue
Block a user