fix
This commit is contained in:
parent
da804b4e51
commit
45fded1460
2 changed files with 45 additions and 2 deletions
|
@ -345,7 +345,7 @@ if [ -f /var/lib/pacman/db.lck ];then
|
|||
fi
|
||||
|
||||
# vollinstallation
|
||||
if [ "$vollinstallation" != "n" ] && [ "$version" != "lite" ]
|
||||
if [ "$vollinstallation" != "n" ]
|
||||
then
|
||||
check
|
||||
if [ "$vollinstallation" != "debug" ]; then
|
||||
|
@ -364,7 +364,9 @@ gnomeconfig
|
|||
# set desktop
|
||||
echo "set desktop"
|
||||
#
|
||||
cp /opt/${repo}/xinitrc_${version}.txt /etc/X11/xinit/xinitrc
|
||||
if ! [ "$version" != "lite" ]; then
|
||||
cp /opt/${repo}/xinitrc_${version}.txt /etc/X11/xinit/xinitrc
|
||||
fi
|
||||
#
|
||||
echo "Systemsprache und dienste werden erstellt!"
|
||||
|
||||
|
|
41
packages_lite.txt
Normal file
41
packages_lite.txt
Normal file
|
@ -0,0 +1,41 @@
|
|||
acpid
|
||||
arch-install-scripts
|
||||
avahi
|
||||
base
|
||||
base-devel
|
||||
bash-completion
|
||||
btrfs-progs
|
||||
cdrtools
|
||||
cmake
|
||||
cronie
|
||||
cups
|
||||
davfs2
|
||||
dbus
|
||||
dialog
|
||||
dosfstools
|
||||
efibootmgr
|
||||
efitools
|
||||
exfat-utils
|
||||
fish
|
||||
gdisk
|
||||
git
|
||||
grub
|
||||
htop
|
||||
intel-ucode
|
||||
iw
|
||||
links
|
||||
openssh
|
||||
openvpn
|
||||
os-prober
|
||||
python
|
||||
python-pip
|
||||
python2-pip
|
||||
screen
|
||||
squashfs-tools
|
||||
syslinux
|
||||
traceroute
|
||||
ufw
|
||||
wget
|
||||
wireless_tools
|
||||
wpa_supplicant
|
||||
xorriso
|
Loading…
Reference in a new issue