Description
tune2fs: not found logged at startup which causes some other errors in startup. This does not appear to be a fatal error but may be related to #132
Steps to Reproduce
- Boot a Neon OS image
- Check console or dmesg for logged errors
Relevant Code
|
tune2fs -U "${root_uuid}" /dev/mmcblk1p2 && lo9g "Changed root partition UUID to ${root_uuid}" |
Other Notes
Mentioned on Matrix
Description
tune2fs: not foundlogged at startup which causes some other errors in startup. This does not appear to be a fatal error but may be related to #132Steps to Reproduce
Relevant Code
neon_debos/initramfs_build/overlay/scripts/check_install.sh
Line 59 in 058d2a9
Other Notes
Mentioned on Matrix