From f733313f31231abd2e105b80058a027a626ff205 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 ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e7b9e49919f602932e0b6bae1eea912cbdaa9670 Author: vanhofen Date: 2021-02-23 (Tue, 23 Feb 2021) Origin message was: ------------------ - backup.sh: add rc.local ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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 \