]> git.zerfleddert.de Git - m1-debian/commitdiff
remove cruft
authorThomas Glanzmann <thomas@glanzmann.de>
Sat, 29 Jan 2022 19:44:00 +0000 (20:44 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Sat, 29 Jan 2022 19:44:00 +0000 (20:44 +0100)
doc/asahi.txt

index 79a12fb7f6aa0a20e5e7dd6aec5c07311ee16db9..6c6241bb5bf9168999ac6e8edb312bc38de0846d 100644 (file)
@@ -45,17 +45,14 @@ curl -L https://tg.st/u/m1.tgz | tar -xOz | dd of=/dev/<identifier of Linux File
 # Build dependencies
 sudo apt install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross device-tree-compiler imagemagick build-essential bc kmod flex cpio libncurses5-dev libelf-dev:native bison libssl-dev
 
-# Compile the kernel
+# Crosscompile the kernel
 git clone --depth 1 https://github.com/AsahiLinux/linux
 cd linux
 curl -s https://tg.st/u/9ce9060dea91951a330feeeda3ad636bc88c642c.patch | git am -
 curl -s https://tg.st/u/5nly | git am -
 curl -s https://tg.st/u/m1-config-2022-01-27 > .config
-
-# Crosscompile the kernel
 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- olddefconfig
 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j32 Image.gz dtbs
-
 cd ..
 
 # build m1n1
Impressum, Datenschutz