diff options
Diffstat (limited to 'bootstrap.txt')
-rw-r--r-- | bootstrap.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bootstrap.txt b/bootstrap.txt index 2554d43..d746c80 100644 --- a/bootstrap.txt +++ b/bootstrap.txt @@ -23,7 +23,7 @@ We currently only use init plus udev in scripts/init-{top,bottom}. -* Grep for 'bug' in init and bootstrap scripts, see if any bugs have +* Grep for 'bug' and @@ in init and bootstrap scripts, see if any bugs have been fixed and corresponding workarounds can be removed. * Upgrade to latest debootstrap and debian-archive-keyring from unstable @@ -35,4 +35,13 @@ ./bootstrap 2>&1 | tee bootstrap.log + NOTE: tee does not play well with bash prompt (used for troubleshooting). + + NOTE: if during boostrap you need to but unable to delete an intermediate + btrfs submodules, then it most likely has nested submodules (see nspawn() + in bootstrap). + + Save the log for later comparison (might have to redo a from-stage-1 + bootstrap to get the complete log). + * Compare sizes to previous version for any abnormalities. |