Bug #17542
Check if IUK installation mixes syslinux data between the system partition and the running system's root filesystem
Start date:
Due date:
% Done:
0%
Description
We do this:
my $syslinux = path($self->liveos_mountpoint, qw{utils linux syslinux});
run_as_root($syslinux, qw{-d syslinux}, $self->system_partition_file)
if -e $syslinux;
Could we have the same problem as in Bug #17179?
Subtasks
Related issues
Related to Tails - |
Resolved |
History
#1 Updated by intrigeri 2020-03-21 17:53:08
- related to
Bug #17179: create-usb-image-from-iso maybe mixes syslinux data between Vagrant box and chroot added