Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-25 | finalize systemd as alternative init system | Waldemar 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-13 | finetune disk mount scripts | Waldemar Brodkorb | |
2016-11-05 | base-files: finetuning, verbose mount output | Waldemar Brodkorb | |
2016-11-01 | base-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-30 | add ntfs-3g | Waldemar Brodkorb | |
2016-05-08 | check if directory exist | Waldemar Brodkorb | |
2016-01-24 | reduce mksh testsuite failure to 1 | Waldemar Brodkorb | |
2015-12-25 | hide any errors | Waldemar Brodkorb | |
2015-12-23 | optimize for really small systems | Waldemar 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-01 | move remount of /dev to rcdev, to fix static /dev usage | Waldemar Brodkorb | |
2015-11-01 | base-files: remove set -e, not available in ash | Waldemar Brodkorb | |
2015-10-24 | add new symbol for systems with tcp/ip but without netdevice. like arc ↵ | Waldemar Brodkorb | |
simulator running test-suites with network functions | |||
2015-07-26 | package/base-files: wireless: support appending to hostapd.conf | Phil 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-26 | package/base-files: wireless: allow setting pairwise algorithm | Phil 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-01 | fix regression with new dev management change. order of execution is wrong. | Waldemar Brodkorb | |
2015-06-28 | enable using udev for automatic module loading | BALATON Zoltan | |
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> | |||
2015-06-13 | create mountpoints for cifs, when /media used | Waldemar Brodkorb | |
2014-12-30 | mount can fail here, when device is not ready. will be mounted via mdev later | Waldemar Brodkorb | |
2014-12-27 | use better banner | Waldemar Brodkorb | |
2014-12-27 | fix typo, reported by Joerg | Waldemar Brodkorb | |
2014-10-17 | be more quiet | Waldemar Brodkorb | |
2014-10-16 | fix local disk mount, use [[:blank:]] | Waldemar Brodkorb | |
2014-09-26 | fix sound device name | 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-07-11 | add bin/daemon users for ltp, finetune ltp | 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-18 | package/base-files: tolerate systems without rfkill application | Phil Sutter | |
Without this, ifup will fail for wireless interfaces. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2014-06-16 | remove stdout logging | Waldemar Brodkorb | |
2014-05-31 | do not install ipkg.conf by default | Waldemar Brodkorb | |
2014-05-28 | fix mounting | Waldemar Brodkorb | |
2014-05-27 | comment the example | 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 | minor fixes for nfsroot bootup | 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-07 | add ntfs example | Waldemar Brodkorb | |
2014-05-06 | add UUID support | Waldemar Brodkorb | |
2014-05-06 | rework local mounts of bootdevice | Waldemar Brodkorb | |