#!/bin/bash

r2bbl=/tmp/r2b-buildlist-gcc

cat << EOF > $r2bbl
**R2B
d/gcc
d/libtool
d/binutils
d/oprofile
l/glibc
**R2B
EOF
#/usr/bin/r2b \

r2b \
  -Iip3 \
  -c $r2bbl

# Not required once the OS is baked:
#  --slackware-bootstrap \

