Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-16 | fix local disk mount, use [[:blank:]] | Waldemar Brodkorb | |
2014-08-11 | check for file existence | Waldemar Brodkorb | |
2014-07-22 | show only one ip, when default route is missing | Waldemar Brodkorb | |
2014-07-22 | create mountpoint | Waldemar Brodkorb | |
2014-07-11 | make default mpdbox collection working out of the box | Waldemar Brodkorb | |
2014-06-27 | rework service startup, do not hardcode into postinst scripts | Waldemar Brodkorb | |
2014-06-27 | non-verbose fsck | Waldemar Brodkorb | |
2014-06-25 | add proxy support | Waldemar Brodkorb | |
2014-06-16 | remove stdout logging | Waldemar Brodkorb | |
2014-05-28 | fix mounting | Waldemar Brodkorb | |
2014-05-26 | fix parse error when rcquiet is not set | Waldemar Brodkorb | |
2014-05-25 | add ip adress before login screen | Waldemar Brodkorb | |
2014-05-25 | make bootup really quiet | Waldemar Brodkorb | |
2014-05-23 | remove, not needed and fails in nfsroot case | Waldemar Brodkorb | |
2014-05-22 | fix automount of devices registered in /etc/fstab, when usb-storage is ↵ | Waldemar Brodkorb | |
kernel builtin | |||
2014-05-19 | do not log to stderr | Waldemar Brodkorb | |
2014-05-18 | move cifs/nfs startup script back to base-files | Waldemar Brodkorb | |
2014-05-10 | do not remount rw | Waldemar Brodkorb | |
2014-05-10 | avoid automount of root disk partitions in mdev script | Waldemar Brodkorb | |
2014-05-10 | move bootup code into rcS, we need to setup cfgfs before starting services | Waldemar Brodkorb | |
2014-05-06 | rework local mounts of bootdevice | 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 | 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-25 | fix recursive tmp crap | Waldemar Brodkorb | |
2014-03-23 | remove duplicate stuff already in rcS | 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 | 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-01-20 | finetune startup, avoid kernel messages on tty | 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 | fix cifs mounts on bootup, mount -a after network initialization. add ↵ | Waldemar Brodkorb | |
LD_LIBRARY_PATH for raspberry pi special vc tools | |||
2011-10-20 | try to mount secondary filesystems after modules are loaded | Waldemar Brodkorb | |
2010-12-16 | interfaces contains wpa keys, make it non-readable for the user, optimize ↵ | Waldemar Brodkorb | |
init and shutdown | |||
2010-11-07 | do not log to stderr | Waldemar Brodkorb | |
2010-11-06 | revert bad commit, exec should not be used | Waldemar Brodkorb | |
2010-11-03 | need to fork startup scripts, otherwise init got exit calls and reboots the ↵ | Waldemar Brodkorb | |
system | |||
2010-07-28 | check for uncommitted changes in /etc | Waldemar Brodkorb | |
When using reboot, halt or poweroff check for uncommittet changes in /etc on a cfgfs enabled system. When installing packages via ipkg, check afterwards if any uncommittet changes left. |