__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. # # Copyright (C) 1995 by Linus Torvalds # # Adapted from code in arch/i386/boot/Makefile by H. Peter Anvin # # "make install" script for i386 architecture # # Arguments: # $1 - kernel version # $2 - kernel image file # $3 - kernel map file # $4 - default install path (blank if root directory) set -e if [ "$(basename $2)" = "vmlinuz" ]; then # Compressed install echo "Installing compressed kernel" base=vmlinuz else # Normal install echo "Installing normal kernel" base=vmlinux fi if [ -f $4/$base-$1 ]; then mv $4/$base-$1 $4/$base-$1.old fi cat $2 > $4/$base-$1 # Install system map file if [ -f $4/System.map-$1 ]; then mv $4/System.map-$1 $4/System.map-$1.old fi cp $3 $4/System.map-$1
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| boot | Folder | 0755 |
|
|
| include | Folder | 0755 |
|
|
| kernel | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| math-emu | Folder | 0755 |
|
|
| mm | Folder | 0755 |
|
|
| net | Folder | 0755 |
|
|
| video | Folder | 0755 |
|
|
| Kbuild | File | 108 B | 0644 |
|
| Kconfig | File | 9.78 KB | 0644 |
|
| Kconfig.debug | File | 776 B | 0644 |
|
| Makefile | File | 6.03 KB | 0644 |
|
| install.sh | File | 900 B | 0755 |
|