summaryrefslogtreecommitdiff
path: root/man/bootup.xml
Commit message (Collapse)AuthorAge
* man: more grammar improvementsJan Engelhardt2013-07-03
| | | | | | - place commas - expand contractions (this is written prose :) - add some missing words
* units: introduce new timers.target and paths.target to hook timer/path units ↵Lennart Poettering2013-03-25
| | | | into for boot
* man: bootup - intrd-fs.target --> initrd.targetKay Sievers2013-03-16
|
* man: bootup - "Systemd in the Initrd" -> "Initrd System Manager Bootup"Kay Sievers2013-03-15
|
* Make initrd.target the default target in the initrdHarald Hoyer2013-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, rename root-fs.target to initrd-root-fs.target to clarify its usage. Mount units with "x-initrd-rootfs.mount" are now ordered before initrd-root-fs.target. As we sometimes construct /sysroot mounts in /etc/fstab in the initrd, we want these to be mounted before the initrd-root-fs.target is active. initrd.target can be the default target in the initrd. (normal startup) : : v basic.target | ______________________/| / | | sysroot.mount | | | v | initrd-root-fs.target | | | v | initrd-parse-etc.service (custom initrd services) | | v | (sysroot-usr.mount and | various mounts marked | with fstab option | x-initrd.mount) | | | v | initrd-fs.target | | \______________________ | \| v initrd.target | v initrd-cleanup.service isolates to initrd-switch-root.target | v ______________________/| / | | initrd-udevadm-cleanup-db.service | | (custom initrd services) | | | \______________________ | \| v initrd-switch-root.target | v initrd-switch-root.service | v switch-root
* man: see also dracut(7) in bootup(7)Zbigniew Jędrzejewski-Szmek2013-02-06
|
* man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen2012-09-13
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=54501
* man: reword man page titlesLennart Poettering2012-07-16
| | | | | Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty.
* Spelling fixes.Ville Skyttä2012-07-16
|
* units: add explicit dependency on display-manager.service to graphical.targetLennart Poettering2012-06-27
| | | | | | This replaces the symlink based dependency by an explicit one in the unit file so that we avoid the dangling symlink when no display manager is installed.
* man/bootup.xml: Fix grammar by adding missing verb »is«Paul Menzel2012-06-26
|
* units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxxLennart Poettering2012-06-25
| | | | | These service units also execute our own code, hence rename the accordingly and prefix them with systemd-
* man: introduce bootup(7)Lennart Poettering2012-06-22