install_void: small bug fixes

This commit is contained in:
Alex 2024-02-27 22:01:37 +02:00
parent e821d620c4
commit f61561936e
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#############################################################################
# Autor:Alex Ham
# Email:kandil@disroot.org
# Description:this script install os gnu/linux voidlinux on usb or hdd drives
# Description:This script install os gnu/linux voidlinux on usb or hdd drives
# Dependencies:xz, curl
# Signs:
# [-]=waiting
@ -37,7 +37,6 @@ fs_type="ext4"
sys_hostname="voidpc"
sys_language="en_US.UTF-8"
sys_locale="en_US.UTF-8 UTF-8"
# sys_pkg_list="list.pkg"
user_groups="wheel,floppy,cdrom,optical,audio,video,kvm,plugdev"
grub_discards="rd.luks.allow-discards"
rootfs_link="https://repo-default.voidlinux.org/live/current/void-x86_64-ROOTFS-20230628.tar.xz"