While testing the MicroOS image specified in https://bugzilla.suse.com/show_bug.cgi?id=1218068#c23, I set an encryption password different than the root password, but the system was encrypted using the root password anyway.
Maybe the following line is wrong and it should use $crypt_pw instead of $password?
While testing the MicroOS image specified in https://bugzilla.suse.com/show_bug.cgi?id=1218068#c23, I set an encryption password different than the root password, but the system was encrypted using the root password anyway.
Maybe the following line is wrong and it should use
$crypt_pw
instead of$password
?https://github.com/openSUSE/disk-encryption-tool/blob/6a5fb7feef514da079487c123c015765d202f868/jeos-firstboot-diskencrypt#L62