X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=README;h=4bbcc87018079be31b6f0a1c59398c8dbd814733;hp=3f01a9726948b5dac69ce49a161f828ab20f1925;hb=1b08e82a978c8db76e1ebc67f3b4ae875ba27537;hpb=ba262e831eff83f90b963d7a7c9b678ce7436294 diff --git a/README b/README index 3f01a97..4bbcc87 100644 --- a/README +++ b/README @@ -307,7 +307,21 @@ s apt-get update s apt dist-upgrade - +### How to merge upstream fai-config + +git checkout upstream +cd path-to-fai-config +git pull --stat +# the following needs modification if there was deletions or renames +rsync --exclude /.git -rlpgoDcvi . /b/fai/fai/config/ +cd /b/fai/fai/config/ +# where XXXXX is the git commit hash +# note, several files which just had trailing space changes will get ignored. +git commit -am "update upstream to XXXXX" +git checkout master +git merge upstream +# fix conflicts +git commit # TODO