|
@@ -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
|