#!/bin/bash source ../functions/main # Change the ownership for ${LFS} and its subdirectories chown -Rv root:root ${LFS} write_completed_stage exit $?