diff --git a/Makefile b/Makefile index 658029327..64776cc1c 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,14 @@ PUBLISHDIR = ../projectacrn.github.io/$(RELEASE) # Put it first so that "make" without argument is like "make help". help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + @echo "" + @echo "make pullsource" + @echo " fetch and merge upstream source for the project ACRN code repos" + @echo "" + @echo "make publish" + @echo " publish generated html to projectacrn.github.io site:" + @echo " specify RELEASE=name to publish as a tagged release version" + @echo " and placed in a version subfolder" .PHONY: help Makefile diff --git a/getting_started/index.rst b/getting_started/index.rst index 6c0df46c3..cf53f4343 100644 --- a/getting_started/index.rst +++ b/getting_started/index.rst @@ -113,11 +113,11 @@ partition. Follow these steps: kernel-org.clearlinux.pk414-standard.4.14.34-28 loaderx64.efi - .. note:: - The Clear Linux project releases updates often, sometimes - twice a day, so make note of the specific kernel versions (``*-sos`` - and ``*-standard``) listed on your system, - as you will need them later. + .. note:: + The Clear Linux project releases updates often, sometimes + twice a day, so make note of the specific kernel versions (``*-sos`` + and ``*-standard``) listed on your system, + as you will need them later. #. Put the ``acrn.efi`` hypervisor application (included in the Clear Linux release) on the EFI partition with: @@ -140,13 +140,14 @@ partition. Follow these steps: # cd /mnt/EFI/org.clearlinux/ # cp bootloaderx64.efi bootloaderx64_origin.efi - .. note:: - Be aware that a Clearlinux update that includes a kernel upgrade will - reset this. A Clearlinux update could happen automatically (if you have - not disabled it as described above), if you later install a new - bundle to your system or simply if you decide to trigger an update - manually. Whenever that happens, double-check the platform boot order - using ``efibootmgr -v`` and modify it if needed. + .. note:: + Be aware that a Clearlinux update that includes a kernel upgrade will + reset the boot option changes you just made.. A Clearlinux update could + happen automatically (if you have + not disabled it as described above), if you later install a new + bundle to your system, or simply if you decide to trigger an update + manually. Whenever that happens, double-check the platform boot order + using ``efibootmgr -v`` and modify it if needed. #. Create a boot entry for the ACRN Service OS by copying a provided ``acrn.conf`` and editing it to account for the kernel versions noted in a previous step. @@ -196,6 +197,7 @@ partition. Follow these steps: .. figure:: images/gsg-bootmenu.png :align: center + :width: 650px :name: gsg-bootmenu ACRN Service OS Boot menu diff --git a/scripts/publish-index.html b/scripts/publish-index.html index 5fe9d1579..f85927549 100644 --- a/scripts/publish-index.html +++ b/scripts/publish-index.html @@ -5,6 +5,6 @@
-Please visit the latest ARCN documentation +Please visit the latest ACRN documentation