Changes between Version 1 and Version 2 of Ticket #14842, comment 25


Ignore:
Timestamp:
Mar 29, 2019, 1:25:16 PM (5 years ago)
Author:
adamfowleruk

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14842, comment 25

    v1 v2  
     1Here'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
    13{{{
    2 Sudo apt install docker.io
    3 Sudo service docker start
    4 Cd Documents/git/haiku
    5 Git pull
    6 Cd 3rdparty/docker/bootstrap
    7 Sudo make
    8 Sudo make init
    9 Sudo TARGET_ARCH=arm make crosstools
    10 Sudo TARGET_ARCH=arm make bootstrap
     4sudo apt install docker.io
     5sudo service docker start
     6cd Documents/git/haiku
     7git pull
     8cd 3rdparty/docker/bootstrap
     9sudo make
     10sudo make init
     11sudo TARGET_ARCH=arm make crosstools
     12sudo TARGET_ARCH=arm make bootstrap
    1113*ERROR*
    1214}}}