From 77611cf65da16336964309ca825bdcc2cdfcc73e Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 26 Nov 2019 18:35:58 +0100 Subject: [PATCH] Cleaning --- README.md | 9 --------- config | 2 +- scripts/common | 2 -- stage3/EXPORT_IMAGE | 3 ++- 4 files changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 116d6ad5dd..305f6eab1c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config b/config index 03f7d32366..2cf9c0125d 100644 --- a/config +++ b/config @@ -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 \ No newline at end of file +HOSTNAME='lyonvision' \ No newline at end of file diff --git a/scripts/common b/scripts/common index 179efb3363..8f7f8dcea6 100644 --- a/scripts/common +++ b/scripts/common @@ -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 diff --git a/stage3/EXPORT_IMAGE b/stage3/EXPORT_IMAGE index 5d50c77008..79ec11a3d0 100644 --- a/stage3/EXPORT_IMAGE +++ b/stage3/EXPORT_IMAGE @@ -1,3 +1,4 @@ +IMG_SUFFIX="" if [ "${USE_QEMU}" = "1" ]; then export IMG_SUFFIX="${IMG_SUFFIX}-qemu" -fi \ No newline at end of file +fi