From de3a3ac01545f9df4103dc55e6de26fffb998c70 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 14 Feb 2023 06:43:36 +0100 Subject: [PATCH] move rsync to base_common --- usr/lib/initcpio/install/archboot_base_common | 2 +- usr/lib/initcpio/install/archboot_remote | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index 07ac88235..1c6ab7782 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -18,7 +18,7 @@ build () kill killall more ps pwd rmdir true cat mkdir echo false sleep kmod pidof touch chmod \ find wc uname bsdtar yes awk halt shutdown reboot poweroff insmod modprobe sh dd \ sort zstd date tee mktemp install pgrep mkfs.btrfs rmmod mountpoint gzip \ - ldconfig nscd ln top df cut stat sln file tr passwd od + ldconfig nscd ln top df cut stat sln file tr passwd od rsync ### add nano add_binary nano diff --git a/usr/lib/initcpio/install/archboot_remote b/usr/lib/initcpio/install/archboot_remote index eb1ef86fd..c6bd6978d 100644 --- a/usr/lib/initcpio/install/archboot_remote +++ b/usr/lib/initcpio/install/archboot_remote @@ -5,7 +5,7 @@ build () { map add_binary findssl.sh scp sftp ssh-add ssh-agent ssh-copy-id ssh-keygen ssh-keyscan sshd \ - rsync exportfs nfsstat rpc.idmapd rpc.mountd rpc.nfsd rpc.statd rpcdebug showmount \ + exportfs nfsstat rpc.idmapd rpc.mountd rpc.nfsd rpc.statd rpcdebug showmount \ sm-notify start-statd rpcbind rpcinfo rpc.gssd \ nfsdcltrack gssproxy screen tmux map add_file "/etc/screenrc" "/etc/ssh/ssh_config" "/etc/ssh/sshd_config" "/etc/ssh/moduli" \