# Create a fresh repository
mkdir -p $BOOTLESS_DIR/{default,custom,grub}
- mkdir -p $BOOTLESS_DIR/custom/{debian,memtest}
+ mkdir -p $BOOTLESS_DIR/default/{debian,memtest}
touch $BOOTLESS_DIR/{default,custom,grub}/.empty
touch $BOOTLESS_DIR/default/{debian,memtest}/.empty
- ( cd $BOOTLESS_DIR && ln -s . boot)
+ #( cd $BOOTLESS_DIR && ln -s . boot)
if [ -f "/boot/memtest86+.bin" ]; then
cp /boot/memtest86+.bin $BOOTLESS_DIR/default/memtest