#!/bin/sh

if [[ `whoami` != root ]]; then
  echo Attention: this profile should be run as root.
  exit 3
fi

umask 022
/usr/bin/nALFS -l -L nalfs.log LFS-5.0.xml
