Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-03 | Fix building with bash invoked as sh | Mikael 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-03 | Use version specific cache dirs | Mikael Magnusson | |
Each version needs a separate package cache since package file names aren't unique between versions. | |||
2020-02-14 | upgrade: Remove packages removed on old container | Mikael 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-03 | Add container upgrade script | Mikael Magnusson | |
2019-09-02 | Add /etc/openwrt_manifest | Mikael Magnusson | |
2019-02-11 | Disable 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-30 | Avoid using wrong procd package | Mikael Magnusson | |
2018-11-29 | Add patches sync script | Mikael Magnusson | |
2018-03-21 | Update package list | Mikael Magnusson | |
2018-03-21 | Force install of patched procd | Mikael Magnusson | |
2018-03-21 | Add upgrade option | Mikael Magnusson | |
2018-03-21 | Add arch and subarch as parameters | Mikael Magnusson | |
2018-03-08 | Move build_rootfs.sh to scripts subdir | Mikael Magnusson | |