From e82b43b26cdf08c2e221c0f6a6196174211f0311 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Mon, 12 Dec 2022 08:55:00 +0100 Subject: [PATCH] more todo --- TODO | 6 ++++-- config-gpu.txt => config.txt | 0 m1n1_uboot_kernel.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) rename config-gpu.txt => config.txt (100%) diff --git a/TODO b/TODO index 8f8e419..22240e7 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,4 @@ -Put net.ifnames=0 as default -Check if /boot/esp is mounted otherwise bail on error, for bootstrap check for the file '/debootstrap' +[ ] Put net.ifnames=0 as default +[ ] Check if /boot/esp is mounted otherwise bail on error, for bootstrap check for the file '/debootstrap' +[ ] Re-enable crosscompilation for m1n1_uboot_kernel.sh +[ ] Script the bootstrapping of rust necessary for the kernel diff --git a/config-gpu.txt b/config.txt similarity index 100% rename from config-gpu.txt rename to config.txt diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 65ad628..c26d613 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -20,7 +20,7 @@ build_linux() git fetch -a -t git reset --hard asahi-6.1-rc8-3; source "$HOME/.cargo/env" - cat ../../config-gpu.txt > .config + cat ../../config.txt > .config make LLVM=-15 olddefconfig make -j `nproc` LLVM=-15 V=0 bindeb-pkg > /dev/null ) -- 2.39.2