kemonine
/
lollipopcloud
Archived
1
0
Fork 0
This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
lollipopcloud/armbian/first_boot.md

36 lines
1.2 KiB
Markdown
Raw Normal View History

2018-06-08 02:33:45 +00:00
# First Boot
Basic setup and configuration that's necessary to get under way.
## Adjust root password + Create First User
When you login to Armbian as root the first time you'll be prompted to set a root password and create the first user.
2018-10-08 18:26:20 +00:00
Follow the prompts and create an administrative user (armbian/debian/ubuntu/admin/etc as the name) that will be used as your primary 'admin' login.
2018-06-08 02:33:45 +00:00
The rest of this guide assumes you'll be logged in as the admin user and will be using sudo to run all commands.
## Mirror Docs
Just in case you need reference material while offline or on a bad network link, mirror these docs to the root filesystem.
```git clone https://git.lollipopcloud.solutions/lollipop-cloud/docs.git /root/docs```
2018-06-08 02:33:45 +00:00
## Disable root login
This will **EXPIRE** the root password. If you run this you can **NOT** login as root!!! Use with care if you're not used to sudo and/or want to retain root login for some reason.
``` bash
passwd -l root
```
## Cleanup fstab
Edit ```/etc/fstab``` and remove the ```commit=600``` block from the root filesystem definition.
## Reboot
This is necessary for the armbian setup to finish resizing the filesystem stored on the sd card.