aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.txt
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-09-28 07:03:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-10-04 06:17:08 +0200
commit4ae045d72d710a25ecdbe2c71499ac05f7bcfa47 (patch)
tree076fa0149f9e1cc3bc923f1709e14f0dba5beca5 /bootstrap.txt
parentd916317c8c5c0093978a13495c17cf8b319d3ad9 (diff)
Add support for --arch-variant, --kernel-source
Diffstat (limited to 'bootstrap.txt')
-rw-r--r--bootstrap.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/bootstrap.txt b/bootstrap.txt
index e9963fa..d02088a 100644
--- a/bootstrap.txt
+++ b/bootstrap.txt
@@ -53,8 +53,13 @@
Save the log for later comparison (might have to redo a from-stage-1
bootstrap to get the complete log).
+ To bootstrap an architecture variant with a pre-configured kernel:
+
+ ./bootstrap --arch-variant m1 --kernel-source .../linux-asahi-5.19-5-1.tar.xz
+
* Compare sizes to previous version for any abnormalities (if a lot larger,
- check if GCC executables are stripped).
+ check if GCC executables are stripped or if the kernel is somewhy is now
+ built with debug info).
* After deployment, test VM upload/removal scripts (there are often issues
after upgrading to new btrfs-progs).