Kaydet (Commit) 1f5f6f08 authored tarafından Adınız's avatar Adınız

Selinux disable if available

üst 9944b30e
#!/busybox sh #!/busybox sh
[ -n "$debug" ] && /busybox ash [ -n "$debug" ] && /busybox ash
# Disable selinux
[ -d /sys/fs/selinux ] && echo 0 > /sys/fs/selinux/enforce
msg "Loading filesystem drivers" msg "Loading filesystem drivers"
find /lib/modules/*/fs/ -type f | sed "s/.*\///g" | sed "s/^/modprobe /g" | sed "s/\.ko//g" | sed "s/$/ &/g" > /fs find /lib/modules/*/fs/ -type f | sed "s/.*\///g" | sed "s/^/modprobe /g" | sed "s/\.ko//g" | sed "s/$/ &/g" > /fs
sh /fs &>/dev/null sh /fs &>/dev/null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment