summaryrefslogtreecommitdiff
path: root/package/base-files
AgeCommit message (Collapse)Author
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-09-04add support for Qemu Versatile with network emulationWaldemar Brodkorb
2011-08-30finetune /etc/hostsWaldemar Brodkorb
It should look like: 127.0.0.1 localhost ::1 loaclhost 127.0.1.1 hostname
2011-08-29added logic for simple network configwarhog
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>
2011-02-21base-files: fix vlan support for busybox vconfigPhil 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-27fix visudo, useWaldemar Brodkorb
2011-01-12ifupdown: allow setting the bridge forward delayPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2011-01-10make installation of package network hooks optionalPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10base-files: change access mode of /tmp where it's createdPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-04unblock wlan before starting networkingWaldemar Brodkorb
2011-01-02resolve merge conflictWaldemar Brodkorb
2011-01-02add an example interfaces file, make tmpfs configurable via menuWaldemar Brodkorb
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2010-12-31fix some error messages, when fstab does not existWaldemar Brodkorb
2010-12-30resolve merge conflictsWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-22use temporary resolv.conf when using udhcpWaldemar Brodkorb
2010-12-18fix some device node permissionsWaldemar Brodkorb
2010-12-16interfaces contains wpa keys, make it non-readable for the user, optimize ↵Waldemar Brodkorb
init and shutdown
2010-12-16enable automatic filesystem checks for devices/partitions in /etc/fstabWaldemar Brodkorb
2010-12-15create ipkg dir to avoid warningsWaldemar Brodkorb
2010-12-13optimize hostname stuff, use localhost as defaultWaldemar Brodkorb
2010-12-02do not delete interfaces files, create empty fileWaldemar Brodkorb
2010-12-01fix ipkg and ipkg tools, consolidate mdev.confWaldemar Brodkorb
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped.
2010-11-30add more config files, to prevent accidental override by ipkgWaldemar Brodkorb
2010-11-25first setup cfgfs, then mount all other volumes, otherwise fstab is ignoredWaldemar Brodkorb
2010-11-23add runtime option for inittab configurationWaldemar Brodkorb
2010-11-22use ADK_HW for target hardware profile informationWaldemar Brodkorb
2010-11-21use linux for TERMWaldemar Brodkorb
2010-11-20avoid warning, when already mounted by kernelWaldemar Brodkorb
2010-11-18convert qemu for x86/x86_64 to hardware profilesWaldemar Brodkorb
2010-11-10fix my broken commit, remount not requiredWaldemar Brodkorb
2010-11-08safe one lineWaldemar Brodkorb
2010-11-07do not log to stderrWaldemar Brodkorb
2010-11-06revert bad commit, exec should not be usedWaldemar Brodkorb
2010-11-05reload usbserial kernel module, after huawei usb stick is connectedWaldemar Brodkorb
2010-11-05execute huawei utility when web'n'walk stick is connectedWaldemar Brodkorb
2010-11-03need to fork startup scripts, otherwise init got exit calls and reboots the ↵Waldemar Brodkorb
system
2010-11-03just remount existing devtmpfsWaldemar Brodkorb