add minimal set of xtools to live images
This commit is contained in:
parent
16abdf2c5f
commit
0079f64ef1
@ -26,7 +26,7 @@ build_variant() {
|
||||
variant="$1"
|
||||
IMG=void-live-${ARCH}-${DATE}-${variant}.iso
|
||||
GRUB_PKGS="grub-i386-efi grub-x86_64-efi"
|
||||
PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse $GRUB_PKGS"
|
||||
PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse xtools-minimal $GRUB_PKGS"
|
||||
XORG_PKGS="xorg-minimal xorg-input-drivers xorg-video-drivers setxkbmap xauth font-misc-misc terminus-font dejavu-fonts-ttf alsa-plugins-pulseaudio"
|
||||
|
||||
case $variant in
|
||||
|
@ -1263,7 +1263,7 @@ ${BOLD}Do you want to continue?${RESET}" 20 80 || return
|
||||
chroot $TARGETDIR dracut --no-hostonly --add-drivers "ahci" --force >>$LOG 2>&1
|
||||
INFOBOX "Removing temporary packages from target ..." 4 60
|
||||
echo "Removing temporary packages from target ..." >$LOG
|
||||
xbps-remove -r $TARGETDIR -Ry dialog >>$LOG 2>&1
|
||||
xbps-remove -r $TARGETDIR -Ry dialog xtools-minimal >>$LOG 2>&1
|
||||
rmdir $TARGETDIR/mnt/target
|
||||
else
|
||||
# mount required fs
|
||||
|
Loading…
Reference in New Issue
Block a user