summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-08rc.sysinit: condense calls to mkdir and chmodDave Reisner
2010-09-08Fix two typos introduced by the latest patch seriesThomas Bächler
2010-09-07Remove a redundant subshell, see FS#20016Thomas Bächler
2010-09-07restrict NETWORK_PERSIST to runlevel 0 and 6Florian Pritz
2010-07-23Add a PKGBUILD for building initscripts-git for testing.Victor Lowther
2010-07-23Trivial bashification of network script.Victor Lowther
2010-07-23Bashify adjtime.cronVictor Lowther
2010-07-23Bashify netfsVictor Lowther
2010-07-23Rewrite /etc/crypttab processing.Victor Lowther
2010-07-11Bashify rc.sysinit, part 1Victor Lowther
2010-07-11Bashify rc.shutdownVictor Lowther
2010-07-11Both rc.single and rc.shutdown use the same code to kill everything.Victor Lowther
2010-07-11Bashify rc.single.Victor Lowther
2010-07-11Bashify rc.multiVictor Lowther
2010-07-11Finish bashifying functions.Victor Lowther
2010-07-11Simplify in_array.Victor Lowther
2010-07-11Clean up status() function.Victor Lowther
2010-07-11A little creative parameter expansion simplifies stat_die().Victor Lowther
2010-07-11Bashify initscripts.Victor Lowther
2010-07-06Use findmnt to make mtab2010.07-1Gerardo Exequiel Pozzi
2010-06-09network, rc.conf: Add NETWORK_PERSIST option2010.06-2Thomas Bächler
2010-06-09Initialize /etc/mtab by copying /proc/mountsThomas Bächler
2010-06-09Rewrite early RTC device creationThomas Bächler
2010-06-08Do not redirect the standard error of fsck to /dev/null by defaultThomas Bächler
2010-06-06Add nodevtmpfs at rc.shutdown when umountGerardo Exequiel Pozzi
2010-06-03Add --action=add to udevadm trigger2010.06-1Thomas Bächler
2010-06-03Only mount /proc, /sys and /dev if they haven't been mounted already, use dev...Thomas Bächler
2010-05-18Include _netdev option in NETFS list when calling fsckDan McGee
2010-05-04Remove bashism from inittab2010.05-3Dan McGee
2010-05-04Bring back \e(K to locale.shRoman Kyrylych
2010-05-03Apply 'encryption: Look for cryptsetup in various places' to rc.shutdown as well2010.05-2Thomas Bächler
2010-05-03encryption: Look for cryptsetup in various places2010.05-1Thomas Bächler
2010-03-20Remove obsolete consolemap activation escape sequencesKurt J. Bosch
2010-02-16Make consolefont code deferrable to avoid destroying splashKurt J. Bosch
2010-02-16Correct previous patch to get fsck fail into splashKurt J. Bosch
2010-02-15Add support for the fsck progress file descriptorKurt J. Bosch
2010-02-15Always shutdown daemons, regardless of runlevel in rc.single tooKurt J. Bosch
2010-01-26Move single_prekillall hook after the stat_busy message (as per request by Ku...Thomas Bächler
2010-01-24Extend copyright date to 2010Thomas Bächler
2010-01-24Move shutdown_prekillall hook after the stat_busy message (as per request by ...2010.01-1Thomas Bächler
2010-01-05Merge branch 'hwclock-background' of git://code.toofishes.net/dan/initscriptsThomas Bächler
2009-12-05Check that cryptsetup mapping exists before trying to remove itSolstice d'Hiver
2009-11-10rc.sysinit: remove unnecessary adjtime creationDan McGee
2009-11-10rc.sysinit: add and clarify clock commentsDan McGee
2009-11-10rc.sysinit: background hwclock callsDan McGee
2009-11-07Remove redundant call to vgscan - this also fixes a "wrong" symlink in combin...2009.11-1Thomas Bächler
2009-11-06Correct last commit: Unset the STARTUP=1 variable in udevadm control only aft...Thomas Bächler
2009-11-05Set STARTUP=1 environment variable on initial udev triggering, required by la...Thomas Bächler
2009-11-05Remove code to create md* devices manually, this is done by udev these daysThomas Bächler
2009-11-05Disable special handling of ACPI modulesThomas Bächler