diff options
author | EuAndreh <eu@euandre.org> | 2021-03-02 17:10:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-02 19:08:25 -0300 |
commit | f1d70505785c1eacbdb361cf0a7f00159c969f23 (patch) | |
tree | 6e47d665ee8e2bb7e1ba9dc38b1e6fc3b1ece4de | |
parent | Update files under aux/ (diff) | |
download | euandre.org-f1d70505785c1eacbdb361cf0a7f00159c969f23.tar.gz euandre.org-f1d70505785c1eacbdb361cf0a7f00159c969f23.tar.xz |
AutoQEMU screencast: Remove ./configure in favor of plain Makefile
4 files changed, 50 insertions, 26 deletions
diff --git a/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.md b/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.md index a6ca4c4..19af37f 100644 --- a/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.md +++ b/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.md @@ -31,8 +31,8 @@ The commands from the screencast were[^script-command]: ```shell pushd `mktemp -d` git clone https://git.euandreh.xyz/autoqemu . -./configure --prefix=$HOME/.local -make install +make +make install PREFIX=$HOME/.local autoqemu ssh alpine ``` diff --git a/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po index ee31de9..7c5a9bf 100644 --- a/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po +++ b/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po @@ -53,14 +53,6 @@ msgid "" "next time (thanks [klaatu](https://gnuworldorder.info/) for the tip!)." msgstr "" -msgid "" -"pushd `mktemp -d`\n" -"git clone https://git.euandreh.xyz/autoqemu .\n" -"./configure --prefix=$HOME/.local\n" -"make install\n" -"autoqemu ssh alpine\n" -msgstr "" - msgid "It assumes that `$HOME/.local/bin` is in `$PATH`." msgstr "" @@ -72,6 +64,22 @@ msgid "" "Makefiles glued together." msgstr "" +msgid "" +"pushd `mktemp -d`\n" +"git clone https://git.euandreh.xyz/autoqemu .\n" +"make\n" +"make install PREFIX=$HOME/.local\n" +"autoqemu ssh alpine\n" +msgstr "" + +#~ msgid "" +#~ "pushd `mktemp -d`\n" +#~ "git clone https://git.euandreh.xyz/autoqemu .\n" +#~ "./configure --prefix=$HOME/.local\n" +#~ "make install\n" +#~ "autoqemu ssh alpine\n" +#~ msgstr "" + #~ msgid "" #~ "This screencast is a simple demo of automating the installation of Alpine " #~ "Linux 3.12.3 standard x86_64 with " diff --git a/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po index ee31de9..7c5a9bf 100644 --- a/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po +++ b/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po @@ -53,14 +53,6 @@ msgid "" "next time (thanks [klaatu](https://gnuworldorder.info/) for the tip!)." msgstr "" -msgid "" -"pushd `mktemp -d`\n" -"git clone https://git.euandreh.xyz/autoqemu .\n" -"./configure --prefix=$HOME/.local\n" -"make install\n" -"autoqemu ssh alpine\n" -msgstr "" - msgid "It assumes that `$HOME/.local/bin` is in `$PATH`." msgstr "" @@ -72,6 +64,22 @@ msgid "" "Makefiles glued together." msgstr "" +msgid "" +"pushd `mktemp -d`\n" +"git clone https://git.euandreh.xyz/autoqemu .\n" +"make\n" +"make install PREFIX=$HOME/.local\n" +"autoqemu ssh alpine\n" +msgstr "" + +#~ msgid "" +#~ "pushd `mktemp -d`\n" +#~ "git clone https://git.euandreh.xyz/autoqemu .\n" +#~ "./configure --prefix=$HOME/.local\n" +#~ "make install\n" +#~ "autoqemu ssh alpine\n" +#~ msgstr "" + #~ msgid "" #~ "This screencast is a simple demo of automating the installation of Alpine " #~ "Linux 3.12.3 standard x86_64 with " diff --git a/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po index ee31de9..7c5a9bf 100644 --- a/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po +++ b/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po @@ -53,14 +53,6 @@ msgid "" "next time (thanks [klaatu](https://gnuworldorder.info/) for the tip!)." msgstr "" -msgid "" -"pushd `mktemp -d`\n" -"git clone https://git.euandreh.xyz/autoqemu .\n" -"./configure --prefix=$HOME/.local\n" -"make install\n" -"autoqemu ssh alpine\n" -msgstr "" - msgid "It assumes that `$HOME/.local/bin` is in `$PATH`." msgstr "" @@ -72,6 +64,22 @@ msgid "" "Makefiles glued together." msgstr "" +msgid "" +"pushd `mktemp -d`\n" +"git clone https://git.euandreh.xyz/autoqemu .\n" +"make\n" +"make install PREFIX=$HOME/.local\n" +"autoqemu ssh alpine\n" +msgstr "" + +#~ msgid "" +#~ "pushd `mktemp -d`\n" +#~ "git clone https://git.euandreh.xyz/autoqemu .\n" +#~ "./configure --prefix=$HOME/.local\n" +#~ "make install\n" +#~ "autoqemu ssh alpine\n" +#~ msgstr "" + #~ msgid "" #~ "This screencast is a simple demo of automating the installation of Alpine " #~ "Linux 3.12.3 standard x86_64 with " |