Add support for first xfw boot slideshow

This commit is contained in:
Willy-JL
2023-03-25 22:30:50 +00:00
parent 5facf6dc89
commit 921143fa7b
3 changed files with 20 additions and 1 deletions
+7
View File
@@ -10,6 +10,7 @@ import shutil
import zlib
import tarfile
import math
import pathlib
from slideshow import Main as SlideshowMain
@@ -137,6 +138,12 @@ class Main(App):
return 2
if self.args.splash:
SlideshowMain(no_exit=True)([
"-i",
str(pathlib.Path(self.args.splash).parent / "xfwfirstboot"),
"-o",
join(self.args.directory, "xfwfirstboot.bin"),
])
splash_args = [
"-i",
self.args.splash,