私はlivecdツールを使用して必要に応じてカスタマイズされたISOイメージを作成しています。よく構築されているようですが、起動後に参照されたinodeが削除されたことを示すext4fsエラーがたくさん発生します。私のカスタム投稿セクションでは、いくつかの設定ファイルをコピーし、いくつかのソフトウェアを手動でインストールしました。
これらのエラーをどのように削除できますか?
編集#1
ビルド中に次のエラーが発生します(これは後でext4エラーが発生するかどうか疑問に思うかもしれません)。
/etc/selinux/targeted/contexts/files/file_contexts: line 190 has invalid context system_u:object_r:nsd_conf_t:s0
/etc/selinux/targeted/contexts/files/file_contexts: line 263 has invalid context system_u:object_r:ctdbd_var_t:s0
/etc/selinux/targeted/contexts/files/file_contexts: line 389 has invalid context system_u:object_r:kdump_crash_t:s0
/etc/selinux/targeted/contexts/files/file_contexts: line 467 has invalid context system_u:object_r:condor_etc_rw_t:s0
/etc/selinux/targeted/contexts/files/file_contexts: line 609 has invalid context system_u:object_r:nsd_zone_t:s0
/etc/selinux/targeted/contexts/files/file_contexts: line 1166 has invalid context system_u:object_r:pesign_var_run_t:s0
/etc/selinux/targeted/contexts/files/file_contexts: line 1355 has invalid context system_u:object_r:nsd_zone_t:s0
/etc/selinux/targeted/contexts/files/file_contexts: line 1356 has invalid context system_u:object_r:openvpn_var_lib_t:s0
/etc/selinux/targeted/contexts/files/file_contexts: line 1375 has invalid context system_u:object_r:neutron_var_lib_t:s0
Exiting after 10 errors.
注:SELinuxが有効かどうかにかかわらず、これらのエラーが発生します。問題があるというSELinux通知が届かなかったので、SELinuxが何をブロックしているのかわかりません。
これにより、dmesg | tail
SELinuxがext4スパースファイル用のループバックデバイスとして設定されていることがわかります。
SELinux: initialized (dev loop5, type ext4), uses xattr
SELinux: initialized (dev loop6, type vfat), uses genfs_contexts
SELinux: initialized (dev loop6, type hfsplus), uses genfs_contexts
SELinux: initialized (dev loop6, type hfsplus), uses genfs_contexts