Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-06 | rework local mounts of bootdevice | Waldemar Brodkorb | |
2014-05-06 | use global vars | Waldemar Brodkorb | |
2014-05-06 | logic still required for partitions on boot device, move fsnet to cifs package | Waldemar Brodkorb | |
2014-05-06 | fix automounting of usb sticks | Waldemar Brodkorb | |
2014-05-04 | simplify add_rcconf | Waldemar Brodkorb | |
2014-05-04 | display Starting/Stopping service only when its enabler var is not NO | Thorsten Glaser | |
also, show only the basename and do not leak rcquiet to child env | |||
2014-05-04 | verbose (by default, deactivatable) init scripts | Thorsten Glaser | |
2014-04-29 | add vfat to supported filesystems | Waldemar Brodkorb | |
2014-04-04 | make fsck work | Waldemar Brodkorb | |
2014-03-30 | remove performance killer on bootup | Waldemar Brodkorb | |
2014-03-25 | fix recursive tmp crap | Waldemar Brodkorb | |
2014-03-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-24 | umount only ext4 data parts | Waldemar Brodkorb | |
2014-03-23 | remove duplicate stuff already in rcS | Waldemar Brodkorb | |
2014-03-23 | fix ipkg url, to match my server repository | Waldemar Brodkorb | |
2014-03-21 | mdev -s is required for cfgfs, /dev/root is missing | Waldemar Brodkorb | |
2014-03-15 | startup fixes | Waldemar Brodkorb | |
- always use /sbin/init, even for initramfs - mount devtmpfs for initramfs automatically in kernel space - fix armhf for adk-test-framework - remove mdev -s on boot, I think it is unneeded, takes very long on Qemu systems - add alias for ro/rw remounts of / - remove old /init and rc.shutdown, both unused | |||
2014-03-14 | a bunch of adk-test-framework fixes. | Waldemar Brodkorb | |
2014-03-14 | add cifs example, disable busybox internal cifs code | Waldemar Brodkorb | |
2014-03-14 | rename correctly | Waldemar Brodkorb | |
2014-03-12 | separate local and net mounts, ignore comments | Waldemar Brodkorb | |
2014-03-11 | add adk-test-tools package | Waldemar Brodkorb | |
- scripts to shutdown qemu from linux - only start klogd when printk is available | |||
2014-03-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-10 | add fs startup script for net mounts and data mount points | Waldemar Brodkorb | |
2014-03-10 | make printk option configurable via menuconfig | Waldemar Brodkorb | |
2014-03-07 | use standard busybox init, remove previously used /init. some configs and ↵ | Waldemar Brodkorb | |
ideas from buildroot project | |||
2014-02-26 | update kernel 3.4.x, fixes for lemote yeelong users | Waldemar Brodkorb | |
2014-01-20 | finetune startup, avoid kernel messages on tty | Waldemar Brodkorb | |
2013-12-12 | new mdev fix | Waldemar Brodkorb | |
2013-10-17 | mount filesystems, after network, but before mpd | Waldemar Brodkorb | |
2013-09-23 | ignore swap when umounting | Waldemar Brodkorb | |
2013-07-16 | umount all filesystems before network is going down | Waldemar Brodkorb | |
2013-07-11 | finetune error log, normal bootup should be error free | Waldemar Brodkorb | |
2013-07-11 | fix cifs mounts on bootup, mount -a after network initialization. add ↵ | Waldemar Brodkorb | |
LD_LIBRARY_PATH for raspberry pi special vc tools | |||
2013-04-29 | channel is not required anymore for STA mode | Waldemar Brodkorb | |
2013-04-22 | allow the use of WEP | Waldemar Brodkorb | |
2012-04-07 | enable debug to stdout, use 8 characters for example wpa passphrase | Waldemar Brodkorb | |
2011-12-03 | add empty services file, needed for adk buildserver (strange) | Waldemar Brodkorb | |
2011-10-23 | sync before umount | Waldemar Brodkorb | |
2011-10-20 | try to mount secondary filesystems after modules are loaded | Waldemar Brodkorb | |
2011-10-19 | make virsh, virt-install and kvm usable on shuttle pc | Waldemar Brodkorb | |
2011-10-11 | add groups audio / video as default | Waldemar Brodkorb | |
2011-09-25 | ? seems not to work here | Waldemar Brodkorb | |
2011-08-30 | finetune /etc/hosts | Waldemar Brodkorb | |
It should look like: 127.0.0.1 localhost ::1 loaclhost 127.0.1.1 hostname | |||
2011-05-18 | added some aliases for ls (ll, la, l) | Tobias Breckle | |
Signed-off-by: Tobias Breckle <tobias@breckle.net> | |||
2011-02-21 | base-files: fix vlan support for busybox vconfig | Phil Sutter | |
The busybox symlinks reside in /bin, so the check fails. Curiously, there is no vconfig package, so vlan support must have been broken since the beginning of time (for OpenADK). :) This patch also adds some error messages when the basic checks fail, useful helpers when debugging what's going wrong. Also, there was some whitespace fuckup in two lines. | |||
2011-01-27 | fix visudo, use | Waldemar Brodkorb | |
2011-01-12 | ifupdown: allow setting the bridge forward delay | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2011-01-04 | unblock wlan before starting networking | Waldemar Brodkorb | |
2011-01-02 | add an example interfaces file, make tmpfs configurable via menu | Waldemar Brodkorb | |