]>
Commit | Line | Data |
---|---|---|
1 | # To find the device model | |
2 | (mini) [/sys] cat ./firmware/devicetree/base/model | |
3 | > [1] https://salsa.debian.org/installer-team/libdebian-installer/-/blob/master/src/system/subarch-arm64-linux.c | |
4 | ||
5 | # To fix grub installation | |
6 | > [2] https://salsa.debian.org/installer-team/grub-installer/-/blob/master/grub-installer#L696 | |
7 | > [3] https://salsa.debian.org/installer-team/grub-installer/-/blob/master/grub-installer#L907 | |
8 | ||
9 | # 64bit kernel | |
10 | > [4] https://salsa.debian.org/kernel-team/linux/-/tree/master/debian/config/arm64 | |
11 | > [5] https://salsa.debian.org/kernel-team/linux/-/blob/master/debian/installer/kernel-versions | |
12 | ||
13 | # Todo: | |
14 | - Hook wifi | |
15 | - Fix agruments to grub installation when running on m1 | |
16 | - Hook kernel installation |