aboutsummaryrefslogtreecommitdiff
path: root/Raspberry Pi.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-23 17:09:41 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-23 17:09:41 +0100
commit377cc5c1d2e0d002cf53e1d23230ff2a19e8a7f3 (patch)
tree44e38f80124d3590bb32fd31601d87ead012d7b0 /Raspberry Pi.wiki
parentons 23 feb 2022 17:09:36 CET (diff)
parentfre 18 feb 2022 19:34:12 CET (diff)
downloadwiki-public-377cc5c1d2e0d002cf53e1d23230ff2a19e8a7f3.tar.gz
wiki-public-377cc5c1d2e0d002cf53e1d23230ff2a19e8a7f3.tar.xz
Merge branch 'master' of git.hornquist.se:git/wiki-public
Diffstat (limited to 'Raspberry Pi.wiki')
-rw-r--r--Raspberry Pi.wiki17
1 files changed, 17 insertions, 0 deletions
diff --git a/Raspberry Pi.wiki b/Raspberry Pi.wiki
index 87bd625..d2bfc60 100644
--- a/Raspberry Pi.wiki
+++ b/Raspberry Pi.wiki
@@ -7,6 +7,8 @@ sudo debootstrap --foreign --arch=anmhf bullseye PWD/root http://raspbian.raspbe
pacaur -S qemu-user-static binfmt-qemu-static
+stty -F {} 115200
+
==== puppet ====
{{{
include profiles::raspberry_builder
@@ -80,3 +82,18 @@ TFTP GET
- config.txt
- recovery.elf
- start.elf
+
+== För Stupan ==
+- /var/lib/machines/raspberry-builder/setup-used-for-stupan.sh
+- /setup.sh bullseye stupan
+- chroot $ apt install xterm openbox cantata
+- cd /var/tmp
+- dd if=/dev/zero of=stupan.img bs=4M count=1000 status=progress
+
+- parted stupan.img mklabel msdos
+- parted -a optimal mkpart primary 0% 512MB
+- parted -a optimal mkpart primary 512MB 100%
+
+apt install parted
+echo 'options loop max_part=8' > /etc/modprobe.d/loop.conf
+