Missing rootdir

This commit is contained in:
Bob Mottram 2015-11-23 11:26:04 +00:00
parent 30b7745896
commit 9b3263767c
1 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,8 @@ create_generic_image() {
touch $rootdir/home/$MY_USERNAME/.initial_setup
cat >> /home/$MY_USERNAME/.bashrc <<EOF
cat >> $rootdir/home/$MY_USERNAME/.bashrc <<EOF
# initial setup of the system
if [ -f ~/.initial_setup ]; then
clear
echo '>>> Freedombone system initial setup <<<'