<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000066">
<font size="+1"></font>Eric Doviak wrote:
<blockquote cite="mid:486CB6AA.7050707@doviak.net" type="cite">
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
Luis Mondesi wrote:
  <blockquote cite="mid:E80E64FC-5436-48D6-BEC9-19EFF5CA5114@gmail.com"
 type="cite">
    <div>When $resume is not set, does Splashy start from initramfs
init-top? Why does Splashy starts "late"?</div>
  </blockquote>
When "$resume" is not set, Splashy does not start from "init-top". It
appears to start from "init-bottom". My guess is that Splashy starts
"late" because the script is waiting for information about "$resume".<br>
  <br>
I tried adding the "case" structure from "local-premount/resume", but I
didn't have any luck.<br>
  <br>
- Eric<br>
  <br>
</blockquote>
<font color="#000066" size="+1"><br>
Just to clarify ... Simply testing this condition:<br>
<br>
&gt; if [ ! -z "${resume}" ]; then<br>
&gt;         SPLASH=false<br>
&gt; fi<br>
<br>
causes Splashy to start late. That's why I created the "laptop" kernel
argument. <br>
<br>
When I tested my hack by not passing the "laptop" kernel argument,
Splashy starts from "init-top" (like it is supposed to)</font><font
 color="#000066" size="+1">, but I can only start-up, shutdown and
suspend. I cannot resume. </font><font color="#000066" size="+1">The
"laptop" kernel argument fixes the "resume bug," but it causes Splashy
to start late on </font><font color="#000066" size="+1">start-up</font><font
 color="#000066" size="+1">.</font><br>
<font color="#000066" size="+1"><br>
- Eric<br>
<br>
<br>
<br>
</font>
</body>
</html>