summaryrefslogtreecommitdiff
path: root/packages/initscripts
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe28
2008-10-07initscripts: package contents changed with the volatiles commit, so bump PRKoen Kooi1
2008-10-07volatiles: create/verify /var/log/lastlog (silences dropbear's complaining)Mike Westerhof1
2008-09-23initscripts: remove /etc/init.d/devices for angstrom, it is only needed for ↵Koen Kooi1
devfs * incidentally, this fixes udev for devices needing to be 'special' by having their own devices file with a broken udev check (e.g. sharp zaurus)
2008-08-29SlugOS 5.0: /etc/init.d/mountall.sh - assemble mdraid arrays before mounting ↵Mike Westerhof2
them.
2008-08-22SlugOS 5.0 - remove dependency on makedevs, as this is provided by busybox now.Mike Westerhof1
2008-08-22slugOS 5.0 is born - initial commit.Mike Westerhof3
- enable many busybox options - replace several packages in rootfs with busybox, and adjust various config files and scripts to accomodate busybox options - change default alignment behavior to be more lenient Note: this is the first of many disruptive changes for SlugOS 5; this version is to be considered unstable at best!
2008-07-06initscripts: fix typo in previous commitKoen Kooi2
2008-07-06initscripts: do not poke at /proc/cpu/alignment on armv7, it slows ↵Koen Kooi2
libavcodec down with 50%
2008-03-26fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of deviceGraeme Gregory2
2008-02-14initscripts: show banner when console is on serial - close #3767araimondi2
2008-01-25divers: add debug package for 85 files with hardcoded PACKAGES definition. ↵Rolf Leggewie2
Partly fixes 2471.
2008-01-16Numerous openprotium fixes as we transition to udev based root Andrew Wilcox5
and task based build
2007-12-26initrdscripts: Do machine detection function refactor per RFC.Paul Sokolovsky2
* Need to fix this, need to use good common codebase, because debugging why some adhoc code doesn't work here or there is big waste of time.
2007-11-21initscripts: SlugOS - add bootclean.sh to clean out /tmp, /var/lock, /var/runMike Westerhof3
(required when turned-up to disk). Create SlugOS-specific volatiles config because SlugOS needs /etc/resolv.conf to be static and not volatile.
2007-11-19initscripts_1.0.bb : restore the resolv.conf handling we used to haveGraeme Gregory2
which is still built into packages like pppd
2007-09-24initscripts 1.0: checkroot.sh: Die, die, die fsck interactivity!Paul Sokolovsky2
* Works around #3065. * Fixes infamous issue with hang during boot on h2200, etc.
2007-09-24initscripts 1.0: checkroot.sh: Stop doing random positive login regarding fsck.Paul Sokolovsky2
* It's ok to do negative logic, for example limit scope of operation if we know we can't do it (ex.: we don't support fscking something else but ext2/ext3, so we have to ignore user's request to do fsck on other fstype). * But it's not ok to do fsck if user didn't request it, or moreover if he requested *not* to do it.
2007-09-02initscipts: Improve RTC handling so /etc/timestamp is used if its timestamp ↵Richard Purdie3
is 1 day or more greater than the existing time. Also set the timestamp on halt/reboot so devices without a hardware RTC (or with a broken RTC like the PXA) can benefit.
2007-08-29initscripts: lower alignment value for gumstix boards - close #2890Craig Hughes5
2007-08-21initscripts: Fix script name in save-rtc.sh (Closes OpenMoko bug #725)Stefan Schmidt1
2007-08-20initscripts: add a functions script that is supposed to be sourced from ↵Michael Lauer2
individual init scripts providing some useful functions. added cpuinfo_id() and killproc() for a start
2007-08-14initscripts/bootmisc.sh: fix upsidedown logic w/ hwclock.shMichael Lauer1
2007-08-14initscripts: first steps towards working together with RTCMichael Lauer3
TODO: might need more work for systems without a hardware clock
2007-06-23initscripts 1.0: mountall.sh: Don't swallow crucial errors.Paul Sokolovsky2
* Instead, log them to syslog.
2007-06-23initscripts 1.0: mountall.sh: Drop dependency on util-linux-mount.Paul Sokolovsky2
* Yes, there's such dependency, unspecified. Due to funky options it doesn't work with cute busybox mount. * Those funky options better be killed shamefully, but let's do the twist, and allow to specify additional mountall options via /etc/default/mountall, and let util-linix-mount spit its funkiness there. User can edit it to his likes, too.
2007-06-21initscripts: add seperate inittab for FIC GTA01 (ttySAC multiplexing...)Michael Lauer3
2007-06-18initscripts 1.0: ramdisk: Don't bother to screw up randomly found mtdram ↵Paul Sokolovsky2
partition. * In the sense, that at least try to make sure it's not completely mad. Though likely, scripts liek this should not be installed by default at all.
2007-06-05initscripts: mountall.sh: Create roots home directory on boot if it is ↵Matthias Hentges2
missing, closing bug 2109
2007-05-14basefiles, initscripts: make /var non-volatile, as discussed on the ↵Jamie Lenehan2
mailinglist
2007-05-02packages/initscripts/initscripts_1.0.bb:Add mountall.sh script for ↵Stelios Koroneos2
oplinux-uclibc
2007-04-26initscripts: dropped OpenZaurus specific checkversion scriptMarcin Juszkiewicz3
2007-04-01initscripts: fix checkroot and remove angstrom specific checkrootKoen Kooi4
2007-03-19Initial commit for a number of oplinux and oplinux-uclibc specific configs ↵Stelios Koroneos5
for base-files, netbase, sysvinit and initscripts
2007-03-10openturbostation: Remove leftover cruftOyvind Repvik7
2007-03-07openturbostation-initscripts: Fix erroneous patchOyvind Repvik1
2007-03-07turbostation: initscriptsOyvind Repvik7
2007-02-19initscripts/initscripts-1.0/jornada6xx/devices : Cleanups & AdditionsKristoffer Ericson1
* Addition of /dev/ttySC0 - 2 + /dev/irda0 (with correct maj/min) * Removal of ttySAx
2007-01-28initscripts: tweak mtab reading in checkroot.sh so that r/w ramdisk Phil Blundell2
works on epia
2007-01-19initscripts: add missing variable assignment in checkroot.shPhil Blundell2
2007-01-19initscripts: bump PR so people can get the fixed populate-volatile.sh via ↵Koen Kooi1
their favourite package manager
2007-01-16initscripts: Comments are for code functionality.ccsmart1
2007-01-16initscripts: Correct description. Speed enhancement in previous change as ↵ccsmart1
side effect of making linksource a non optional field.
2007-01-12initscripts: fix populate-volatile.sh file and directory creationPhilipp Zabel1
- now chmod gets called do set the correct permissions
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie3
2006-12-23initscripts-openprotium: improved checking for the root filesystem in Andrew Wilcox3
checkroot.sh
2006-12-07initscripts/initscripts-1.0: add openprotium on storcenter specific scripts ↵Andrew Wilcox9
and bb file.
2006-12-04initscripts/initscripts-1.0/jornada6xx/checkroot.sh :Kristoffer Ericson1
* We dont want fsck on boot since our clock resets on every reboot.