Skip to content

evsinev/linux-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linux-image

Scripts to install the minimum ubuntu version on ARMv7 boards.

Requirements

apt-get install parted bsdtar dosfstools

After install

Run the commands after booting

apt-get update && apt-get -y upgrade && apt-get install -y mc htop openssh-server docker.io
localedef -i en_US -c -f UTF-8 en_US.UTF-8

Adding user

USERNAME=es
useradd -m $USERNAME && usermod -aG sudo,dialout $USERNAME
passwd $USERNAME

About

Creates linux images for different ARM boards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages