From: Ray Strode Date: Thu, 25 Sep 2008 20:45:18 +0000 (-0400) Subject: Raise default boot duration to one minute X-Git-Tag: 0.6.0~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d31502f03fa14b666c308ba1e54736e1cd07e9b;p=thirdparty%2Fplymouth.git Raise default boot duration to one minute 45 seconds is probably a little on the low side for most machines. --- diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index a67224b6..eb29eb1d 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -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"