Logo
Explore Help
Register Sign In
Raspberries/buildDebianImRpi64
5
0
Fork 0
You've already forked buildDebianImRpi64
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
cef8519ab7e04188f25c6ecbade8015d6412b871
buildDebianImRpi64/debos/scripts/setup-user.sh

9 lines
116 B
Bash
Raw Normal View History

Add debos recipe for raspberrypi ARM64-based boards This adds a debos recipe for building a desktop image for a ARM64-based RaspberryPi. It include a lightweight desktop, that is LXDE, create a default user "pi" that has sudo access rights. As on Raspbian, the "pi" user is automatically logged in via lightdm. The buster debian splash is also automatically enabled
2019-11-18 21:02:24 +01:00
#!/bin/sh
set -e
adduser --gecos pi --disabled-password pi
adduser pi sudo
echo "pi:pi" | chpasswd
passwd -l root
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 39ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API