mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-22 07:31:30 +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
86.8%
Python
11.2%
Perl
2%