Update setup_base_image_debian.txt

This commit is contained in:
Taylor Helsper 2019-10-10 13:17:54 -05:00 committed by GitHub
parent 040c77b1ee
commit 35c2654598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@
###
# Install Debian 10.1.0 Net-install via CD
# URL: https://www.debian.org/CD/netinst/
# Follow instructions:
# - Graphical Install
# - English, US, American English
# - Hostname: myNode
@ -29,6 +31,7 @@ adduser admin sudo
deluser mynode
rm -rf /home/mynode
exit
# Login as admin / bolt
# Delete root password
@ -43,4 +46,5 @@ sync
######################
### MAKE IMAGE NOW ###
######################
### (if imaging) ###
######################