Changes between Version 1 and Version 2 of Ticket #14842, comment 25
- Timestamp:
- Mar 29, 2019, 1:25:16 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14842, comment 25
v1 v2 1 Here's what I did. On the assumption something is now out of sync, I'm going to blow away my docker image and volume and recreate. 2 1 3 {{{ 2 Sudo apt install docker.io3 Sudo service docker start4 Cd Documents/git/haiku5 Git pull6 Cd 3rdparty/docker/bootstrap7 Sudo make8 Sudo make init9 Sudo TARGET_ARCH=arm make crosstools10 Sudo TARGET_ARCH=arm make bootstrap4 sudo apt install docker.io 5 sudo service docker start 6 cd Documents/git/haiku 7 git pull 8 cd 3rdparty/docker/bootstrap 9 sudo make 10 sudo make init 11 sudo TARGET_ARCH=arm make crosstools 12 sudo TARGET_ARCH=arm make bootstrap 11 13 *ERROR* 12 14 }}}