You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luiz Angelo Daros de Luca 5cb1dce542 base-files: add sysupgrade -k to save list of pkgs
When '-k' is used, sysupgrade inserts into backup a new file
/etc/backup/installed_packages.txt which contains pkgname and origin (rom,
overlay, unknown) without touching rootfs.

It's mainly used to reinstall all extra packages:

 # opkg update
 # grep "\toverlay" /etc/backup/installed_packages.txt | cut -f1 | xargs -r opkg install
 # rm /etc/backup/installed_packages.txt

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
6 years ago
..
firstboot base-files: firstboot: pass down arguments such as -y to jffs2reset 9 years ago
hotplug-call base-files: honor CONFIG_TARGET_INIT_PATH 8 years ago
led.sh scripts: fix wrong usage of '==' operator 10 years ago
sysupgrade base-files: add sysupgrade -k to save list of pkgs 6 years ago
urandom_seed base-files: fix several bashisms 6 years ago
wifi base-files: make wifi report unknown command 6 years ago