Skip to content

Commit ee18066

Browse files
committed
Merge #200: README: dealing with missing AUR packages and a typo
7b1ac8a README: dealing with missing AUR packages and typo (Jonathan Cross)
2 parents 963322d + 7b1ac8a commit ee18066

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ This performs a build inside a VM, with deterministic inputs and outputs. If th
1818
From AUR:
1919

2020
* [apt-cacher-ng](https://aur.archlinux.org/packages/apt-cacher-ng/) (you may have to play with permissions (chown to apt-cacher-ng) on files to get apt-cacher-ng to start)
21-
* [debian-archive-keyring](https://aur.archlinux.org/packages/debian-archive-keyring/) (for making Debian guests)
22-
* [debootstrap](https://aur.archlinux.org/packages/debootstrap/)
21+
* [debootstrap](https://aur.archlinux.org/packages/debootstrap-git/)
2322
* [dpkg](https://aur.archlinux.org/packages/dpkg/)
2423
* [gnupg1](https://aur.archlinux.org/packages/gnupg1/)
2524
* [multipath-tools](https://aur.archlinux.org/packages/multipath-tools/) (for kpartx)
26-
* [ubuntu-keyring](https://aur.archlinux.org/packages/ubuntu-keyring/) (for making Ubuntu guests)
25+
26+
Non-AUR packages:
27+
28+
* [debian-archive-keyring](https://packages.debian.org/jessie/debian-archive-keyring) (for making Debian guests)
29+
* [ubuntu-keyring](https://packages.ubuntu.com/search?keywords=ubuntu-keyring) (for making Ubuntu guests)
2730

2831
From newroco on GitHub:
2932

@@ -216,7 +219,7 @@ Right now `lxc-start` is the default, but you can force `lxc-execute` (useful fo
216219

217220
export LXC_EXECUTE=lxc-execute
218221

219-
Recent distributions allow lxc-execute / lxc-start to be run by non-priviledged users, so you might be able to rip-out the `sudo` calls in `libexec/*`.
222+
Recent distributions allow lxc-execute / lxc-start to be run by non-privileged users, so you might be able to rip-out the `sudo` calls in `libexec/*`.
220223

221224
If you have a runaway `lxc-start` command, just use `kill -9` on it.
222225

0 commit comments

Comments
 (0)