]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Raise default boot duration to one minute
authorRay Strode <rstrode@redhat.com>
Thu, 25 Sep 2008 20:45:18 +0000 (16:45 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 29 Sep 2008 03:40:29 +0000 (23:40 -0400)
45 seconds is probably a little on the low
side for most machines.

src/ply-boot-splash.c

index a67224b662cd08dbcc49fe8146cd1f6c1a7872a3..eb29eb1d2eea5adf784e04aa0365163ae1c272e6 100644 (file)
@@ -44,7 +44,7 @@
 #endif
 
 #ifndef DEFAULT_BOOT_DURATION
-#define DEFAULT_BOOT_DURATION 45.0
+#define DEFAULT_BOOT_DURATION 60.0
 #endif
 
 #define BOOT_DURATION_FILE PLYMOUTH_TIME_DIRECTORY "/boot-duration"