Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repository scheme updated to new layout | David Kaspar [Dee'Kej] | 2018-05-30 | 8 | -324/+0 |
| | | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this. | ||||
* | fedora-readonly: command substitution warning fixed (null-byte input) | David Kaspar [Dee'Kej] | 2018-05-29 | 1 | -1/+1 |
| | | | | | | | | | Due to some change in bash-4.4, it started to give out warnings about ignored null-byte characters in the command substitution: https://bugzilla.redhat.com/show_bug.cgi?id=1472137#c2 Resolves: RHBZ#1583338 | ||||
* | Avoid some unnecessary stat calls | Ville Skyttä | 2017-10-30 | 2 | -2/+2 |
| | |||||
* | systemd/system: symlinks for fedora-* services removed | David Kaspar [Dee'Kej] | 2017-10-19 | 4 | -6/+15 |
| | | | | | The symlinks are no longer needed. Enablement of default services is now managed by 'fedora-release' package. | ||||
* | re-add missing $HOSTNAME initialization | David Kaspar [Dee'Kej] | 2017-04-26 | 1 | -0/+4 |
| | |||||
* | fedora-import-state: do not try to create folder with empty name | David Kaspar [Dee'Kej] | 2016-08-30 | 1 | -1/+1 |
| | | | | Resolves: #1370259 | ||||
* | Skip modifying of existing folders in systemd/fedora-import-state script | David Kaspar [Dee'Kej] | 2016-08-09 | 1 | -3/+31 |
| | | | | Resolves: #1347436 | ||||
* | import-state: restore also sensitivity part of SELinux context | Lukas Vrabec | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | remove autorelabel stuff | Lukas Nykryn | 2016-04-25 | 3 | -75/+0 |
| | |||||
* | autorelabel: turn quota off before relabeling | Lukas Nykryn | 2016-03-14 | 1 | -0/+1 |
| | |||||
* | autorelabel: call dracut-initramfs-restore before forced reboot | Michal Sekletar | 2016-02-01 | 1 | -0/+1 |
| | |||||
* | fedora-loadmodules: we don't have readahead anymore | Lukas Nykryn | 2015-11-09 | 1 | -1/+0 |
| | |||||
* | fedora-readonly: use --make-slave with --bind mounts | Lukas Nykryn | 2015-07-01 | 1 | -3/+6 |
| | |||||
* | import-state: don't run restorecon when it does not exist | Lukas Nykryn | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | fedora-import-state.service: run a little bit later | Lukas Nykryn | 2015-01-13 | 1 | -2/+2 |
| | |||||
* | fedora-readonly: Updates for systemd random-seed handling | Colin Guthrie | 2015-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since: commit ef5bfcf668e6029faa78534dfeb2591df854cdef Author: Lennart Poettering <lennart@poettering.net> Date: Tue Sep 17 17:28:35 2013 -0500 backlight,random-seed: move state files into /var/lib/systemd Let's not scatter (private) files in /var around, let's place them all in /var/lib/systemd and below. the location for the random-seed file has changed. Since: commit c35b956d34bbb8bb208e49e45de2c103ca11911c Author: Lennart Poettering <lennart@poettering.net> Date: Wed May 15 22:38:51 2013 +0200 units: rework systemd-random-seed-{load,save}.service to be a single service That way ordering it with MountsRequiredFor= works properly, as this no longer results in mount units start requests to be added to the shutdown transaction that conflict with stop requests for the same unit. the service has just been called systemd-random-seed.service | ||||
* | fedora-import-state: do not clobber / | Zbigniew Jędrzejewski-Szmek | 2014-10-06 | 1 | -5/+2 |
| | | | | | | Also, do not fail on filenames containing spaces. https://bugzilla.redhat.com/show_bug.cgi?id=1149419 | ||||
* | fedora-readonly: fix prefix detection (#1059749) | Václav Pavlín | 2014-04-16 | 1 | -2/+3 |
| | |||||
* | remove fedora-configure | Lukas Nykryn | 2014-04-07 | 2 | -35/+0 |
| | |||||
* | fedora-domainname: DefaultDependencies=no | Lukas Nykryn | 2014-03-03 | 1 | -0/+2 |
| | |||||
* | readonly-root: restore selinux context after bind mount (#1029342) | Václav Pavlín | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | readonly-root: bind-mount only necessary subset of entries in rwtab | Václav Pavlín | 2013-09-12 | 1 | -13/+32 |
| | |||||
* | add possibility to set domainname through /etc/sysconfig/network | Lukas Nykryn | 2013-07-11 | 2 | -0/+20 |
| | |||||
* | readonly-root: rpcidmapd restart is not needed anymore | Václav Pavlín | 2013-06-26 | 1 | -1/+1 |
| | |||||
* | readonly-root: remount rpc_pipefs if readonly-root is used | Václav Pavlín | 2013-05-28 | 1 | -0/+4 |
| | |||||
* | add systemd-random-seed.service to Before= in fedora-readonly.service | Václav Pavlín | 2013-03-14 | 1 | -1/+1 |
| | | | | (#888615) | ||||
* | remount-rootfs.service got renamed to systemd-remount-fs.service | Harald Hoyer | 2013-03-12 | 2 | -2/+2 |
| | |||||
* | Allow passing -F from /.autorelabel to fixfiles when relabeling system | Václav Pavlín | 2013-01-28 | 1 | -1/+2 |
| | | | | (#904279) | ||||
* | Migrate even further away from /etc/sysconfig/network for hostname, and ↵ | Bill Nottingham | 2012-12-10 | 1 | -4/+2 |
| | | | | /etc/sysconfig/i18n. | ||||
* | Drop fedora-storage-init; conflict with older lvm & dmraid so we get the ↵ | Bill Nottingham | 2012-10-31 | 4 | -91/+0 |
| | | | | required versions that allow us to do so. (<prajnoha@redhat.com>) | ||||
* | Don't pass -F to fixfiles (#863662, <dwalsh@redhat.com>) | Bill Nottingham | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Drop reference to systemd-udev.service. | Bill Nottingham | 2012-07-09 | 1 | -1/+1 |
| | | | | | 1) udev-settle.service brings it in anyway 2) it changed names again | ||||
* | Fix unit names.initscripts-9.38-1 | Bill Nottingham | 2012-06-29 | 1 | -2/+2 |
| | |||||
* | Only run fedora-storage-init if we have the tools that it invokes. | Bill Nottingham | 2012-06-19 | 2 | -0/+6 |
| | |||||
* | Check that root is r/w before starting fedora-import-state. | Bill Nottingham | 2012-06-19 | 1 | -0/+1 |
| | |||||
* | Move fedora-readonly to Before=local-fs.target | Bill Nottingham | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | Make sure fedora-readonly runs before random seed loading/saving. (#808907) | Bill Nottingham | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | add fedora-import-state.service | Will Woods | 2012-03-08 | 2 | -0/+27 |
| | | | | | | | | This service imports the contents of /run/initramfs/state into the root filesystem, where the root filesystem is writeable. This allows dracut to hand the ifcfg file and dhclient lease over to NetworkManager on network-booted Live images. | ||||
* | Use /run/initramfs instead of /dev/.initramfs | Will Woods | 2012-03-08 | 1 | -2/+2 |
| | | | | | | | | | | | Current dracut saves state to /run/initramfs, since /run is standard now. This patch makes rc.sysinit and fedora-readonly check for files in /run/initramfs/rwtab and /run/initramfs/state (which is where dracut writes them). It also makes ifup-eth look for lease files in /run/initramfs. | ||||
* | Drop StandardInput=tty (#785662) | Bill Nottingham | 2012-01-30 | 1 | -1/+0 |
| | |||||
* | Handle dmraid sets with spaces (#728795, <lnykryn@redhat.com>) | Bill Nottingham | 2012-01-06 | 1 | -0/+3 |
| | |||||
* | Don't exit with an error if SEinux isn't active. (#768628) | Bill Nottingham | 2011-12-19 | 1 | -3/+9 |
| | |||||
* | Don't bother with stdin/stdout/stderr for rmmod/modprobe of scsi_wait_scan. ↵ | Bill Nottingham | 2011-11-11 | 1 | -0/+3 |
| | | | | (#735867) | ||||
* | selinuxfs moved, adjust code. (#733759) | Bill Nottingham | 2011-08-30 | 2 | -4/+4 |
| | |||||
* | Call multipath and kpartx with -u. (#733437) | Bill Nottingham | 2011-08-25 | 1 | -3/+3 |
| | |||||
* | plymouth lives in /bin. (#702814) | Bill Nottingham | 2011-08-15 | 2 | -3/+3 |
| | |||||
* | Drop fedora-autoswap; it's somewhat dangerous, and better done via a ↵ | Bill Nottingham | 2011-08-09 | 2 | -30/+0 |
| | | | | udev/systemd combination anyway. | ||||
* | Remove fedora-sysinit-hack/fedora-sysinit-unhack; they're not needed with ↵ | Bill Nottingham | 2011-07-25 | 2 | -21/+0 |
| | | | | /var/lock on tmpfs. | ||||
* | Make sure to enable fedora-storage-init-late.service, and have it after the ↵ | Bill Nottingham | 2011-04-27 | 1 | -1/+1 |
| | | | | non-late version. (#699918) | ||||
* | Support overriding hostname via /etc/hostname. | Bill Nottingham | 2011-04-18 | 1 | -0/+1 |
| |