Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmutin committed Nov 26, 2019
1 parent 2e8ff99 commit 77611cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,15 +287,6 @@ maintenance and allows for more easy customization.
This stage also install libnss-mdns package and enable password-less sudo
for everyone.

- **Stage 4** - Raspbian system meant to fit on a 4GB card. More development
tools, an email client, learning tools like Scratch, specialized packages
like sonic-pi, system documentation, office productivity, etc. This is the
stage that installs all of the things that make Raspbian friendly to new
users.

- **Stage 5** - The official Raspbian Desktop image. Right now only adds
Mathematica.

### Stage specification

If you wish to build up to a specified stage (such as building up to stage 2
Expand Down
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ PI_GEN=LyonVision-pi-gen
PI_GEN_REPO=https://github.com/Team5553-RoboLyon/LyonVision-pi-gen
FIRST_USER_NAME='vision'
FIRST_USER_PASS='lyon'
HOSTNAME=lyonvision
HOSTNAME='lyonvision'
2 changes: 0 additions & 2 deletions scripts/common
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ on_chroot() {
export -f on_chroot

update_issue() {
local GIT_HASH
GIT_HASH=$(git rev-parse HEAD)
echo -e "${IMG_NAME} built on ${IMG_DATE}\nGenerated using ${PI_GEN}, ${PI_GEN_REPO}, ${GIT_HASH}, ${1}" > "${ROOTFS_DIR}/etc/rpi-issue"
}
export -f update_issue
3 changes: 2 additions & 1 deletion stage3/EXPORT_IMAGE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
IMG_SUFFIX=""
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi
fi

0 comments on commit 77611cf

Please sign in to comment.