#!/bin/sh
# mount_proc

chown root.root $LFS/proc &&
mount proc $LFS/proc -t proc
