mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Create a .profile for fun
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#!/bin/sh
|
||||
echo 'S98'
|
||||
# insmod /hello.ko
|
||||
echo "hello S98"
|
||||
if [ -n "$lkmc_eval" ]; then
|
||||
eval "$lkmc_eval"
|
||||
fi
|
||||
|
||||
4
rootfs_overlay/root/.profile
Normal file
4
rootfs_overlay/root/.profile
Normal file
@@ -0,0 +1,4 @@
|
||||
# https://unix.stackexchange.com/questions/176027/ash-profile-configuration-file
|
||||
echo "hello $(pwd)/.profile"
|
||||
# Does not inherit init environment variables.
|
||||
#env
|
||||
Reference in New Issue
Block a user