summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2020-05-03Fix building with bash invoked as shMikael Magnusson
Create /var/lock/ required by procd.sh when running on arch linux and other dists where sh is a symbolic link to bash. Fixes: #26
2020-05-03Use version specific cache dirsMikael Magnusson
Each version needs a separate package cache since package file names aren't unique between versions.
2020-02-14upgrade: Remove packages removed on old containerMikael Magnusson
Some packages may have been removed on the old container for example replaces by full versions. Remove them before installing packages since you can usually not have both full and normal versions installed at the same time.
2019-09-03Add container upgrade scriptMikael Magnusson
2019-09-02Add /etc/openwrt_manifestMikael Magnusson
2019-02-11Disable services (sysfixtime, sysntpd, led)Danny Sonnenschein
These services aren't necessary in a container, because there are no leds and time is kept in sync inside the hypervisor system.
2018-11-30Avoid using wrong procd packageMikael Magnusson
2018-11-29Add patches sync scriptMikael Magnusson
2018-03-21Update package listMikael Magnusson
2018-03-21Force install of patched procdMikael Magnusson
2018-03-21Add upgrade optionMikael Magnusson
2018-03-21Add arch and subarch as parametersMikael Magnusson
2018-03-08Move build_rootfs.sh to scripts subdirMikael Magnusson