summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-18Respawn udev properly when running 'init s'. Fixes #97392008.09-1Thomas Bächler
2008-09-14Remove references to start_udev from rc.sysinitThomas Bächler
2008-09-14Revert "Create udev required device nodes if missing"Thomas Bächler
2008-08-30Create udev required device nodes if missingAaron Griffin
2008-08-05Set kbd_mode on all virtual consoles2008.08-1Aaron Griffin
2008-07-22ipv6 over ipv4 tunneling support in /etc/rc.d/networkDaniel Kaminski
2008-07-18Remount filesystems RO if umounting failsAaron Griffin
2008-07-17Add some useful error messages to wireless codeJames Rayner
2008-06-30Decouple ISO release name from initscriptsAaron Griffin
2008-06-20Minor simplication for /etc/rc.d/functions.d/Natanael Copa
2008-05-27Allow users to ovverride daemon start and stop in rc.multi and rc.shutdownAnton Fiuman
2008-05-22Remove source_functions in favor of always sourcing the dirAaron Griffin
2008-05-14Fix commit 521d7678cecb3018923f7c869bc8a5f74dc29268, this makes more sense2008.05-1Thomas Bächler
2008-04-13Always quote $TIMEZONE to fix FS#10178Thomas Bächler
2008-04-12fixing udev hotplugging Some devices like scanners do not work with recent ud...Pierre Schmitz
2008-04-08Just some whitespace fixesThomas Bächler
2008-04-07Remove setterm screen blanking from rc.sysinitThomas Bächler
2008-04-06Remove extra newline from udev status outputThomas Bächler
2008-04-06Remove the "interface is already up" check from ifupThomas Bächler
2008-04-06Fix USEDIRECTISA in rc.shutdown as wellThomas Bächler
2008-04-06Remove old initrd hacksThomas Bächler
2008-04-06Make USEDIRECTISA default to no, which is a sane default according to hwlock'...Thomas Bächler
2008-04-06Move /sys mounting to the beginning, together with /proc and /dev and clean u...Thomas Bächler
2008-04-06Remove any special handling of usbfs from rc.sysinitThomas Bächler
2008-03-19Use actual device number for creating /dev/misc/rtc02008.03-4Roman Kyrylych
2008-03-18Do not try to create /dev/pts and /dev/shm twice2008.03-3Roman Kyrylych
2008-03-18Fix a directory typo2008.03-2Aaron Griffin
2008-03-17Variable expansion quoting2008.03-1Aaron Griffin
2008-03-11Remove the 'makedevs' scriptRoman Kyrylych
2008-03-10Fix a typo in /dev/rtc creation stepsRoman Kyrylych
2008-03-09More full-path fixesRoman Kyrylych
2008-03-08Add basic support for dependencies in rc.d scriptsRoman Kyrylych
2008-03-08Use full path to binaries everywhereRoman Kyrylych
2008-03-08Create /dev/rtc before running hwclock (FS#9636)Roman Kyrylych
2008-03-08Fix indentation in rc.d/functionsRoman Kyrylych
2008-03-07Additional /dev/ setup that udev doesn't doAaron Griffin
2008-03-07Add my name to the copyright outputAaron Griffin
2008-03-06Revert back to not loading defkeymapRoman Kyrylych
2008-03-02Always load defkeymapRoman Kyrylych
2008-03-01Set up vc/0 as wellRoman Kyrylych
2008-03-01Do not mount /proc/bus/usb if commented in fstabRoman Kyrylych
2008-02-29Make non-UTF-8 consoles work correctly in .24+ kernelsRoman Kyrylych
2008-02-21Remove trailing whitespaces and do some little reformattingRoman Kyrylych
2008-02-21Add some udev stats output2008.02-1Aaron Griffin
2008-02-14rc.shutdown: Fix hwclock double callsDan McGee
2008-02-14Merge branch 'posix' into workingDan McGee
2008-02-14functions:source_functions(): don't fail on empty dirDan McGee
2008-02-14Remove echo -e usage from rc.sysinitDan McGee
2008-02-14Remove some bashisms from network, even though we cannot convert itDan McGee
2008-02-14Make install.sh sh compatibleDan McGee