No description
Find a file
Mikhail Novosyolov 48506e264e Fix python syntax
```
Traceback (most recent call last):
  File "/usr/bin/livecd-creator", line 258, in <module>
    sys.exit(main())
  File "/usr/bin/livecd-creator", line 232, in main
    creator.configure()
  File "/usr/lib/python3.8/site-packages/imgcreate/creator.py", line 802, in configure
    self._create_bootconfig()
  File "/usr/lib/python3.8/site-packages/imgcreate/live.py", line 259, in _create_bootconfig
    self._configure_bootloader(self.__ensure_isodir())
  File "/usr/lib/python3.8/site-packages/imgcreate/live.py", line 852, in _configure_bootloader
    self._configure_efi_bootloader(isodir)
  File "/usr/lib/python3.8/site-packages/imgcreate/live.py", line 838, in _configure_efi_bootloader
    cfg += self.__get_efi_image_stanzas(isodir, self.name)
  File "/usr/lib/python3.8/site-packages/imgcreate/live.py", line 815, in __get_efi_image_stanzas
    long = "Start " + long,
TypeError: can only concatenate str (not "bytes") to str
```
2020-05-28 15:57:01 +03:00
.abf.yml Rebase to livecd-tools v27.1 2020-02-02 11:12:06 -05:00
0001-Add-ability-to-prevent-SELinux-relabelling-from-host.patch Update patch 2020-05-17 16:04:26 +03:00
0002-Adapt-Grub-and-Shim-paths-for-ROSA.patch grub.efi -> grubcd.efi (as it was in ROSA patches for the old version of livecd-tools) 2020-05-18 11:17:45 +03:00
0003-Add-livenet-and-anaconda-initrd-modules.patch add "anaconda" and "livenet" dracut modules to LiveCD 2020-05-28 13:48:14 +03:00
0004-Port-ROSA-theme.patch Fix python syntax 2020-05-28 15:57:01 +03:00
0005-Add-start-up-in-basic-graphics-mode-without-plymouth.patch Fix python syntax 2020-05-28 15:57:01 +03:00
livecd-tools.spec Fix python syntax 2020-05-28 15:57:01 +03:00