diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2009-10-07 17:07:28 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2009-10-07 17:07:28 +0000 |
commit | ada76c1b01436f85dfeebed4b743356a775aa2fb (patch) | |
tree | 4c77f7879c5a468601cb04c120a0cf1c66256ba2 /scripts | |
parent | e898f8a23a292fbe8b0a907e0077416123def1e1 (diff) | |
download | bootsplash-ada76c1b01436f85dfeebed4b743356a775aa2fb.tar bootsplash-ada76c1b01436f85dfeebed4b743356a775aa2fb.tar.gz bootsplash-ada76c1b01436f85dfeebed4b743356a775aa2fb.tar.bz2 bootsplash-ada76c1b01436f85dfeebed4b743356a775aa2fb.tar.xz bootsplash-ada76c1b01436f85dfeebed4b743356a775aa2fb.zip |
- put back old option, not needed
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 |