summaryrefslogtreecommitdiff
path: root/package/base-files/src
AgeCommit message (Collapse)Author
2016-11-27finetune systemd/sysv integration, use /var tmpfs mountpointWaldemar Brodkorb
2016-11-25finalize systemd as alternative init systemWaldemar Brodkorb
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems.
2016-11-13finetune disk mount scriptsWaldemar Brodkorb
2016-11-05base-files: finetuning, verbose mount outputWaldemar Brodkorb
2016-11-01base-files: fix a possible race condition when trying to mount usb sticks ↵Waldemar Brodkorb
and the usb-storage is included in the kernel, problem reported by Oliver
2016-10-30add ntfs-3gWaldemar Brodkorb
2016-05-08check if directory existWaldemar Brodkorb
2016-01-24reduce mksh testsuite failure to 1Waldemar Brodkorb
2015-12-25hide any errorsWaldemar Brodkorb
2015-12-23optimize for really small systemsWaldemar Brodkorb
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size.
2015-11-01move remount of /dev to rcdev, to fix static /dev usageWaldemar Brodkorb
2015-11-01base-files: remove set -e, not available in ashWaldemar Brodkorb
2015-10-24add new symbol for systems with tcp/ip but without netdevice. like arc ↵Waldemar Brodkorb
simulator running test-suites with network functions
2015-07-26package/base-files: wireless: support appending to hostapd.confPhil Sutter
This is useful for adding additional (virtual) access points. In my setup, /etc/hostapd.conf.post contains: | bss=ath6 | ssid=IPv6XS4all In /etc/network/interfaces, there is a standard entry for ath6 which defines the IP address. Maybe this could be implemented in a cleaner way by introducing a 'wireless-master' setting which points to the real wireless interface (wlan0 in my case), so ifup knows which hostapd.conf file to add the settings to.
2015-07-26package/base-files: wireless: allow setting pairwise algorithmPhil Sutter
Not perfect, since allowing WPA+WPA2 means setting wpa_pairwise as well as rsn_pairwise, but I do not want to add unnecessary complexity to interface configuration. This is relevant for my X40 with ipw2200, which bugs for CCMP pairwise cipher.
2015-07-01fix regression with new dev management change. order of execution is wrong.Waldemar Brodkorb
2015-06-28enable using udev for automatic module loadingBALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2015-06-13create mountpoints for cifs, when /media usedWaldemar Brodkorb
2014-12-30mount can fail here, when device is not ready. will be mounted via mdev laterWaldemar Brodkorb
2014-12-27use better bannerWaldemar Brodkorb
2014-12-27fix typo, reported by JoergWaldemar Brodkorb
2014-10-17be more quietWaldemar Brodkorb
2014-10-16fix local disk mount, use [[:blank:]]Waldemar Brodkorb
2014-09-26fix sound device nameWaldemar Brodkorb
2014-08-11check for file existenceWaldemar Brodkorb
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-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-05-31do not install ipkg.conf by defaultWaldemar 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-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-07add ntfs exampleWaldemar Brodkorb
2014-05-06add UUID supportWaldemar Brodkorb