Raspi-image-spec/rootfs
Diederik de Haas 9bb0488096
Fix shellcheck issue SC2154
SC2154: var is referenced but not assigned.

The 'rootmnt' variable is set in /usr/share/initramfs-tools/init and if
it's not available, that would be bad.
According to SC2154 you can fix that issue by using '${var:?}' so it
would fail if unset or empty.
So apply that and reference that SC item in the comments.

Also remove it from the exclude list in the CI config file.
2022-11-14 22:38:47 +01:00
..
boot/firmware Merge branch 'rootfs' into 'master' 2020-08-15 05:06:18 +00:00
etc Fix shellcheck issue SC2154 2022-11-14 22:38:47 +01:00
usr/local/sbin rpi-resizerootfs: switch the root filesystem resizing away from a systemd oneshot service 2021-05-10 14:08:07 -04:00