diff options
Diffstat (limited to 'anykernel.sh')
-rwxr-xr-x | anykernel.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/anykernel.sh b/anykernel.sh index 16ffc7d..91c3c39 100755 --- a/anykernel.sh +++ b/anykernel.sh @@ -30,6 +30,7 @@ ramdisk_compression=auto; ## AnyKernel file attributes # set permissions/ownership for included ramdisk files chmod -R 750 $ramdisk/*; +chmod -R 755 $ramdisk/sbin; chown -R root:root $ramdisk/*; |