summaryrefslogtreecommitdiffstats
path: root/meta/packages/initscripts
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-2732-1850/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* populate-volatile.sh: add "clearcache" cmdline optionKevin Tian2010-07-022-2/+15
| | | | | | | | | | | | | | | Sometimes /etc/volatiles.cache is corrupted when Qemu gets crashed. Current logic is to always execute cache file as long as it exists. When it's currupted, this causes core volatile files/directories not created and then prevent many important services from starting. Automatic check on cache goodness is one option. However it's not easy since the currupted file could be various states. In one form, it's full of zeros. In another form, some commands are truncated. Here allow a cmdline option to force removing volatiles.cache file, since it's easy for user to check whether the cache file is mal-formed. Usually you'll observe typical directories like "/var/log/" or "/var/run" not found error. Signed-off-by Kevin Tian <kevin.tian@intel.com>
* initscripts: fix LICENSE from 'GPL' to 'GPLv2'Kevin Tian2010-06-171-1/+1
| | | | | | | the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
* initscripts: Tweak checkroot to work with recent versions of busyboxRichard Purdie2010-06-022-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* initscripts: Check link exists in volatiles scriptRichard Purdie2009-05-252-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* initscripts: Since ld.so.cache is in /var/run, make sure the version in ↵Richard Purdie2009-05-192-1/+6
| | | | | | /etc/ is used as a fallback Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* initscripts: Remove pointless forks from timestamp codeRichard Purdie2008-08-193-7/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5079 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: merge OE change of cpuinfo_id to machine_id, fixing gsmd's startupRoss Burton2008-08-042-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5016 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: added initscript dependenciesMarcin Juszkiewicz2008-08-014-4/+20
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5003 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: functions file is not initscriptMarcin Juszkiewicz2008-08-011-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5000 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: Make rm nologin a .sh scriptRichard Purdie2008-08-012-8/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4995 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: don't check for devfs, it's goneRoss Burton2008-07-042-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4825 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: add dependency headersRoss Burton2008-07-0320-74/+143
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4801 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: do not check for kernels <2.4 on mounting swapMarcin Juszkiewicz2008-07-032-14/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4798 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: don't exit in sysfs.sh as this is sourcesRoss Burton2008-06-251-2/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4728 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: remove obsolete testsRoss Burton2008-06-251-31/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4727 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: don't create subshells for simple testsRoss Burton2008-06-251-10/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4726 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: use pidof command in killproc() functionMarcin Juszkiewicz2008-06-132-5/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4643 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: rename simple shell scripts to *.sh so they are sourced instead ↵Marcin Juszkiewicz2008-06-133-9/+9
| | | | | | of forking git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4642 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: dropped suport for mtdram style ramdiskMarcin Juszkiewicz2008-06-132-53/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4641 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: do not install 'devices' initscript - we do not support devfsdMarcin Juszkiewicz2008-06-1315-831/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4640 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename fic-gta01 to om-gta01 as per upstreamRichard Purdie2008-05-221-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4533 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base-files/initscripts: Switch to using /var/volatile for volatiles in ↵Richard Purdie2008-05-202-15/+15
| | | | | | common with OE.dev git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4510 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: Sync populate-voltiles.sh performance improvements from OE.devRichard Purdie2008-05-203-44/+77
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4508 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: Remove mtab madness from checkroot.sh since it doesn't work ↵Richard Purdie2008-05-092-9/+2
| | | | | | with busybox mount and a symlink to proc is much easier git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4458 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: show banner when console is on serial - close #3767 (from OE)Marcin Juszkiewicz2008-04-082-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4202 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: No need to run ldconfig every time we boot now...Richard Purdie2007-11-232-6/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3220 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: add inittab for fic-gta01 to not start getty on serial (from OE)Marcin Juszkiewicz2007-11-072-1/+49
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3100 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: Sync with OE, primarily for better /etc/timestamp handlingRichard Purdie2007-09-0213-126/+539
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2650 311d38ba-8fff-0310-9ca6-ca027cbcb966
* initscripts: Add save-rtc script and ALSA manual devices table from OE.devRichard Purdie2006-11-213-3/+41
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@921 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Clean up and correct MAINTAINERSRichard Purdie2006-09-211-1/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename /openembedded/ -> /meta/Richard Purdie2006-07-2143-0/+2136
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966