8 lines
108 B
Bash
Executable File
8 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pacstrap /mnt xorg xorg-xinit xterm
|
|
|
|
cp 00-keyboard.conf /mnt/etc/X11/xorg.conf.d/
|
|
|
|
amf_return=0
|