Commit Graph

94 Commits (a7bc5f28a733d2dd1e1c8359e18fae4ae73c433d)

Author SHA1 Message Date
Ray Strode 5c81e95480 Unload splash plugin instead of hiding on quit
16 years ago
Ray Strode ebbde8f409 Don't force text mode on quit
16 years ago
Charlie Brej 527301416a Plug various memory leaks
16 years ago
Ray Strode dee4a85787 Require plymouthd to be run as root
16 years ago
Ray Strode de640c616f Fix typo
16 years ago
Ray Strode a284953e42 Actually fix serial console loop
16 years ago
Ray Strode ca07ac0c34 Fix console iterating patch from two commits ago
16 years ago
Ray Strode d12ae10a70 Strip out , when parsing console
16 years ago
Ray Strode a07d23afd4 Use the last console instead of first console
16 years ago
Ray Strode 3822e3573d Add notification to splash plugins when / gets mounted
16 years ago
Ray Strode 5933f71f43 Make daemon pass client sent password prompt to splash plugins
16 years ago
Ray Strode 3141ec7afc Force details plugin if serial console is present
16 years ago
Ray Strode ae67f008b6 Detect serial console and redirect messages if present
16 years ago
Peter Jones 7cac3b1b6f Don't go back into the event loop after we get a SIGABRT or SIGSEGV;
16 years ago
Ray Strode a42c923c29 Make log viewer check spool directory for errors instead
16 years ago
Ray Strode 134da00043 if an error happens during boot up spool it for the viewer
16 years ago
Ray Strode 186fb1f6ed Show detailed plugin if ask-for-password is called when no splash visible
16 years ago
Ray Strode 78bb3d17cd Rearrange functions to prevent forward declaration
16 years ago
Ray Strode 254292def2 Rearrange functions to drop forward declaration
16 years ago
Ray Strode a68a8b736a Use details plugin instead of bailing if no rhgb on kernel cmdline
16 years ago
Ray Strode 70b2e61d62 Add hack to make maintenance mode probably work when
17 years ago
Ray Strode dfbde72557 Stay on tty1 for now
17 years ago
Ray Strode 21b8637cac If stop_watching_signal is called on a signal that isn't being watched, ignore
17 years ago
Ray Strode b95a46bf06 don't require window to be around at quit time
17 years ago
Ray Strode c46f2a10a7 Add --hide-splash option
17 years ago
Ray Strode f1378a5218 Create window when showing splash screen instead of at startup
17 years ago
Ray Strode 645f474d65 Make details plugin go back to default plugin if escape is pressed again
17 years ago
Ray Strode eb47bef71c change to root directory before trying to access files
17 years ago
Ray Strode cc0fc4e577 /Really/ exit cleanly if rhgb isn't present on kernel cmdline
17 years ago
Ray Strode 47fc6b6e39 hide /var/log behind a define
17 years ago
Ray Strode b7f4399294 Exit cleanly if rhgb is not on the command line
17 years ago
Ray Strode 3592a97414 Only run if rhgb is on the command line
17 years ago
Ray Strode 25663f934b Go back to text mode on quit
17 years ago
Ray Strode 4239c79497 only free old splash plugin on escape if there was an old one
17 years ago
Ray Strode e77d7112d8 return to text mode on crash
17 years ago
Peter Jones a6f91f55b1 Name the default plugin "default.so", not "graphical.so", so that it's obvious what's going on there.
17 years ago
Peter Jones eed091a216 Fix obviously broken code I committed yesterday.
17 years ago
Peter Jones 3737f21226 Don't treat "vga=791" the same thing as " 1 ". Also, change the chroot logging.
17 years ago
Ray Strode 3a2743efa9 Change default splash plugin to generic "graphical"
17 years ago
Ray Strode 9116a69e37 Change to vt window is running on after creating window
17 years ago
Ray Strode 16418b38ea Don't try to close session on_quit if it wasn't ever opened
17 years ago
Ray Strode 6287646e24 redirect console io to tty7
17 years ago
Peter Jones 620e947711 Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log.
17 years ago
Ray Strode 129f3bd681 Use vt7 by default
17 years ago
Ray Strode 34d6c76b2f Change window to take a vt number instead of a tty device file
17 years ago
Peter Jones 1836d8b52c Get rid of everything about directory switching and PLY_WORKING_DIRECTORY.
17 years ago
Peter Jones 44ab737bd0 Make plymouth_should_be_running() be less manual, and add " init=" handler.
17 years ago
Peter Jones 74c016281d Remove a bunch of chroot and fs mounting/unmounting code.
17 years ago
Ray Strode e2f2d38e94 invert conditional
17 years ago
Ray Strode fe6ba292f5 Don't require argc > 1
17 years ago