Logo
Explore Help
Register Sign In
Raspberries/image-specs
2
0
Fork 0
You've already forked image-specs
mirror of https://salsa.debian.org/raspi-team/image-specs synced 2026-05-30 14:48:09 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
0143a70e9026af6a87f8c6dd56a314737d750c15
image-specs/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: 33ms 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