1 changed files with 5 additions and 0 deletions
@ -1,4 +1,9 @@ |
|||||
# Test out image |
# Test out image |
||||
echo "Hello World" >> $ROOTFS_DIR/home/$FIRST_USER_NAME/hello.txt |
echo "Hello World" >> $ROOTFS_DIR/home/$FIRST_USER_NAME/hello.txt |
||||
|
|
||||
|
# Save password (for createwallet script). |
||||
|
# We will remove this later when a more suitable secure system is finalized. |
||||
|
|
||||
|
touch $ROOTFS_DIR/home/$FIRST_USER_NAME/.save_password |
||||
|
|
||||
|
|
||||
|
Loading…
Reference in new issue