diff options
Diffstat (limited to 'bootstrap.txt')
-rw-r--r-- | bootstrap.txt | 7 |
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). |