Preparation for the bldbasalt script

Step 1
Install the live-build tool and others:
# apt-get install live-build squashfs-tools syslinux-common xorriso isolinux

Step 2
Assign work, files, and build directory variables:
WKDIR="$(pwd)"
FLDIR="basalt"
BLDDIR="basaltOS"
mkdir=$BLDDIR

Step 3
Collect all background images and copy them to /$FLDIR/backgrounds

Step 4
Configure your desktop settings and copy ~/.config/xfce4 to /$FLDIR/

Step 5
Copy any miscelaneous deb packages into /$FLDIR/misc64

Step 6
Place shell scripts in /$FLDIR/scripts, icons in /$FLDIR/icons,
hooks in /$FLDIR/hooks, documentation in /$FLDIR/doc

Step 7
Copy bootloaders from /usr/share/live/build/bootloaders to /$FLDIR/bootloaders
Replace splash.png in each subfolder with your custom 640x480 PNG

Step 8
Run: bash bldbasalt
