summaryrefslogtreecommitdiff
path: root/package/base-files
AgeCommit message (Collapse)Author
2014-12-04Revert "allow passwords with special characters, like #. reported by Martin T."Waldemar Brodkorb
This reverts commit e816651b1653ef168af2fcae483abc79e427a70d.
2014-12-03allow passwords with special characters, like #. reported by Martin T.Waldemar Brodkorb
2014-10-17be more quietWaldemar Brodkorb
2014-10-16fix local disk mount, use [[:blank:]]Waldemar Brodkorb
2014-10-06add basic support to preconfigure wpa2Waldemar Brodkorb
2014-09-26fix sound device nameWaldemar Brodkorb
2014-08-11check for file existenceWaldemar Brodkorb
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar Brodkorb
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-07-22show only one ip, when default route is missingWaldemar Brodkorb
2014-07-22create mountpointWaldemar Brodkorb
2014-07-11make default mpdbox collection working out of the boxWaldemar Brodkorb
2014-07-11add bin/daemon users for ltp, finetune ltpWaldemar Brodkorb
2014-06-27rework service startup, do not hardcode into postinst scriptsWaldemar Brodkorb
2014-06-27non-verbose fsckWaldemar Brodkorb
2014-06-25add proxy supportWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-18package/base-files: tolerate systems without rfkill applicationPhil Sutter
Without this, ifup will fail for wireless interfaces. Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-16remove stdout loggingWaldemar Brodkorb
2014-06-04rework simple network config, allow to configure one gatewayWaldemar Brodkorb
2014-05-31do not install ipkg.conf by defaultWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-28fix mountingWaldemar Brodkorb
2014-05-27comment the exampleWaldemar Brodkorb
2014-05-26fix parse error when rcquiet is not setWaldemar Brodkorb
2014-05-25add ip adress before login screenWaldemar Brodkorb
2014-05-25make bootup really quietWaldemar Brodkorb
2014-05-23remove, not needed and fails in nfsroot caseWaldemar Brodkorb
2014-05-22fix automount of devices registered in /etc/fstab, when usb-storage is ↵Waldemar Brodkorb
kernel builtin
2014-05-19do not log to stderrWaldemar Brodkorb
2014-05-18move cifs/nfs startup script back to base-filesWaldemar Brodkorb
2014-05-16move adkconfig.gz generation and adkversion to mk/image.mk, otehrwise old ↵Waldemar Brodkorb
data is included
2014-05-10do not remount rwWaldemar Brodkorb
2014-05-10minor fixes for nfsroot bootupWaldemar Brodkorb
2014-05-10avoid automount of root disk partitions in mdev scriptWaldemar Brodkorb
2014-05-10move bootup code into rcS, we need to setup cfgfs before starting servicesWaldemar Brodkorb
2014-05-07fix some raspberry pi probsWaldemar Brodkorb
2014-05-07add ntfs exampleWaldemar Brodkorb
2014-05-06add UUID supportWaldemar Brodkorb
2014-05-06rework local mounts of bootdeviceWaldemar Brodkorb
2014-05-06use global varsWaldemar Brodkorb
2014-05-06logic still required for partitions on boot device, move fsnet to cifs packageWaldemar Brodkorb
2014-05-06fix automounting of usb sticksWaldemar Brodkorb
2014-05-05start shell on serial and vga, if both availableWaldemar Brodkorb
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04display Starting/Stopping service only when its enabler var is not NOThorsten Glaser
also, show only the basename and do not leak rcquiet to child env
2014-05-04verbose (by default, deactivatable) init scriptsThorsten Glaser
2014-05-02create core package section, cleanup old installer stuffWaldemar Brodkorb
2014-04-29add vfat to supported filesystemsWaldemar Brodkorb
2014-04-04make fsck workWaldemar Brodkorb
2014-03-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb