Missing rootdir
This commit is contained in:
parent
30b7745896
commit
9b3263767c
|
@ -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 <<<'
|
||||
|
|
Loading…
Reference in New Issue