aboutsummaryrefslogtreecommitdiff
path: root/Raspberry Pi.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-04 16:29:25 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-04 16:29:25 +0100
commit01c497a33a114e2af8cc3060034f666a4909a273 (patch)
tree4968fa138d207764b79f1cc79dff4cf9c7717732 /Raspberry Pi.wiki
parentons 2 feb 2022 19:18:39 CET (diff)
downloadwiki-public-01c497a33a114e2af8cc3060034f666a4909a273.tar.gz
wiki-public-01c497a33a114e2af8cc3060034f666a4909a273.tar.xz
fre 4 feb 2022 16:29:25 CET
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 61c6998..f98f318 100644
--- a/Raspberry Pi.wiki
+++ b/Raspberry Pi.wiki
@@ -82,3 +82,20 @@ TFTP GET
- config.txt
- recovery.elf
- start.elf
+
+== För Stupan ==
+Kopiera /var/lib/machines/raspberry-builder/setup.sh tillbaka till
+upstream. Smuttsiga ändringar finns
+
+- /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