Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-02-02 | initscripts: make commit b49e09758de7f29c049c12213347cb32fb64d7a4 apply to ↵ | Koen Kooi | 17 | |
initscripts as well | ||||
2009-01-25 | SlugOS: rename checkroot.sh to checkroot to avoid rcS "sourcing" | Mike Westerhof | 6 | |
SlugOS checkroot script redirects I/O which does not play well with the new "optimized" rcS behavior, which is to source any init scripts ending in "sh". | ||||
2009-01-12 | fastboot: initscripts-openmoko: Replacement for initscripts. | Chia-I Wu | 13 | |
Move the common files into 'files' dir and keep Openmoko specific files under initscripts-openmoko. 'finish' was renamed to 'finish.sh', so various recipes have to be modified as well. | ||||
2008-12-24 | initscripts: remove om-gta01/inittab. It's not used. | John Lee | 1 | |
2008-12-14 | SlugOS: initscripts - make reboot kexec-aware | Mike Westerhof | 1 | |
2008-10-31 | initscripts: only run ldconfig on boot when ld.so.conf is present | Koen Kooi | 1 | |
2008-10-29 | initscripts: do /proc remount instead of mounting it | Otavio Salvador | 1 | |
2008-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 27 | |
2008-10-07 | volatiles: create/verify /var/log/lastlog (silences dropbear's complaining) | Mike Westerhof | 1 | |
2008-08-29 | SlugOS 5.0: /etc/init.d/mountall.sh - assemble mdraid arrays before mounting ↵ | Mike Westerhof | 1 | |
them. | ||||
2008-08-22 | slugOS 5.0 is born - initial commit. | Mike Westerhof | 2 | |
- 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-06 | initscripts: fix typo in previous commit | Koen Kooi | 1 | |
2008-07-06 | initscripts: do not poke at /proc/cpu/alignment on armv7, it slows ↵ | Koen Kooi | 1 | |
libavcodec down with 50% | ||||
2008-03-26 | fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of device | Graeme Gregory | 2 | |
2008-02-14 | initscripts: show banner when console is on serial - close #3767 | araimondi | 1 | |
2008-01-16 | Numerous openprotium fixes as we transition to udev based root | Andrew Wilcox | 4 | |
and task based build | ||||
2007-12-26 | initrdscripts: Do machine detection function refactor per RFC. | Paul Sokolovsky | 1 | |
* 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-21 | initscripts: SlugOS - add bootclean.sh to clean out /tmp, /var/lock, /var/run | Mike Westerhof | 2 | |
(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-19 | initscripts_1.0.bb : restore the resolv.conf handling we used to have | Graeme Gregory | 1 | |
which is still built into packages like pppd | ||||
2007-09-24 | initscripts 1.0: checkroot.sh: Die, die, die fsck interactivity! | Paul Sokolovsky | 1 | |
* Works around #3065. * Fixes infamous issue with hang during boot on h2200, etc. | ||||
2007-09-24 | initscripts 1.0: checkroot.sh: Stop doing random positive login regarding fsck. | Paul Sokolovsky | 1 | |
* 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-02 | initscipts: Improve RTC handling so /etc/timestamp is used if its timestamp ↵ | Richard Purdie | 2 | |
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-29 | initscripts: lower alignment value for gumstix boards - close #2890 | Craig Hughes | 4 | |
2007-08-21 | initscripts: Fix script name in save-rtc.sh (Closes OpenMoko bug #725) | Stefan Schmidt | 1 | |
2007-08-20 | initscripts: add a functions script that is supposed to be sourced from ↵ | Michael Lauer | 1 | |
individual init scripts providing some useful functions. added cpuinfo_id() and killproc() for a start | ||||
2007-08-14 | initscripts/bootmisc.sh: fix upsidedown logic w/ hwclock.sh | Michael Lauer | 1 | |
2007-08-14 | initscripts: first steps towards working together with RTC | Michael Lauer | 2 | |
TODO: might need more work for systems without a hardware clock | ||||
2007-06-23 | initscripts 1.0: mountall.sh: Don't swallow crucial errors. | Paul Sokolovsky | 1 | |
* Instead, log them to syslog. | ||||
2007-06-23 | initscripts 1.0: mountall.sh: Drop dependency on util-linux-mount. | Paul Sokolovsky | 1 | |
* 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-21 | initscripts: add seperate inittab for FIC GTA01 (ttySAC multiplexing...) | Michael Lauer | 2 | |
2007-06-18 | initscripts 1.0: ramdisk: Don't bother to screw up randomly found mtdram ↵ | Paul Sokolovsky | 1 | |
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-05 | initscripts: mountall.sh: Create roots home directory on boot if it is ↵ | Matthias Hentges | 1 | |
missing, closing bug 2109 | ||||
2007-05-14 | basefiles, initscripts: make /var non-volatile, as discussed on the ↵ | Jamie Lenehan | 1 | |
mailinglist | ||||
2007-05-02 | packages/initscripts/initscripts_1.0.bb:Add mountall.sh script for ↵ | Stelios Koroneos | 1 | |
oplinux-uclibc | ||||
2007-04-26 | initscripts: dropped OpenZaurus specific checkversion script | Marcin Juszkiewicz | 2 | |
2007-04-01 | initscripts: fix checkroot and remove angstrom specific checkroot | Koen Kooi | 3 | |
2007-03-19 | Initial commit for a number of oplinux and oplinux-uclibc specific configs ↵ | Stelios Koroneos | 4 | |
for base-files, netbase, sysvinit and initscripts | ||||
2007-03-10 | openturbostation: Remove leftover cruft | Oyvind Repvik | 6 | |
2007-03-07 | turbostation: initscripts | Oyvind Repvik | 6 | |
2007-02-19 | initscripts/initscripts-1.0/jornada6xx/devices : Cleanups & Additions | Kristoffer Ericson | 1 | |
* Addition of /dev/ttySC0 - 2 + /dev/irda0 (with correct maj/min) * Removal of ttySAx | ||||
2007-01-28 | initscripts: tweak mtab reading in checkroot.sh so that r/w ramdisk | Phil Blundell | 1 | |
works on epia | ||||
2007-01-19 | initscripts: add missing variable assignment in checkroot.sh | Phil Blundell | 1 | |
2007-01-16 | initscripts: Comments are for code functionality. | ccsmart | 1 | |
2007-01-16 | initscripts: Correct description. Speed enhancement in previous change as ↵ | ccsmart | 1 | |
side effect of making linksource a non optional field. | ||||
2007-01-12 | initscripts: fix populate-volatile.sh file and directory creation | Philipp Zabel | 1 | |
- now chmod gets called do set the correct permissions | ||||
2006-12-23 | initscripts-openprotium: improved checking for the root filesystem in | Andrew Wilcox | 2 | |
checkroot.sh | ||||
2006-12-07 | initscripts/initscripts-1.0: add openprotium on storcenter specific scripts ↵ | Andrew Wilcox | 8 | |
and bb file. | ||||
2006-12-04 | initscripts/initscripts-1.0/jornada6xx/checkroot.sh : | Kristoffer Ericson | 1 | |
* We dont want fsck on boot since our clock resets on every reboot. | ||||
2006-11-27 | initscripts: | Matthias Hentges | 1 | |
- Reformat some echo lines to be more readable on QVGA - echo RETURNCODE after fsck run - raise RETURNCODE for a FUBAR FS to -gt3 | ||||
2006-11-23 | packages/initscripts/initscripts-1.0/jornada7xx/checkroot.sh: | Kristoffer Ericson | 1 | |
* Removed fsck check as this messes up things on jornada machines. |