Browse Source

Remove secrets creation as that should already be done

master
nolim1t 5 years ago
parent
commit
5dd85e62a4
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

@ -2,9 +2,6 @@
# We will remove this later when a more suitable secure system is finalized.
touch $ROOTFS_DIR/home/$FIRST_USER_NAME/.save_password
echo "Making Secrets directory"
mkdir -p $ROOTFS_DIR/home/$FIRST_USER_NAME/secrets
echo "Executablesi directory"
echo "Executables directory"
mkdir -p $ROOTFS_DIR/home/$FIRST_USER_NAME/bin

Loading…
Cancel
Save