#!/bin/sh
# create_passwd

echo "root:x:0:0:root:/root:/bin/bash" > $LFS/etc/passwd
