����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
# RAWDISK output typically resides on a writable disk device, which should be protected against
# accidental overwriting by rear recover. This code initializes RAWDISK_PTUUID, a partition table UUID
# designating ReaR's own boot device and registers it as write protected.

if has_binary uuidgen; then
    # Generate a partition table UUID now and add it to the kernel's command line options.
    #
    # Normally, a partition table UUID is generated automatically during partitioning. We cannot wait for this
    # to happen as the variable will be part of the initrd, which is completed before any partition table is
    # created.
    RAWDISK_PTUUID="$( uuidgen )"
    if test "$RAWDISK_PTUUID"; then
        WRITE_PROTECTED_IDS+=( $RAWDISK_PTUUID )
    else
        LogPrintError "Cannot write protect '${RAWDISK_GPT_PARTITION_NAME:-Rescue System}' disk (no partition table UUID)"
    fi
else
    LogPrintError "Cannot write protect '${RAWDISK_GPT_PARTITION_NAME:-Rescue System}' disk (no 'uuidgen' found)"
fi

Filemanager

Name Type Size Permission Actions
480_initialize_write_protect_settings.sh File 1014 B 0644