From 75e57244625a857f17648f7b7b07b320934e4830 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 23 Feb 2021 23:05:16 +0100 Subject: [PATCH] backup.sh: add rc.local Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/7c18185b71b6cb3a510755772ae9caec0c660521 Author: vanhofen Date: 2021-02-23 (Tue, 23 Feb 2021) Origin message was: ------------------ - backup.sh: add rc.local --- data/scripts/backup.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/scripts/backup.sh.in b/data/scripts/backup.sh.in index 948cd6a1d..80ffe9a71 100644 --- a/data/scripts/backup.sh.in +++ b/data/scripts/backup.sh.in @@ -46,6 +46,7 @@ TOBACKUP="\ /etc/network/interfaces \ /etc/passwd \ /etc/profile.local \ + /etc/rc.local \ /etc/resolv.conf \ /etc/samba/smb.conf \ /etc/wpa_supplicant.conf \