Skip to content
Snippets Groups Projects
Commit 9b326376 authored by Bob Mottram's avatar Bob Mottram
Browse files

Missing rootdir

parent 30b77458
No related branches found
No related tags found
No related merge requests found
......@@ -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 <<<'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment