Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-08-06 19:50:19 +09:00
parent 2f197ba468
commit 8b00bcab39
1 changed files with 7 additions and 3 deletions

View File

@ -11,7 +11,8 @@ src_paths_deb64 = [paths.src_deb64_osrelease,
paths.src_deb64_modules,
paths.src_deb_splash_image,
paths.src_deb_splash_image,
paths.src_deb_live_theme
paths.src_deb_live_theme,
'break'
]
des_paths_deb64 =[paths.des_osrelease,
@ -23,7 +24,8 @@ des_paths_deb64 =[paths.des_osrelease,
paths.des_modules,
paths.des_splash_image_isolinux,
paths.des_splash_image_grub,
paths.des_live_theme
paths.des_live_theme,
'break'
]
# Copy file lists for debian 64
@ -34,7 +36,8 @@ src_files_deb64 = [paths.src_deb64_grub_etc,
paths.src_deb64_bootloader,
paths.src_deb64_netinstall,
paths.src_deb64_sourcelist,
paths.src_main_line_pep_id
paths.src_main_line_pep_id,
'break'
]
des_files_deb64 = [paths.des_grub_etc,
paths.des_setttings,
@ -44,6 +47,7 @@ des_files_deb64 = [paths.des_grub_etc,
paths.des_netinstall,
paths.des_sourcelist,
paths.des_main_line_pep_id
'break'
]
### Inflate bubble section