You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/1_ac_install_disk/1-migrate/net-misc/networkmanager/copy

7 lines
355 B

# Calculate exec=/bin/bash
rsync -a --delete /etc/NetworkManager/ #-cl_chroot_path-#/etc/NetworkManager/
rsync -a --delete --include "NetworkManager" --exclude "*" /etc/runlevels/boot/ #-cl_chroot_path-#/etc/runlevels/boot/
rsync -a --delete --include "NetworkManager" --exclude "*" /etc/runlevels/default/ #-cl_chroot_path-#/etc/runlevels/default/
true