| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Show detailed plugin if ask-for-password is called when no splash visible | Ray Strode | 2008-07-11 | 1 | -1/+3 |
| | | |||||
| * | Rearrange functions to prevent forward declaration | Ray Strode | 2008-07-11 | 1 | -31/+31 |
| | | | | | | | We're going to be calling show_detailed_splash before implicitly in cases when there is no splash, so we need to make sure it's high enough up in the file | ||||
| * | Rearrange functions to drop forward declaration | Ray Strode | 2008-07-11 | 1 | -34/+32 |
| | | |||||
| * | Use details plugin instead of bailing if no rhgb on kernel cmdline | Ray Strode | 2008-07-11 | 1 | -5/+7 |
| | | | | | We still want things like ask-for-password and logging to work. | ||||
| * | Add hack to make maintenance mode probably work when | Ray Strode | 2008-06-30 | 1 | -0/+12 |
| | | | | | | | | plymouth is running It was showing up completely blank before because console was still redirected | ||||
| * | Stay on tty1 for now | Ray Strode | 2008-06-30 | 1 | -5/+5 |
| | | | | | | | | Using tty7 is making X go to vt8 and putting us on the wrong vt for runlevel 3. Eventually, we'll need to make X start ont he same vt as plymouth, and go back to vt1 if doing runlevel 3. | ||||
| * | If stop_watching_signal is called on a signal that isn't being watched, ignore | Ray Strode | 2008-06-27 | 1 | -0/+3 |
| | | | | | | Previously it would assert. Really we should switch the api to have a signal_watch object much like the fd_watch object we have for watch_fd. | ||||
| * | don't require window to be around at quit time | Ray Strode | 2008-06-27 | 1 | -2/+2 |
| | | | | | It's created on show-splash now, so it may not exist at quit time | ||||
| * | Add --hide-splash option | Ray Strode | 2008-06-27 | 1 | -0/+19 |
| | | | | | | We want to be able to hide the splash screen in the event the user needs to interact with start up from the console. | ||||
| * | Create window when showing splash screen instead of at startup | Ray Strode | 2008-06-27 | 1 | -4/+9 |
| | | | | | | This will make it easier to add a --hide-splash option, which will provide an escape hatch for repair mode etc | ||||
| * | Make details plugin go back to default plugin if escape is pressed again | Ray Strode | 2008-06-24 | 1 | -2/+33 |
| | | | | | | | | This fixes the TODO item: - consider making details plugin go back to pretty plugin if user presses escape | ||||
| * | change to root directory before trying to access files | Ray Strode | 2008-06-23 | 1 | -0/+2 |
| | | | | | This fixes running plymouth after bootup | ||||
| * | /Really/ exit cleanly if rhgb isn't present on kernel cmdline | Ray Strode | 2008-06-22 | 1 | -1/+4 |
| | | | | | | Unlike b7f4399294fad3d70029526cd7334c50d8673214 which was broken | ||||
| * | hide /var/log behind a define | Ray Strode | 2008-06-22 | 1 | -1/+1 |
| | | |||||
| * | Exit cleanly if rhgb is not on the command line | Ray Strode | 2008-06-22 | 1 | -0/+3 |
| | | |||||
| * | Only run if rhgb is on the command line | Ray Strode | 2008-06-19 | 1 | -2/+2 |
| | | |||||
| * | Go back to text mode on quit | Ray Strode | 2008-06-19 | 1 | -0/+2 |
| | | |||||
| * | only free old splash plugin on escape if there was an old one | Ray Strode | 2008-06-19 | 1 | -2/+5 |
| | | |||||
| * | return to text mode on crash | Ray Strode | 2008-06-19 | 1 | -0/+18 |
| | | |||||
| * | Name the default plugin "default.so", not "graphical.so", so that it's ↵ | Peter Jones | 2008-06-13 | 1 | -1/+1 |
| | | | | | obvious what's going on there. | ||||
| * | Fix obviously broken code I committed yesterday. | Peter Jones | 2008-06-12 | 1 | -3/+3 |
| | | |||||
| * | Don't treat "vga=791" the same thing as " 1 ". Also, change the chroot logging. | Peter Jones | 2008-06-12 | 1 | -5/+13 |
| | | |||||
| * | Change default splash plugin to generic "graphical" | Ray Strode | 2008-06-11 | 1 | -1/+1 |
| | | |||||
| * | Change to vt window is running on after creating window | Ray Strode | 2008-06-09 | 1 | -0/+2 |
| | | |||||
| * | Don't try to close session on_quit if it wasn't ever opened | Ray Strode | 2008-06-09 | 1 | -1/+2 |
| | | |||||
| * | redirect console io to tty7 | Ray Strode | 2008-06-09 | 1 | -3/+3 |
| | | |||||
| * | Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log. | Peter Jones | 2008-06-09 | 1 | -7/+14 |
| | | |||||
| * | Use vt7 by default | Ray Strode | 2008-06-04 | 1 | -1/+1 |
| | | |||||
| * | Change window to take a vt number instead of a tty device file | Ray Strode | 2008-06-04 | 1 | -4/+4 |
| | | | | | | | | We are going to want to change to the vt of the tty that we're using for the window. This means we need to know the vt number instead of the device file. From the number we can derive the device filename. | ||||
| * | Get rid of everything about directory switching and PLY_WORKING_DIRECTORY. | Peter Jones | 2008-06-04 | 1 | -101/+7 |
| | | |||||
| * | Make plymouth_should_be_running() be less manual, and add " init=" handler. | Peter Jones | 2008-06-04 | 1 | -13/+14 |
| | | |||||
| * | Remove a bunch of chroot and fs mounting/unmounting code. | Peter Jones | 2008-06-04 | 1 | -100/+0 |
| | | |||||
| * | invert conditional | Ray Strode | 2008-06-03 | 1 | -1/+1 |
| | | | | | | | When adding the password object in commit f5a15611fb5fe1d36f8922e1c2a6f751ab0b8df7 I messed up and inverted a conditional. | ||||
| * | Don't require argc > 1 | Ray Strode | 2008-06-03 | 1 | -1/+1 |
| | | |||||
| * | Daemonize after starting boot server | Ray Strode | 2008-06-03 | 1 | -0/+18 |
| | | | | | | | | Previously we would daemonize when spawning the terminal session. We don't do that now, since we attach to an existing already running terminal session. | ||||
| * | rename --as-daemon to --attach-to-session | Ray Strode | 2008-06-03 | 1 | -7/+7 |
| | | | | | It's a little clearer. | ||||
| * | s/int/bool/ for boolean variable | Ray Strode | 2008-06-03 | 1 | -4/+2 |
| | | |||||
| * | Drop PLY_DAEMON_ONLY macro and just look at asdaemon | Ray Strode | 2008-06-03 | 1 | -33/+26 |
| | | | | | | | | Since we no longer support starting a session, only attaching to an existing one, we can just key off asdaemon to know whether to run the terminal session code. | ||||
| * | Drop support for starting a session from within plymouth | Ray Strode | 2008-06-03 | 1 | -44/+2 |
| | | | | | | | | | | | | We aren't going to be supporting the #!/bin/plymouth nash form anymore, instead we're going to require #!/bin/nash plymouth --asdaemon | ||||
| * | Handle invocation as "plymouthd --asdaemon <pty_master_fd>" | Peter Jones | 2008-06-03 | 1 | -29/+84 |
| | | |||||
| * | Port password handling over to using new answer object | Ray Strode | 2008-06-02 | 1 | -28/+5 |
| | | |||||
| * | Respond with password of "" if boot splash plugin isn't loaded | Ray Strode | 2008-06-02 | 1 | -0/+6 |
| | | |||||
| * | Allow distro/system builder to specify path to logo | Ray Strode | 2008-05-29 | 1 | -1/+21 |
| | | | | | | | | Previously we've just hard coded the location to the fedora logo. Now it's a configure time flag. We also have a configure time flag for a background color that goes with the logo, but none of the splash plugins make use of it yet. | ||||
| * | More s/fedora// work | Ray Strode | 2008-05-29 | 1 | -1/+1 |
| | | |||||
| * | switch over to spinfinity plugin by default | Ray Strode | 2008-05-28 | 1 | -1/+1 |
| | | |||||
| * | Exit plymouth early if going to single user mode | Ray Strode | 2008-05-28 | 1 | -0/+27 |
| | | |||||
| * | Read /proc/cmdline and enable debugging if plymouth:debug is there | Ray Strode | 2008-05-28 | 1 | -0/+54 |
| | | | | | | | | Currently we toggle verbose messges if the user presses ctrl-v. That's fine, but doesn't help to debug problems that happen before a splash screen is shown. This provides a mechanism to enable messages earlier | ||||
| * | Random spacing clean ups | Ray Strode | 2008-05-28 | 1 | -6/+6 |
| | | |||||
| * | Add second cut at password support | Ray Strode | 2008-05-21 | 1 | -3/+28 |
| | | | | | | | | | | This version works even in raw mode, by buffering key presses passed from the window object, and replying to the client after the user presses enter. There are a lot of layers of function pointers getting passed around, so it may make sense to introduce an opaque type for holding the password and triggering the reply. | ||||
| * | Build in tracing by default and toggle on with ctrl-v | Ray Strode | 2008-05-20 | 1 | -2/+0 |
| | | |||||
