Commit graph

1024 commits

Author SHA1 Message Date
Stephan Raue
5126ba2533 busybox:
- cleanup configfile a bit
- export PS1 for shell prompt
- install /etc/profile
2010-03-04 21:35:11 +01:00
Stephan Raue
f757b8e20d busybox:
- remove unneeded function
2010-03-02 12:41:04 +01:00
Stephan Raue
0ab30b8af3 busybox:
- add various upstream patches
2010-03-01 13:23:13 +01:00
Stephan Raue
04c4ba7626 busybox:
- move dbus start to /sbin/init
- move connman start to /sbin/init
- move udev start to /sbin/init
- move xorg start to its own init script
- show splash from /usr/share/splash dir
- various cleanups and cosmetic
- use some ionice for speedup
- force loading nvidia driver
2010-02-15 08:41:50 +01:00
Stephan Raue
6cdc894b6e busybox-initramfs:
- build also nice and ionice applets
2010-02-15 06:58:00 +01:00
Stephan Raue
5416875f5f busybox:
- move start of bootchart to initramfs (enable bootchart loggin with "bootchart" as kernel line option)
2010-02-13 12:14:50 +01:00
Stephan Raue
f9ed0fa0ae busybox:
- install /sbin/init.system as /sbin/init
2010-02-13 12:13:10 +01:00
Stephan Raue
c793ecbb94 busybox:
- cache xbmc at boot
2010-02-11 21:32:08 +01:00
Stephan Raue
b0f9ecfedc busybox:
- build with CFLAGS="-Os" for a  bit more speed
2010-02-11 21:08:46 +01:00
Stephan Raue
4af3217ec0 busybox:
- run bootchart at background
- output from bootchart now in /storage/bootchart
2010-02-11 00:28:37 +01:00
Stephan Raue
425a10c7e2 new package:
- add package bootchart (not working at the moment)
2010-02-08 21:22:22 +01:00
Stephan Raue
89818431e4 busybox:
- update to busybox-1.16.0
2010-01-30 23:11:33 +01:00
Stephan Raue
b76a0159d2 busybox:
- remove init script for crond
2010-01-30 22:17:28 +01:00
Stephan Raue
14e3efd684 busybox:
- run bootsplash if not started in text- or debugmode
2010-01-30 01:17:37 +01:00
Stephan Raue
1774bf744d busybox:
- forcing start of lo network interface
- create /etc/hosts at runtime
2010-01-21 14:54:46 +01:00
Stephan Raue
931049f384 busybox:
- use variable for fakeroot script
2010-01-15 08:17:17 +01:00
Stephan Raue
68c6e75e06 connman:
- move network configuration to connman
2010-01-08 03:00:39 +01:00
Stephan Raue
b9622a45df busybox:
- remove network init script, connman re-does this work
2010-01-07 02:07:02 +01:00
Stephan Raue
3048436b9a busybox:
- add init script for setting up loopback device
- move wait_on_network function from connman to busybox
2010-01-04 04:00:36 +01:00
Stephan Raue
2ee3ac7106 hal:
- simplyfing init script
2009-12-29 19:38:55 +01:00
Stephan Raue
040da1646f busybox:
- simplyfing some init scripts
2009-12-29 19:38:39 +01:00
Stephan Raue
bc74201c90 busybox:
- simplyfing init script
2009-12-29 19:35:52 +01:00
Stephan Raue
f1d6357c64 busybox:
- remove some unneeded applets
2009-12-29 19:35:05 +01:00
Stephan Raue
ddfc4f83b8 busybox:
- remove unneeded old initscript
2009-12-22 13:15:20 +01:00
Stephan Raue
a44d005f66 projects/options:
- big rework of projects/*/options, config/options, config/path.
- most configurable options now under project folder
2009-12-19 01:35:31 +01:00
Stephan Raue
9dafc1b247 busybox:
- cleanup init script
2009-12-17 01:14:10 +01:00
Stephan Raue
4d6f44122a busybox:
- update to busybox-1.15.3
2009-12-16 15:17:48 +01:00
Stephan Raue
5d69126b47 connman:
- move wait_for_network function to connman's conf.d
2009-12-16 05:33:29 +01:00
Stephan Raue
655b76c71f image/install and other scripts:
- rename .fakeroot to .fakeroot.$PROJECT, now we can build more then one project at some time
2009-12-11 21:41:54 +01:00
Stephan Raue
7dc29ce708 busybox:
- start shell on tty3 only in debug mode
2009-12-11 01:08:22 +01:00
Stephan Raue
543a81d71a busybox:
- add acpid applet
2009-12-10 16:04:40 +01:00
Stephan Raue
2c7f8dd991 xorg:
- move xorg related functions from /etc/sysconfig to /etc/conf.d/xorg
- cleanup /etc/conf.d/xorg
- remove the default xorg cursor with -nocursor
2009-12-09 14:03:17 +01:00
Stephan Raue
425e8d937e xbmc:
- rewrite of init script
2009-12-07 14:26:20 +01:00
Stephan Raue
806cc762ff busybox:
- cleanup sysconfig script
2009-12-06 07:21:39 +01:00
Stephan Raue
d29fb95fe0 busybox:
- start acpid before xorg starts
2009-12-05 12:30:38 +01:00
Stephan Raue
6c9d99779d busybox:
- remove acpid applet
- remove modprobe applet
2009-12-05 12:29:51 +01:00
Stephan Raue
b619b06093 busybox:
- add function to wait of connman has started
2009-12-03 15:22:48 +01:00
Stephan Raue
924f3ffd4d busybox:
- faster starting of various services
2009-12-01 11:11:16 +01:00
Stephan Raue
83605e7035 new package:
- add nvidia binary driver (not tested)
2009-12-01 08:24:48 +01:00
Stephan Raue
6e0a1b6551 busybox:
- add some patches from upstream
2009-12-01 08:21:02 +01:00
Stephan Raue
837b13f07b busybox/ busybox-initramfs:
- mount partions in initramfs and move the partions to sysroot (faster boot)
- rename system and kernel file
- update now updates kernel and system in the some process, and then reboot if needed
- dont start xorg in textmode
2009-11-29 06:02:55 +01:00
Stephan Raue
2d784800a0 connman:
- start connman later (after udev)
- disaqble busyboxs networkscript
2009-11-29 05:59:51 +01:00
Stephan Raue
ca40f24df2 util-linux-ng/ busybox
- replace mount and umount from busybox with this from util-linux-ng package for better compat
2009-11-29 05:55:49 +01:00
Stephan Raue
1dbafcc9bc busybox:
- add various needed applets
- add pam support
- various cleanups
- remove init script for setup time
- readd init script to start network
2009-11-22 14:49:54 +01:00
Stephan Raue
81da6ca44a busybox:
- reorg of init scripts
- remove start of not needed webserver
- remove patch for fbsplash
- various cleanups
2009-11-16 07:50:41 +01:00
Stephan Raue
d31e434b82 busybox:
- remove uneeded apps
2009-11-16 07:48:59 +01:00
Stephan Raue
a7f9feac9e busybox:
- various cleanups
- add /etc/fstab
2009-11-16 07:48:28 +01:00
Stephan Raue
96e495d82d busybox:
- remove network init script
2009-11-16 07:47:08 +01:00
Stephan Raue
c3146ef194 busybox:
- reorganisation of init scripts
- cleanup
- remove fbsplash
2009-11-06 14:59:42 +01:00
Stephan Raue
77211cd492 busybox:
- show splashscreen
2009-10-27 03:47:34 +01:00