summaryrefslogtreecommitdiff
path: root/package/base-files/src
AgeCommit message (Collapse)Author
2014-04-29add vfat to supported filesystemsWaldemar Brodkorb
2014-04-04make fsck workWaldemar Brodkorb
2014-03-30remove performance killer on bootupWaldemar Brodkorb
2014-03-25fix recursive tmp crapWaldemar Brodkorb
2014-03-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-24umount only ext4 data partsWaldemar Brodkorb
2014-03-23remove duplicate stuff already in rcSWaldemar Brodkorb
2014-03-23fix dhcp client, when root is ro without cfgfs, simplify ipkg tmpdir stuffWaldemar Brodkorb
2014-03-23fix ipkg url, to match my server repositoryWaldemar Brodkorb
2014-03-21mdev -s is required for cfgfs, /dev/root is missingWaldemar Brodkorb
2014-03-15startup fixesWaldemar 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-14a bunch of adk-test-framework fixes.Waldemar Brodkorb
2014-03-14add cifs example, disable busybox internal cifs codeWaldemar Brodkorb
2014-03-14rename correctlyWaldemar Brodkorb
2014-03-12separate local and net mounts, ignore commentsWaldemar Brodkorb
2014-03-11add adk-test-tools packageWaldemar Brodkorb
- scripts to shutdown qemu from linux - only start klogd when printk is available
2014-03-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-10add fs startup script for net mounts and data mount pointsWaldemar Brodkorb
2014-03-10make printk option configurable via menuconfigWaldemar Brodkorb
2014-03-07use standard busybox init, remove previously used /init. some configs and ↵Waldemar Brodkorb
ideas from buildroot project
2014-02-26update kernel 3.4.x, fixes for lemote yeelong usersWaldemar Brodkorb
2014-02-04remove firmware loading script, mdev supports it out-of-the-box nowWaldemar Brodkorb
2014-01-20finetune startup, avoid kernel messages on ttyWaldemar Brodkorb
2013-12-12new mdev fixWaldemar Brodkorb
2013-10-17mount filesystems, after network, but before mpdWaldemar Brodkorb
2013-09-23ignore swap when umountingWaldemar Brodkorb
2013-08-14fixes problem with musl, order of options seems importantWaldemar Brodkorb
2013-07-16umount all filesystems before network is going downWaldemar Brodkorb
2013-07-11finetune error log, normal bootup should be error freeWaldemar Brodkorb
2013-07-11fix cifs mounts on bootup, mount -a after network initialization. add ↵Waldemar Brodkorb
LD_LIBRARY_PATH for raspberry pi special vc tools
2013-04-29channel is not required anymore for STA modeWaldemar Brodkorb
2013-04-22allow the use of WEPWaldemar Brodkorb
2012-08-28do not flush addresses on deconfig, otherwise ipv6 link-local address is ↵Waldemar Brodkorb
removed and radvd doesn't work as expected
2012-04-07enable debug to stdout, use 8 characters for example wpa passphraseWaldemar Brodkorb
2012-03-20add simple lemote disk installerWaldemar Brodkorb
2012-01-15mk/image.mk: improve and simplify initramfs generationPhil Sutter
Using the kernel tools is a lot better than calling cpio ourselfs, as this way we can have it create device nodes for us. So no need to reopen /dev/console and things like that. While here, fix also initramfs compression (untested), as in my experience the kernel drops all symbols regarding compression from it's .config in the first compile phase. Probably one should make the actual compression algorithm configurable (and ideally depending on what the kernel supports for the given architecture). This is a rough hack based on what I'm using in the custom viprinux build file, so something like this is already running somewhere. ;)
2011-12-03add empty services file, needed for adk buildserver (strange)Waldemar Brodkorb
2011-10-23sync before umountWaldemar Brodkorb
2011-10-20try to mount secondary filesystems after modules are loadedWaldemar Brodkorb
2011-10-19make virsh, virt-install and kvm usable on shuttle pcWaldemar Brodkorb
2011-10-11Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-10-11add groups audio / video as defaultWaldemar Brodkorb
2011-10-10add suid bits after updateWaldemar Brodkorb
2011-10-08push pacemaker stuff in a usable state.Waldemar Brodkorb
2011-09-25? seems not to work hereWaldemar Brodkorb
2011-09-12add new package kexecinit, to realize kexec bootingWaldemar Brodkorb
2011-08-30finetune /etc/hostsWaldemar Brodkorb
It should look like: 127.0.0.1 localhost ::1 loaclhost 127.0.1.1 hostname
2011-07-27reimplement cryptinit as shell scriptWaldemar Brodkorb
2011-05-19fix problem with adkupdate, reported by TobiasWaldemar Brodkorb
2011-05-18added some aliases for ls (ll, la, l)Tobias Breckle
Signed-off-by: Tobias Breckle <tobias@breckle.net>