- 30 Jan, 2013 16 commits
-
-
Tom Gundersen authored
-
Zbigniew Jędrzejewski-Szmek authored
Fixup for 350b6a65.
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
Sometimes it is useful to look at them, and they don't take up any significant amount of space. Keeping them also avoids the message about files being removed at the end of make run.
-
Zbigniew Jędrzejewski-Szmek authored
- fix typo - use compiled systemd-nspawn - drop --capability=... from systemd-nspawn invocation, is is the default now - simplify sudo make invocations
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
This allows one templated unit to refer to another templated unit at installation time. Examples: > grep WantedBy ~/.config/systemd/user/mpop@.timer WantedBy=services@%i.target > srv disable mpop@iit.timer rm '/home/alxchk/.config/systemd/user/services@iit.target.wants/mpop@iit.timer' > srv enable mpop@iit.timer ln -s '/home/alxchk/.config/systemd/user/mpop@.timer' '/home/alxchk/.config/systemd/user/services@iit.target.wants/mpop@iit.timer' Based-on-patch-by:
Oleksii Shevchuk <alxchk@gmail.com>
-
Zbigniew Jędrzejewski-Szmek authored
When the username was not explicitly specified, both %U and %u would print the username. Make %U always print UID.
-
Zbigniew Jędrzejewski-Szmek authored
No functional change. This makes it possible to use them in install.c.
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
- 29 Jan, 2013 5 commits
-
-
Tollef Fog Heen authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
Makes it easier to watch just for new entries. Once scenario is where the user starts 'journalctl -qfn0' to watch for changes during some operation.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 28 Jan, 2013 9 commits
-
-
Lennart Poettering authored
-
Martin Pitt authored
Previous commit had them the wrong way around. https://bugzilla.redhat.com/show_bug.cgi?id=757928
-
Martin Pitt authored
Add touchpad and www keys. https://bugzilla.redhat.com/show_bug.cgi?id=757928
-
-
William Giokas authored
Archlinux has a similar tool to debbotstrap in the arch-install-scripts package that will install to a specified directory. This is generally used for installation, so the -d flag must be passed to tell it to install to a non-mountpoint directory.
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Kay Sievers authored
-
Kay Sievers authored
-
- 27 Jan, 2013 2 commits
-
-
Kay Sievers authored
-
Kay Sievers authored
-
- 26 Jan, 2013 6 commits
-
-
Zbigniew Jędrzejewski-Szmek authored
udev(7) fields are now display in whole, which looks much better.
-
Zbigniew Jędrzejewski-Szmek authored
New sections are added: PAM options, crypttab options, commandline options, miscellaneous. The last category will be used for all untagged <varname> elements. Commandline options sections is meant to be a developer tool: when adding an option it is sometimes useful to be able to check if similarly named options exist elsewhere.
-
Zbigniew Jędrzejewski-Szmek authored
Use proper (or at least more proper) docbook tags for various fields. This should help with automatic parsing of the documentation.
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Lennart Poettering authored
-
- 25 Jan, 2013 2 commits
-
-
Michal Schmidt authored
stdout can be redirected to a regular file. Regular files don't support epoll. nspawn failed with: "Failed to register fds in epoll: Operation not permitted". If stdout does not support epoll, assume it's always writable.
-
Michal Schmidt authored
This fixes a bug where a job with --ignore-dependencies would wait for other jobs because it merged into a previously queued job.
-