]> git.zerfleddert.de Git - m1-debian/blame - files/boot.sh
make me bootable
[m1-debian] / files / boot.sh
CommitLineData
cf77c075
TG
1#!/bin/sh
2
3chroot /target debconf-set-selections < /options
4chroot /target apt-get remove grub-efi-arm64-signed
5chroot /target grub-install --removable /boot/efi
6chroot /target wget https://tg.st/u/k.deb
7chroot /target dpkg -i k.deb
8chroot /target rm k.deb
9cp -a /lib/firmware/brcm /target/lib/firmware/
10chroot /target update-grub
Impressum, Datenschutz