- 04 Feb, 2013 5 commits
-
-
Umut Tezduyar authored
As of 3cdebc21 support for distro specific boot up runlevels has been dropped.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Kay Sievers authored
-
Kay Sievers authored
-
- 31 Jan, 2013 4 commits
-
-
Michal Schmidt authored
Mukund Sivaraman pointed out that cryptsetup(5) mentions the "read-only" option, while the code understands "readonly". We could just fix the manpage, but for consistency in naming of multi-word options it would be prettier to have "read-only". So let's accept both spellings. BZ: https://bugzilla.redhat.com/show_bug.cgi?id=903463
-
Daniel Buch authored
-
Daniel Buch authored
test-strv.c: Leaves main clean for additional tests
-
Mauro Dreissig authored
-
- 30 Jan, 2013 20 commits
-
-
Kay Sievers authored
-
Kay Sievers authored
-
Kay Sievers authored
-
Kay Sievers authored
-
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 6 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
-