„README.md“ ändern
This commit is contained in:
parent
44d338065d
commit
428cae9a6b
14
README.md
14
README.md
@ -22,7 +22,7 @@ To increase the lifetime of the flash drive I followed a few points of https://
|
|||||||
|
|
||||||
## Post-installation (as root)
|
## Post-installation (as root)
|
||||||
|
|
||||||
```
|
```shell
|
||||||
# timedatectl set-ntp true
|
# timedatectl set-ntp true
|
||||||
# ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
# ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||||
# vi /etc/locale.gen
|
# vi /etc/locale.gen
|
||||||
@ -48,7 +48,7 @@ To increase the lifetime of the flash drive I followed a few points of https://
|
|||||||
|
|
||||||
## Install Arch Linux packages (as root)
|
## Install Arch Linux packages (as root)
|
||||||
|
|
||||||
```
|
```shell
|
||||||
# pacman -S xf86-video-intel intel-compute-runtime nvidia opencl-nvidia xf86-video-amdgpu xf86-video-ati opencl-mesa xf86-video-nouveau xf86-video-vesa base-devel bash-completion bc binwalk chntpw dconf-editor firefox galculator gdm gedit git gnome grub hashcat inetutils libeatmydata libewf lvm2 mdadm minisign mlocate multipath-tools nano openssh ophcrack pacman-contrib python-pycryptodome qemu qemu-arch-extra signify sleuthkit sudo testdisk ttf-dejavu vim vinagre which xarchiver xorg xorg-apps xorg-drivers xorg-fonts
|
# pacman -S xf86-video-intel intel-compute-runtime nvidia opencl-nvidia xf86-video-amdgpu xf86-video-ati opencl-mesa xf86-video-nouveau xf86-video-vesa base-devel bash-completion bc binwalk chntpw dconf-editor firefox galculator gdm gedit git gnome grub hashcat inetutils libeatmydata libewf lvm2 mdadm minisign mlocate multipath-tools nano openssh ophcrack pacman-contrib python-pycryptodome qemu qemu-arch-extra signify sleuthkit sudo testdisk ttf-dejavu vim vinagre which xarchiver xorg xorg-apps xorg-drivers xorg-fonts
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ To increase the lifetime of the flash drive I followed a few points of https://
|
|||||||
|
|
||||||
## More configuration (as root)
|
## More configuration (as root)
|
||||||
|
|
||||||
```
|
```shell
|
||||||
# localectl --no-convert set-x11-keymap de
|
# localectl --no-convert set-x11-keymap de
|
||||||
# visudo (uncomment %wheel ... NOPASSWD:)
|
# visudo (uncomment %wheel ... NOPASSWD:)
|
||||||
# systemctl enable sshd.service
|
# systemctl enable sshd.service
|
||||||
@ -71,7 +71,7 @@ I have choosen trizen for installing AUR recipes.
|
|||||||
|
|
||||||
Install it as user (lucifer):
|
Install it as user (lucifer):
|
||||||
|
|
||||||
```
|
```shell
|
||||||
$ mkdir ~/builds && cd ~/builds
|
$ mkdir ~/builds && cd ~/builds
|
||||||
$ git clone https://aur.archlinux.org/trizen.git
|
$ git clone https://aur.archlinux.org/trizen.git
|
||||||
$ cd trizen
|
$ cd trizen
|
||||||
@ -80,18 +80,18 @@ $ makepkg -sirc
|
|||||||
|
|
||||||
Now you will be able to install AUR packages as a user (lucifer) with trizen like:
|
Now you will be able to install AUR packages as a user (lucifer) with trizen like:
|
||||||
|
|
||||||
```
|
```shell
|
||||||
$ trizen -S <PACKAGE>
|
$ trizen -S <PACKAGE>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install AUR packages (as luciver)
|
## Install AUR packages (as luciver)
|
||||||
|
|
||||||
```
|
```shell
|
||||||
$ trizen -S aic94xx-firmware upd72020x-fw wd719x-firmware dc3dd fred guymager perl-image-exiftool regripper-git xmount
|
$ trizen -S aic94xx-firmware upd72020x-fw wd719x-firmware dc3dd fred guymager perl-image-exiftool regripper-git xmount
|
||||||
```
|
```
|
||||||
|
|
||||||
The following recipes could be somewhat problematic:
|
The following recipes could be somewhat problematic:
|
||||||
|
|
||||||
```
|
```shell
|
||||||
$ trizen -S zfs-linux zfs-utils
|
$ trizen -S zfs-linux zfs-utils
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user