Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan committed Dec 4, 2020
1 parent d5c3e04 commit bff6b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In 2019, I run a Perl application which was based on a replicated data
base implemented on a set of Raspberry PI nodes. This application was exposed
to rough conditions such as power cuts, missing Internet access, etc. Having
run successfully a proof of concept at the
[Anthropos Festival](http://anthroposfestival.org "Festival Website"),
[Anthropos Festival](//anthroposfestival.org "Festival Website"),
the software has been developed further into a layered architecture.

## <a name="dc"></a>Development Cycle
Expand Down Expand Up @@ -171,7 +171,7 @@ executing them. Apart from auditing privilege escalation via *sudo*, this
feature is intended to be used when building bespoke scripts for particular
QEMU related tasks.

The following tools do *not* use *sudo* privilege escalation
The following tools do *not* need *sudo* privilege escalation

* *pijacks* -- never (but will call *pibox* for terminating QEMU)
* *pimage* -- never if *guestmount* is available
Expand Down
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ clean:
rm -f *~ */*~

distclean:
rm -f README.html
find . -name \*~ -type f|while read f;do(set -x;rm "$$f");done

# End

0 comments on commit bff6b14

Please sign in to comment.