Browse Source

Add in save password

master
nolim1t 5 years ago
parent
commit
d1747a5b71
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 5
      stage2/05-prepare-home-dir/01-run.sh

5
stage2/05-prepare-home-dir/01-run.sh

@ -1,4 +1,9 @@
# Test out image
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…
Cancel
Save