diff options
author | davidovski <david@davidovski.xyz> | 2023-01-16 12:17:40 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-01-16 12:17:40 +0000 |
commit | 96509011d0cd432ecdf4d6ece555d970e281f6a5 (patch) | |
tree | 32a554a3e7e4386e35a92ee39e41d7732e604b62 /iso/mkiso.sh | |
parent | c42abbd0f192a5d4a6a58fd901f45d2c06b018b5 (diff) |
fix installer colors
Diffstat (limited to 'iso/mkiso.sh')
-rwxr-xr-x | iso/mkiso.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iso/mkiso.sh b/iso/mkiso.sh index 925c52a..855c9dd 100755 --- a/iso/mkiso.sh +++ b/iso/mkiso.sh @@ -9,7 +9,7 @@ XI_ARGS="" chroot=/tmp/chroot isoroot=/tmp/iso -iso_pkgs="linux linux-firmware base dracut grub bash xipkg squashfs-tools lvm2 cryptsetup networkmanager stty xitui" +iso_pkgs="linux linux-firmware base dracut grub mksh xipkg squashfs-tools lvm2 cryptsetup networkmanager stty xitui neofetch" create_basesystem () { xi $XI_ARGS sync |