base-files: - add sysupgrade support for keepfile hints * introduces /lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles
SVN-Revision: 23258master
parent
f3a5085903
commit
d80f82d7a4
@ -0,0 +1,5 @@ |
||||
## This file contains files and directories that should |
||||
## be preserved during an upgrade. |
||||
|
||||
# /etc/example.conf |
||||
# /etc/openvpn/ |
@ -0,0 +1,10 @@ |
||||
# Essential files that will be always kept |
||||
/etc/banner |
||||
/etc/hosts |
||||
/etc/inittab |
||||
/etc/group |
||||
/etc/passwd |
||||
/etc/profile |
||||
/etc/shells |
||||
/etc/sysctl.conf |
||||
/etc/rc.local |
Loading…
Reference in new issue