diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 17:35:14 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 17:35:14 (GMT) |
commit | 48c592d1c6d046aeb7a4ad5edc8e75a6bba458ed (patch) | |
tree | dec5fd5a8ef8bcac652736fe3bf643b6e05513b4 | |
parent | e55fce89cdb2a7d48bb17f9ebdb963a577af8607 (diff) | |
download | linhes_dev-48c592d1c6d046aeb7a4ad5edc8e75a6bba458ed.zip |
Removed splashy in favor of fbsplash.
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-local/addedpacks | 2 | ||||
-rwxr-xr-x | build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks index 6f742ec..8257671 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks @@ -196,4 +196,4 @@ ppp mingetty setserial acpid -splashy +fbsplash diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf index 761e6c2..499e38c 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf +++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf @@ -108,6 +108,5 @@ ROUTES=(!gateway) # - prefix a daemon with a @ to start it up in the background # #DAEMONS=(syslog-ng network netfs crond) -DAEMONS=(!syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon) -SPLASH="splashy" +DAEMONS=(fbsplash !syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon) # End of file |