mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Update archlinux.md - minor typo
This commit is contained in:
parent
a541757929
commit
368efb036f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ Installing the ISO by hand takes a long time if you intend to recreate the image
|
|||
|
||||
### Creating a packer template
|
||||
|
||||
[Packer](https://www.packer.io/docs/builders/qemu.html) is a tool that lets you boot an ISO in any of multiple emulators (so QEMU in our case) and send pre-scripted keystrokes to bootstrap and SSH server. Once the SSH connection is established a script can be started for further provisioning.
|
||||
[Packer](https://www.packer.io/docs/builders/qemu.html) is a tool that lets you boot an ISO in any of multiple emulators (so QEMU in our case) and send pre-scripted keystrokes to bootstrap an SSH server. Once the SSH connection is established a script can be started for further provisioning.
|
||||
|
||||
Create a template for automating the base installation:
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue