Commit Graph

46 Commits

Author SHA1 Message Date
Stephan Raue
5d1a99441b busybox-initramfs: dont unmount some special filesystems here and mount again in OS, insteaded move mountpoints
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-19 11:37:38 +02:00
Stephan Raue
32562d4fa9 Revert "busybox: rename $RUNLEVEL to $MODE"
This reverts commit 991a990a2e.
2011-09-12 19:29:16 +02:00
Stephan Raue
c161e997d7 Revert "busybox: add initial support for shutdown scripts"
This reverts commit 18a4b9e055.
2011-09-12 19:28:49 +02:00
Stephan Raue
798d6af303 Revert "ConsoleKit: add proper shutdown support via init scripts"
This reverts commit 626b77cf83.
2011-09-12 19:21:32 +02:00
Stephan Raue
de835d3bdb Revert "busybox: mount special filesystems in init script, unmount all of this filesystem on reboot/shutdown"
This reverts commit f21639af3a.
2011-09-12 19:14:34 +02:00
Stephan Raue
f21639af3a busybox: mount special filesystems in init script, unmount all of this filesystem on reboot/shutdown
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-08 04:29:47 +02:00
Stephan Raue
626b77cf83 ConsoleKit: add proper shutdown support via init scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-08 01:57:39 +02:00
Stephan Raue
18a4b9e055 busybox: add initial support for shutdown scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-07 23:08:11 +02:00
Stephan Raue
991a990a2e busybox: rename $RUNLEVEL to $MODE
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-07 21:43:23 +02:00
Stephan Raue
aa3736b8f7 udev: update to udev-167
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-30 19:12:55 +02:00
Stephan Raue
2bbfccde55 busybox: show version on startup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-02-17 16:25:02 +01:00
Stephan Raue
40692b9595 busybox: add license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-09 15:57:07 +01:00
Stephan Raue
5404f9c219 busybox: rework init scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-09 03:48:28 +01:00
Stephan Raue
620b3dc665 busybox: mount /dev/shm at boottime
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-25 11:03:11 +02:00
Stephan Raue
b4aac72c8a busybox: dont clear the screen after initramfs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-06-28 23:10:24 +02:00
Stephan Raue
1d733086b6 busybox:
- mounting special filesystem in /sbin/init
2010-05-18 14:35:58 +02:00
Stephan Raue
1aa1806a5c busybox:
- dont include profile here
- cosmetics
2010-05-18 14:07:51 +02:00
Stephan Raue
7d39cfe95c busybox:
- include /etc/profile
2010-05-16 11:04:11 +02:00
Stephan Raue
4048b4f53d busybox:
- add copyright header
- run not as login shell
- run scripts in /etc/init.d as shell scripts
2010-05-16 10:08:15 +02:00
Stephan Raue
917ed6e7ac busybox:
- clear screen on boot
2010-04-28 00:14:20 +02:00
Stephan Raue
4751f4fd41 busybox:
- add /etc/profile.d/configcache.conf for permanent caching of configfiles to /storage/.cache
- add /etc/profile.d/fastboot.conf for fastboot config variables
- remove /etc/profile.d/home.conf
- add /etc/profile.d/hostname.conf for hostnam config variable
- remove /etc/profile.d/language.conf
- cleanup /etc/profile.d/path.conf
- add /etc/profile.d/runlevel.conf for detecting runlevel (move from /sbin/init)
- cleanup /etc/profile.d/shell.conf
- start /sbin/init with login shell to have access to profile.d variables
- remove additional read of /etc/profile
2010-03-25 12:11:29 +01:00
Stephan Raue
4f2c4be19c busybox:
- move /etc/sysconfig to /etc/profile
2010-03-25 10:18:27 +01:00
Stephan Raue
9df8b527f8 busybox:
- change runlevel "text" to "textmode"
- cosmetics
2010-03-25 09:37:33 +01:00
Stephan Raue
f290900375 busybox:
- adding init script for mounting filesystem (move from /sbin/init)
- adding init script for making /var directory structure (move from /sbin/init)
- adding init script for copying userconfig (move from /sbin/init)
- start syslogd later
- start networking later
- start debugshell later
- use getty for debugshell
- start acpid daemon later
- use getty for textmode shell
2010-03-15 18:35:21 +01:00
Stephan Raue
8129009ebd busybox:
- add init script to start shell for textmode (move from /sbin/init)
- remove unneeded runlevel configure
2010-03-15 02:11:05 +01:00