Skip to content

Instantly share code, notes, and snippets.

@fyhertz
fyhertz / raspbian-stretch-lite-slimdown.md
Last active March 22, 2019 10:46 — forked from hhromic/raspbian-stretch-lite-slimdown.md
Slimming Down Raspbian Stretch Lite

Slimming Down Raspbian Stretch Lite

Notes for slimming down a fresh installation of Raspbian Stretch Lite. This guide does not strip Raspbian of basic functionality such as Bluetooth and mDNS.

Instructions

Install a fresh Raspbian Stretch Lite image into the SD card ([source][1]).

$ unzip -p 2018-04-18-raspbian-stretch-lite.zip | dd bs=4M of=/dev/sdX conv=fsync

From 3914ff714ba4561ecff329012d02c3de027ee4a5 Mon Sep 17 00:00:00 2001
From: Matt Conley <mconley@nvidia.com>
Date: Tue, 6 Nov 2018 14:52:18 -0800
Subject: [PATCH] Fix AWS, GCP, HDFS, Kafka and Ignite disable config options
---
tensorflow/BUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tensorflow/BUILD b/tensorflow/BUILD