[我是搬运工]入口: https://github.com/jakubholynet/ ... up/mycloud-build-vm
自动化脚本: https://github.com/jakubholynet/ ... build-vm/install.sh
搬运:
Build duplicity for WD MyCloud v4v4 of MyCloud Linux switched to page size 64k, which made packages from public repositories unusable and it is necessary to rebuild them from sources. This project contains a script and VM to build those packages. PrerequisitiesVagrant and VirtualBox. Usage- Increase the memory of the VM (currently 250MB) if you have enough, using VirtualBox
- Run vagrant up
- Run vagrant ssh to enter the VM
- Setup the build environment: run sudo /vagrant/install.sh in the VM; check for errors
- Build the packages: run sudo nohup /vagrant/build-duplicity.sh & (it will take lot of time and we don't want to lose the build process when ssh disconnects; watch via sudo tail -f nohup.out)
- Copy the built wheezy and jessie packages to MyCloud; important: exclude -dev packages
Note: Building takes a long time. Alternative approaches
|