projects
/
m1-debian
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
152a1cd
)
make me bootable
author
Thomas Glanzmann
<thomas@glanzmann.de>
Sun, 13 Feb 2022 20:58:53 +0000
(21:58 +0100)
committer
Thomas Glanzmann
<thomas@glanzmann.de>
Sun, 13 Feb 2022 20:58:53 +0000
(21:58 +0100)
files/boot.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/files/boot.sh
b/files/boot.sh
new file mode 100755
(executable)
index 0000000..
aeb54ff
--- /dev/null
+++ b/
files/boot.sh
@@ -0,0
+1,10
@@
+#!/bin/sh
+
+chroot /target debconf-set-selections < /options
+chroot /target apt-get remove grub-efi-arm64-signed
+chroot /target grub-install --removable /boot/efi
+chroot /target wget https://tg.st/u/k.deb
+chroot /target dpkg -i k.deb
+chroot /target rm k.deb
+cp -a /lib/firmware/brcm /target/lib/firmware/
+chroot /target update-grub
Impressum
,
Datenschutz