From bea6ccc6e3cea74d1bb0073728d8d18ae0dd11fc Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 9 May 2021 21:07:32 +0200 Subject: [PATCH] fixes --- step1/40-basesystem | 2 +- step2/disk/bios | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/step1/40-basesystem b/step1/40-basesystem index c4b2a48..d9c4e6c 100644 --- a/step1/40-basesystem +++ b/step1/40-basesystem @@ -12,7 +12,7 @@ setconf add "lang_console" "de-latin1-nodeadkeys" setconf add "timezone" "Europe/Berlin" -addpkg void-repo-multilib void-repo-multilib-nonfree void-repo-nonfree lvm2 cronie socklog-void ntp xtools wireguard-tools gnupg2 progress pwgen net-tools ncdu nmap mtr iotop hdparm smartmontools htop git neovim btrbk croc grub-btrfs nano mbuffer +addpkg void-repo-multilib void-repo-multilib-nonfree void-repo-nonfree lvm2 cronie socklog-void ntp xtools wireguard-tools gnupg2 progress pwgen net-tools ncdu nmap mtr iotop hdparm smartmontools htop git neovim btrbk croc grub-btrfs nano mbuffer cryptsetup ignorepkg nvi gnupg servicesenable acpid cronie socklog-unix nanoklogd uuidd agetty-tty1 agetty-tty2 agetty-tty3 agetty-tty4 servicesdisable agetty-tty6 agetty-tty5 diff --git a/step2/disk/bios b/step2/disk/bios index 676bd2f..5d5b021 100644 --- a/step2/disk/bios +++ b/step2/disk/bios @@ -5,18 +5,13 @@ fi module start "disk" "Partition disk . BIOS" -#umounter "${dest}" || exit - -#if [[ ! "${cfg[fde_key_store]}" == "none" ]]; then -# addpkg cryptsetup -#fi - diskid="${cfg[diskid]//-/_}" if [[ -n "${cfg[wipe]}" ]]; then echo "Formatting disk" + echo fdisk -w always "${cfg[diskname]}" echo "o w - q" | fdisk "${cfg[diskname]}" > /dev/null + q" | fdisk -w always "${cfg[diskname]}" > /dev/null fi sleep 2 echo "create bootpartition"