From d2c338e61002bc15dd21950e4f1f36da4991c0a1 Mon Sep 17 00:00:00 2001 From: computermouth Date: Wed, 19 Apr 2023 18:40:38 -0600 Subject: [PATCH] readme fix and gitignore fix --- .gitignore | 26 +++++++++++++------------- README.md | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index e928a83..32bf896 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,14 @@ -*/cache -*/.build/ -*/binary.modified_timestamps -*/binary/ -*/chroot.files -*/chroot.packages.install -*/chroot.packages.live -*/chroot/ -*/live-image-amd64.contents -*/live-image-amd64.files -*/live-image-amd64.hybrid.iso -*/live-image-amd64.hybrid.iso.zsync -*/live-image-amd64.packages +/*/cache +/*/.build/ +/*/binary.modified_timestamps +/*/binary/ +/*/chroot.files +/*/chroot.packages.install +/*/chroot.packages.live +/*/chroot/ +/*/live-image-amd64.contents +/*/live-image-amd64.files +/*/live-image-amd64.hybrid.iso +/*/live-image-amd64.hybrid.iso.zsync +/*/live-image-amd64.packages diff --git a/README.md b/README.md index 650b30d..7238e96 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ docker run --privileged --cap-add=ALL -v /proc:/proc -v /sys:/sys -v $PWD/amd6 If you don't want to run docker, you can run the same commands that get passed to the shell (as root, or with sudo): ``` -# apt-get update && apt-get install -y live-build && mkdir .build && touch .build/config && lb build +# apt-get update && apt-get install -y live-build && cd amd64 && mkdir .build && touch .build/config && lb build ``` ### Packages