clean up errors
This commit is contained in:
parent
22b1f778b2
commit
cc25b0ba8c
1 changed files with 2 additions and 3 deletions
|
|
@ -61,13 +61,13 @@ GRUB_BIOS_DISK="/dev/sda"
|
||||||
GRUB_UEFI_PART="/dev/sda1"
|
GRUB_UEFI_PART="/dev/sda1"
|
||||||
|
|
||||||
# Be careful changing this
|
# Be careful changing this
|
||||||
PKG_CORE="grub linux linux-firmware linux-headers linux-lts linux-lts-headers os-prober intel-ucode"
|
PKG_CORE="grub linux linux-firmware linux-headers linux-lts linux-lts-headers os-prober intel-ucode lvm2 dkms"
|
||||||
|
|
||||||
# Can be tuned - includes all video drivers, etc.
|
# Can be tuned - includes all video drivers, etc.
|
||||||
PKG_XORG="xorg xorg-appres xorg-drivers xorg-xfontsel xorg-xinit xorg-twm xorg-xclock xorg-apps xterm alsa-utils gnu-free-fonts libva-intel-driver libva-vdpau-driver mesa mesa-vdpau ttf-dejavu ttf-liberation xclip"
|
PKG_XORG="xorg xorg-appres xorg-drivers xorg-xfontsel xorg-xinit xorg-twm xorg-xclock xorg-apps xterm alsa-utils gnu-free-fonts libva-intel-driver libva-vdpau-driver mesa mesa-vdpau ttf-dejavu ttf-liberation xclip"
|
||||||
|
|
||||||
# If VBOXGUEST=true
|
# If VBOXGUEST=true
|
||||||
PKG_GVBOX="virtualbox-guest-utils virtualbox-guest-dkms"
|
PKG_GVBOX="virtualbox-guest-utils"
|
||||||
|
|
||||||
# If VBOXHOST=true
|
# If VBOXHOST=true
|
||||||
PKG_HVBOX="virtualbox virtualbox-host-dkms"
|
PKG_HVBOX="virtualbox virtualbox-host-dkms"
|
||||||
|
|
@ -251,7 +251,6 @@ EOF
|
||||||
logact ln -s /usr/share/zoneinfo/${ARCH_TZ} /etc/localtime
|
logact ln -s /usr/share/zoneinfo/${ARCH_TZ} /etc/localtime
|
||||||
logact hwclock --systohc --utc
|
logact hwclock --systohc --utc
|
||||||
echo ${HOSTNAME} > /etc/hostname
|
echo ${HOSTNAME} > /etc/hostname
|
||||||
logact hostnamectl set-hostname ${HOSTNAME}
|
|
||||||
cat << EOF >> /etc/hosts
|
cat << EOF >> /etc/hosts
|
||||||
127.0.0.1 localhost
|
127.0.0.1 localhost
|
||||||
::1 localhost
|
::1 localhost
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue