From cedd4fa1b775d2f01e5c0308b2d47e19d94213d1 Mon Sep 17 00:00:00 2001 From: KoNicks <61112636+KoNickss@users.noreply.github.com> Date: Mon, 17 May 2021 18:29:27 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2bf81bb..4c51552 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ # koffe - -# If you're using another distrbution create a chroot system (using the bootstrap image on the arch page), configure the repos, then simply install koffe from the aur either manually or with an aur helper. If you're on windows see if you can find arch in WSL or switch to a better OS. -# New: you can now also use koffe through docker for easy peasy use on Windows and macOS, just run the following Commands: +# Making a koffe disk +If you're using another distrbution create a chroot system (using the bootstrap image on the arch page), configure the repos, then simply install koffe from the aur either manually or with an aur helper. If you're on windows see if you can find arch in WSL or switch to a better OS. +## New: you can now also use koffe through docker for easy peasy use on Windows and macOS, just run the following Commands: `git clone https://github.com/konickss/koffe` + `cd koffe` + `sudo docker build -t koffe .` + `sudo docker run -v ADRESS_ON_HOST:/etc/koffe-docker/finalimage --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 -# 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): In the grub boot menu, press tab on the menu entry you want to boot and add `copytoram` at the end of the kernel parameters, boot from that. Next, clone the koffe repo from the aur and install it (`git clone https://aur.archlinux.org/koffe ; chown -hR nobody koffe ; cd koffe ; sudo -u nobody makepkg -si`). Generate your iso using koffe (documentation @ koffe --help), then lsblk and identify your arch USB, wipe the file system `wipefs --all /dev/sdX` (make sure you're wiping the entire drive, not just a partition) then burn the koffe iso (`cat /root/*.iso > /dev/sdX`) once again, make sure you're doing it to the whole drive, not just a partition. # Introduction