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