<>

3.1. Commands need to be executed

export WORK=/mnt/bootcd
mkdir -p $WORK/iso/install/misc
mkdir -p $WORK/tmpfs/mnt/lfs
ln -sf /media/cdrom/install $WORK/tmpfs/
cat >> $WORK/tmpfs/etc/profile << EOF
export LFS=/mnt/lfs
EOF