Adding pi-gen sources as of v9-beta3

This commit is contained in:
Richard Goodwin
2018-10-31 07:53:41 -05:00
parent 7c6f46083f
commit d3745aafde
14 changed files with 376 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
--- stage7/rootfs/boot/cmdline.txt
+++ stage7/rootfs/boot/cmdline.txt
@@ -1 +1 @@
-dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet init=/usr/lib/raspi-config/init_resize.sh
+dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2,g_ether quiet

View File

@@ -0,0 +1,7 @@
--- stage7/rootfs/boot/config.txt
+++ stage7/rootfs/boot/config.txt
@@ -54,3 +54,4 @@
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
+dtoverlay=dwc2

View File

@@ -0,0 +1,9 @@
--- stage7/rootfs/etc/hosts
+++ stage7/rootfs/etc/hosts
@@ -3,4 +3,5 @@
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
-127.0.1.1 raspberrypi
+127.0.0.1 teslausb
+

View File

@@ -0,0 +1,5 @@
--- stage7/rootfs/etc/hostname
+++ stage7/rootfs/etc/hostname
@@ -1 +1 @@
-raspberrypi
+teslausb

View File

@@ -0,0 +1,4 @@
01-cmdline-update.diff
02-config-update.diff
03-hosts-update.diff
04-hostname-update.diff