mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-05 16:01:34 +00:00
The prior change to pre-seed the correct base added a case to handle installation of the core snap. When that was added it created a case where the $core_snap variable would not be defined when we reach the end of the _snap_preseed function and evaluate if $core_snap is defined by empty. Previous if the snap to preseed was core or core18 then $core_snap would be "" so this patch addresses that by ensuring the variable exists and is empty by default.
Description
Languages
Shell
87.1%
Python
10.9%
Perl
2%