This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 31d0cce5d03127d69c5628881b300066f0602f94 Mon Sep 17 00:00:00 2001 | |
From: Arnaud Dovi <[email protected]> | |
Date: Wed, 9 Jun 2021 11:40:24 +0200 | |
Subject: [PATCH] Add Load-On-Demand support for the services of | |
aur/vmware-workstation | |
PKGBUILD: added vmware-*.path files | |
vmware-*.service: removed the [Install] section in order to prevent the activation of the service by the user | |
vmware-*.install: enable path files automatically, disable service files | |
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Arch Linux Installation with | |
# - UEFI Bios | |
# - w/ or w/o Disk encryption | |
# - GRUB, LightDM, cinnamon/Nemo | |
# | |
# https://wiki.archlinux.org/index.php/Installation_Guide | |
# https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system | |
# [OPTIONAL] Creating a bootable usb disk (sha1sum /home/arno/archlinux-2020.02.01-x86_64.iso to verify iso integrity) | |
dd bs=4M if=/home/arno/archlinux-2021.04.01-x86_64.iso of=/dev/sde status=progress oflag=sync # (Linux) |