Update 2_Image_Building - More verbose comment authored by Nils Küster's avatar Nils Küster
...@@ -38,7 +38,7 @@ cp -a reseed reseed_InsertTagOfTheOldImageHere ...@@ -38,7 +38,7 @@ cp -a reseed reseed_InsertTagOfTheOldImageHere
cd reseed cd reseed
git pull git pull
# Optional - Apply custom changes # !Optional! - Apply custom changes - Usually not mandatory
git apply example/path/to/example_changes.patch git apply example/path/to/example_changes.patch
``` ```
... ...
......