summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin/sysupgrade
Commit message (Expand)AuthorAgeFilesLines
* x86: preserve partition table on sysupgradeJo-Philipp Wich2016-02-091-0/+3
* base-files: Fix sysupgrade overlay savingJo-Philipp Wich2016-01-171-0/+1
* base-files: add support for platform_pre_upgrade functionJohn Crispin2015-04-091-0/+8
* fix sysupgrade on overlayfs v23+Imre Kaloz2014-11-241-1/+6
* sysupgrade: preserve symlinks in backupsJohn Crispin2014-10-061-2/+2
* procd: various cleanups to /lib/upgrade/nand.shJohn Crispin2014-06-161-1/+1
* base-files: add an ugly hack for nand to sysupgradeJohn Crispin2014-06-111-0/+2
* /lib/functions.sh: move rarely used mtd and macaddr related functions to /lib...Felix Fietkau2014-04-071-0/+1
* sysupgrade: do not kill any processes in failsafeJohn Crispin2014-01-171-3/+5
* base-files: fix whitespacesLuka Perkov2013-12-091-1/+1
* ar71xx: Unifi AP Pro sysupgrade patchFelix Fietkau2013-11-141-0/+1
* base-files: implement -l (--list-backup) sysupgrade parameter to list the fil...Jo-Philipp Wich2013-07-311-0/+14
* base-files: abort sysupgrade if file specified with --restore-config is not f...Jo-Philipp Wich2013-07-311-1/+6
* base-files: implement -T (--test) sysupgrade parameter to verify image withou...Jo-Philipp Wich2013-07-301-1/+9
* sysupgrade: create state file so procd knows when a sysupgrade is in progressJohn Crispin2013-06-101-0/+1
* mount_root: prepare base-filesJohn Crispin2013-04-251-0/+2
* sysupgrade: clarify online helpJo-Philipp Wich2013-01-021-12/+15
* sysupgrade: do not require an extra argument after --restore-backupJo-Philipp Wich2013-01-021-6/+7
* base-files: provide a sysupgrade -r (--restore-backup) option as convenience ...Jo-Philipp Wich2012-08-121-0/+12
* base-files: fix option parsing of -F/--force parameterJo-Philipp Wich2012-08-091-1/+1
* /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-051-2/+2
* base-files: implement a --force option for sysupgrade to override image check...Jo-Philipp Wich2012-01-081-2/+11
* base-files: add -b (--create-backup) option to sysupgrade, which generates a ...Jo-Philipp Wich2011-12-201-2/+26
* base-files: kill remaining processes after running user hooks (#10461)Jo-Philipp Wich2011-11-191-2/+2
* base-files: sysupgrade: kill all but essential processes before starting the ...Jo-Philipp Wich2011-10-271-0/+5
* base-files: add -h and --help options to sysupgrade (#9728)Jo-Philipp Wich2011-07-171-1/+4
* base-files: - add sysupgrade support for keepfile hints * introduces /lib/upg...Jo-Philipp Wich2010-10-051-2/+3
* base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to back...Jo-Philipp Wich2010-10-051-2/+3
* base-files: add an experimental "-c" flag which tries to preserve *all* chang...Jo-Philipp Wich2010-09-071-2/+19
* revert r19964 for now, there are issues with opkg/ipkg.py generating the stat...Travis Kemen2010-03-041-3/+2
* grab all config files for installed packages, closes #3718Travis Kemen2010-03-031-2/+3
* base-files: sysupgrade: restrict find command to plain files to avoid duplica...Jo-Philipp Wich2009-11-201-1/+2
* base-files: add /etc/rc.local to the default save file listJo-Philipp Wich2009-09-121-1/+1
* base-files: Fix sysupgrade .tar.gz configuration restoringVasilis Tsiligiannis2009-06-291-1/+1
* base-files: Detect and decompressed gzipped images automatically when flashin...Vasilis Tsiligiannis2009-06-101-4/+1
* base-files: initialize GZIPED to 0 in sysupgrade since it's used later in num...Nicolas Thill2009-05-171-2/+2
* Don't try to pivot to new ramfs if already running on one This patch allows t...Jo-Philipp Wich2009-05-071-2/+6
* Add option in sysupgrade to flash gzipped imagesJo-Philipp Wich2009-05-071-1/+3
* add option in sysupgrade to restore config from file or URL (patch from #4043)Felix Fietkau2008-09-281-1/+15
* fix typo from last sysupgrade commitFelix Fietkau2008-09-261-1/+1
* add switch to not save configuration over the reflash in noninteractive modeTravis Kemen2008-09-261-0/+2
* sysupgrade: add optional delay before rebootingFelix Fietkau2008-09-121-3/+6
* add /etc/firewall.user to be backed up becuase it is an example in /etc/confi...Travis Kemen2008-08-161-1/+1
* remove /etc/firewall.* from being kept as they no longer are used in trunkTravis Kemen2008-08-161-1/+1
* keep /etc/group over reflash as wellTravis Kemen2008-07-241-1/+1
* add dropbear keys, passwd and firewall configuration to be saved during reflashTravis Kemen2008-07-241-1/+1
* add sysupgrade script for config preserving system upgrades. only implemented...Felix Fietkau2007-08-211-0/+92