aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox-initscripts
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox-initscripts: udhcpc: find the interface even if we dont have /sysNatanael Copa2012-12-242-3/+7
| | | | Needed for LXC
* main/busybox-initscripts: fix typoNatanael Copa2012-12-202-3/+3
|
* main/busybox-initscripts: try fix usb devicesNatanael Copa2012-12-054-62/+30
| | | | ref #1481
* main/busybox-initscripts: fix /dev/fd symlinkNatanael Copa2012-11-193-6/+6
| | | | | | | | | ref #1465 I think the initramfs create /dev/fd as a dir. When mdev-mount later runs 'ln -snf /proc/self/fd /dev/fd' the 'fd' symlink ends up as /dev/fd/fd. We fix this by always remove /dev/fd before creating the symlink.
* main/busybox-initscripts: remove redundant mdev rules introduced by generic ↵William Pitcock2012-09-142-5/+2
| | | | rule in 5d10cb782a
* busybox-initscripts: Add general rule to mdev ! -> $1/$2Roger Pau Monne2012-09-142-2/+5
| | | | Add rule to mdev to thread "!" as a split between folder and files.
* main/busybox-initscripts: fix checksumNatanael Copa2012-03-161-1/+1
|
* main/busybox-initscripts: support multiple dhcp interfacesNatanael Copa2012-03-152-6/+25
| | | | | | | | | We set the metric to 300 + ifindex for wifi and 200 + ifindex for others. This is basically what dhcpcd does. Also allow overriding the metric in interfaces file. This makes multi isp setups easier.
* main/busybox-initscripts: support more than 10 /dev/video* devicesNatanael Copa2012-03-132-3/+3
|
* main/busybox-initscripts: move udhcpc script from alpine-baselayoutNatanael Copa2011-08-162-2/+122
| | | | Does not belong in the baselayout package
* main/busybox-initscripts: load fbcon with framebuffer devNatanael Copa2011-05-252-3/+4
| | | | | | When a frambuffer device shows up we want a framebuffer console fixes #622 (cherry picked from commit f1f9a3a857cccd09b42ac4e29cf0aa9782b7de76)
* main/busybox-initscripts: fix checksum from previous commitNatanael Copa2011-04-131-3/+3
|
* mdev.conf: only symlink first cdrom to /dev/cdromNatanael Copa2011-04-132-3/+3
| | | | fixes #457
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/busybox-initscripts: fix checksumsNatanael Copa2010-12-221-4/+4
|
* main/busybox-initscripts: fix add localmount as needed serviceNatanael Copa2010-12-226-7/+7
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/busybox-initscripts: cron needs loggerNatanael Copa2010-07-212-2/+3
|
* main/busybox-initscripts: minor mdev fixesNatanael Copa2010-04-223-8/+11
| | | | got hints from solar
* main/busybox-initscripts: fix version numberNatanael Copa2010-03-311-2/+2
|
* main/busybox-initscripts: add xen stuff to mdevCedric Schieli2010-03-313-6/+22
| | | | Signed-off-by: Cedric Schieli <cschieli@gmail.com>
* main/busybox-initscripts: fix acpi poweroff script permissionsNatanael Copa2010-03-101-2/+2
| | | | fixes #319
* main/busybox-initscripts: added hpilo to mdev.confNatanael Copa2010-02-262-2/+5
|
* main/busybox-initscripts: fix cdrom in mdev.confNatanael Copa2009-10-122-3/+3
| | | | fixes #184
* main/bind,busybox-initscripts: start net services after firewallNatanael Copa2009-09-156-6/+18
|
* main/busybox-initscripts: fix loop device mdev configNatanael Copa2009-09-142-3/+3
|
* main/busybox-initscripts: added acpid init.d scriptNatanael Copa2009-08-182-7/+35
| | | | and default acpi script for poweroff
* main/sysklogd,busybox-initscripts: start system logger before networkNatanael Copa2009-08-092-2/+3
| | | | fixes #121
* main/busybox-initscripts: fix for crond initscriptNatanael Copa2009-07-242-3/+3
| | | | fixes #74
* move core/* to main/Natanael Copa2009-07-2322-0/+552
added maintainer to several packages as well