fixed makedep order and docker command

main
KoNicks 5 years ago
parent 9d205c8b9d
commit 1cff384b20
  1. 3
      Dockerfile
  2. 2
      README.md

@ -6,6 +6,5 @@ COPY pi.is /usr/share/koffe/pi.is
COPY install /usr/share/koffe/install COPY install /usr/share/koffe/install
RUN chmod +x /usr/bin/koffe RUN chmod +x /usr/bin/koffe
RUN pacman -Sy base archiso pacman-contrib libnewt wget git --noconfirm RUN pacman -Sy base archiso pacman-contrib libnewt wget git --noconfirm
RUN install -d /etc/koffe-docker/finalimage/ RUN install -d /finalimage
CMD ["cd", "/etc/koffe-docker/finalimage"]
ENTRYPOINT ["/usr/bin/koffe"] ENTRYPOINT ["/usr/bin/koffe"]

@ -8,7 +8,7 @@ If you're using another distrbution create a chroot system (using the bootstrap
`sudo docker build -t koffe .` `sudo docker build -t koffe .`
`sudo docker run -v ADRESS_ON_HOST:/etc/koffe-docker/finalimage --privileged --rm koffe /usr/bin/koffe --pacs=base,linux` `sudo docker run --workdir /finalimage -v ADRESS_ON_HOST:/finalimage --privileged --rm koffe /usr/bin/koffe --pacs=base,linux`
Note: replace ADRESS_ON_HOST with a absolute path on your host, something like `c:\\Foo\\bar\\` on windows or `/foo/bar` on lnx/macOS/bsd Note: replace ADRESS_ON_HOST with a absolute path on your host, something like `c:\\Foo\\bar\\` on windows or `/foo/bar` on lnx/macOS/bsd
## Converting a standard Arch USB to koffe without any other OS (internet required): ## Converting a standard Arch USB to koffe without any other OS (internet required):

Loading…
Cancel
Save