Browse Source
Remove secrets creation as that should already be done
master
nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
1 additions and
4 deletions
-
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 |
|
|
|
|
|
|
|