Skip to content

Commit

Permalink
readme fix and gitignore fix
Browse files Browse the repository at this point in the history
  • Loading branch information
computermouth committed Apr 20, 2023
1 parent c39d6d7 commit d2c338e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2c338e

Please sign in to comment.