diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-boot-splash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index 505e841..3173a7a 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -13,6 +13,7 @@ [ $# = 2 ] || { echo "usage: $0 <initrd> <resolution>"; exit 1; } initrd_file=$1 +resolution=$2 plymouth-set-default-theme $THEME |