mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 07:33:00 +00:00
13 lines
457 B
Diff
13 lines
457 B
Diff
diff --git a/imgcreate/live.py b/imgcreate/live.py
|
|
index cc69c19..aba9de9 100644
|
|
--- a/imgcreate/live.py
|
|
+++ b/imgcreate/live.py
|
|
@@ -819,6 +819,8 @@ search --no-floppy --set=root -l '%(isolabel)s'
|
|
else:
|
|
long = self.product
|
|
|
|
+ kernel_options += " rd.luks=0 rd.md=0 rd.dm=0"
|
|
+
|
|
for index in range(0, 9):
|
|
# we don't support xen kernels
|
|
if os.path.exists("%s/EFI/BOOT/xen%d.gz" %(isodir, index)):
|