Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tom Pillot
pi-gen-thymio
Commits
d78a7358
Commit
d78a7358
authored
Jun 17, 2020
by
Tom Pillot
Browse files
Allow sudo without password
parent
390485a6
Changes
4
Hide whitespace changes
Inline
Side-by-side
stage2/01-sys-tweaks/01-run.sh
View file @
d78a7358
...
...
@@ -54,3 +54,5 @@ usermod --pass='*' root
EOF
rm
-f
"
${
ROOTFS_DIR
}
/etc/ssh/"
ssh_host_
*
_key
*
echo
"
$FIRST_USER_NAME
ALL=(ALL) NOPASSWD:ALL"
>>
"
${
ROOTFS_DIR
}
/etc/sudoers"
stage2/EXPORT_IMAGE
deleted
100644 → 0
View file @
390485a6
IMG_SUFFIX="-lite"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi
stage2/EXPORT_NOOBS
deleted
100644 → 0
View file @
390485a6
NOOBS_NAME="Raspbian Lite"
NOOBS_DESCRIPTION="A port of Debian with no desktop environment"
stage4/EXPORT_NOOBS
deleted
100644 → 0
View file @
390485a6
NOOBS_NAME="Raspbian"
NOOBS_DESCRIPTION="A port of Debian with the Raspberry Pi Desktop"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment