aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin/sysupgrade
Commit message (Collapse)AuthorAgeFilesLines
...
* base-files: implement a --force option for sysupgrade to override image ↵Jo-Philipp Wich2012-01-081-2/+11
| | | | | | checks, useful to upgrade old ar71xx installations to current trunk ones SVN-Revision: 29688
* base-files: add -b (--create-backup) option to sysupgrade, which generates a ↵Jo-Philipp Wich2011-12-201-2/+26
| | | | | | backup .tar.gz according to the user settings. This will also be reused by LuCI. SVN-Revision: 29587
* base-files: kill remaining processes after running user hooks (#10461)Jo-Philipp Wich2011-11-191-2/+2
| | | | SVN-Revision: 29256
* base-files: sysupgrade: kill all but essential processes before starting the ↵Jo-Philipp Wich2011-10-271-0/+5
| | | | | | update SVN-Revision: 28626
* base-files: add -h and --help options to sysupgrade (#9728)Jo-Philipp Wich2011-07-171-1/+4
| | | | SVN-Revision: 27630
* base-files: - add sysupgrade support for keepfile hints * introduces ↵Jo-Philipp Wich2010-10-051-2/+3
| | | | | | /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: 23258
* base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to ↵Jo-Philipp Wich2010-10-051-2/+3
| | | | | | backup file list SVN-Revision: 23233
* base-files: add an experimental "-c" flag which tries to preserve *all* ↵Jo-Philipp Wich2010-09-071-2/+19
| | | | | | changed files in /overlay/etc minus some system files SVN-Revision: 22977
* revert r19964 for now, there are issues with opkg/ipkg.py generating the ↵Travis Kemen2010-03-041-3/+2
| | | | | | status db SVN-Revision: 19970
* grab all config files for installed packages, closes #3718Travis Kemen2010-03-031-2/+3
| | | | SVN-Revision: 19964
* base-files: sysupgrade: restrict find command to plain files to avoid ↵Jo-Philipp Wich2009-11-201-1/+2
| | | | | | duplicates when generating the conffiles tgz archive SVN-Revision: 18455
* base-files: add /etc/rc.local to the default save file listJo-Philipp Wich2009-09-121-1/+1
| | | | SVN-Revision: 17572
* base-files: Fix sysupgrade .tar.gz configuration restoringVasilis Tsiligiannis2009-06-291-1/+1
| | | | SVN-Revision: 16626
* base-files: Detect and decompressed gzipped images automatically when ↵Vasilis Tsiligiannis2009-06-101-4/+1
| | | | | | flashing with sysupgrade SVN-Revision: 16407
* base-files: initialize GZIPED to 0 in sysupgrade since it's used later in ↵Nicolas Thill2009-05-171-2/+2
| | | | | | numeric comparisons SVN-Revision: 15890
* Don't try to pivot to new ramfs if already running on one This patch allows ↵Jo-Philipp Wich2009-05-071-2/+6
| | | | | | | | the sysupgrade script to continue with the upgrade if openwrt is already running on a ramfs. This allows the use of the sysupgrade script as an _installer_ when running from an iso image. A user could boot the system from a bootable cd and invoke sysupgrade -n <URL> to write an image to the hard disk or CF. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15683
* Add option in sysupgrade to flash gzipped imagesJo-Philipp Wich2009-05-071-1/+3
| | | | SVN-Revision: 15672
* add option in sysupgrade to restore config from file or URL (patch from #4043)Felix Fietkau2008-09-281-1/+15
| | | | SVN-Revision: 12772
* fix typo from last sysupgrade commitFelix Fietkau2008-09-261-1/+1
| | | | SVN-Revision: 12715
* add switch to not save configuration over the reflash in noninteractive modeTravis Kemen2008-09-261-0/+2
| | | | SVN-Revision: 12714
* sysupgrade: add optional delay before rebootingFelix Fietkau2008-09-121-3/+6
| | | | SVN-Revision: 12572
* add /etc/firewall.user to be backed up becuase it is an example in ↵Travis Kemen2008-08-161-1/+1
| | | | | | /etc/config/firewall SVN-Revision: 12326
* remove /etc/firewall.* from being kept as they no longer are used in trunkTravis Kemen2008-08-161-1/+1
| | | | SVN-Revision: 12320
* keep /etc/group over reflash as wellTravis Kemen2008-07-241-1/+1
| | | | SVN-Revision: 11919
* add dropbear keys, passwd and firewall configuration to be saved during reflashTravis Kemen2008-07-241-1/+1
| | | | SVN-Revision: 11912
* add sysupgrade script for config preserving system upgrades. only ↵Felix Fietkau2007-08-211-0/+92
implemented for x86-2.6 at the moment, but can be ported to other platforms easily SVN-Revision: 8456