mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker
synced 2024-11-10 19:10:48 +00:00
update
This commit is contained in:
parent
7ee29c4b3d
commit
62660ac0e4
@ -61,6 +61,8 @@ So if theres boot menu option choose non-uefi.
|
|||||||
* install grub</br>
|
* install grub</br>
|
||||||
`grub-install /dev/sda`</br>
|
`grub-install /dev/sda`</br>
|
||||||
`grub-mkconfig -o /boot/grub/grub.cfg`
|
`grub-mkconfig -o /boot/grub/grub.cfg`
|
||||||
|
* set password for root</br>
|
||||||
|
`passwd`
|
||||||
* remove the bootable media and restart the machine</br>
|
* remove the bootable media and restart the machine</br>
|
||||||
`exit`</br>
|
`exit`</br>
|
||||||
`reboot`
|
`reboot`
|
||||||
@ -68,8 +70,6 @@ So if theres boot menu option choose non-uefi.
|
|||||||
# Basic configuration after the first boot
|
# Basic configuration after the first boot
|
||||||
|
|
||||||
* login as `root`</br>
|
* login as `root`</br>
|
||||||
* set password for root</br>
|
|
||||||
`passwd`
|
|
||||||
* set hostname</br>
|
* set hostname</br>
|
||||||
`echo docker-host > /etc/hostname`
|
`echo docker-host > /etc/hostname`
|
||||||
* add new user and set their password</br>
|
* add new user and set their password</br>
|
||||||
|
Loading…
Reference in New Issue
Block a user