From e43d67506129608a0dd45f1421391ff2331eeee8 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 24 Feb 2018 15:54:55 -0500 Subject: [PATCH] Disable DNS w/o merge conflict (#3) * Stretch base system working W/O DRIDE - Currently removed Dride edits/software to get base OS working * Enabled Ether over USB I slightly rearranged a few startups in stage2 to give us room for more expansion later. Boot files update important to come prior to Dride software. Stretch base system working W/O DRIDE * Dride+Stretch working - wifi works with specific Dride network - usb0 interface also works if you need to debug/hack All Dride network items have been separated into this step * DrideOS gets Dride software added back in on Debian Stretch - software base; testing commencing * Added new dride partition, clean, updated README - updated README to explain how this has been modified vs. upstream - removed and cleaned unused scripts - added dride partition creation on startup (runonce) - drideOS conditional renamed to dride-plus * Use the /dride path and provide soft links during software installation - updated README * Fixed DNS resolution - disable it This will keep it from interfering with paired iOS device for example (overwriting) --- stage2/05-dride-net/00-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stage2/05-dride-net/00-run.sh b/stage2/05-dride-net/00-run.sh index 5180863..b6c733b 100755 --- a/stage2/05-dride-net/00-run.sh +++ b/stage2/05-dride-net/00-run.sh @@ -13,6 +13,7 @@ on_chroot << EOC #apt-get install hostapd dnsmasq -yqq cat > /etc/dnsmasq.conf <