diff --git a/jwm/package_list/base_obarun b/jwm/package_list/base_obarun index 2b7a22c0e3c63bb6d46e4719a7a41512c3f018b8..61d3f28f32563937687ce82e46192ae2a42a93ab 100644 --- a/jwm/package_list/base_obarun +++ b/jwm/package_list/base_obarun @@ -19,6 +19,7 @@ nano obarun-keyring obarun-zsh oblibs +obnews p7zip s6 s6-linux-utils @@ -26,6 +27,7 @@ s6-portable-utils s6-rc skalibs sudo +testdisk unrar unzip vi @@ -39,6 +41,6 @@ zsh-completions boot-66serv root-66tree dhcpcd-66serv - - - +dmraid-66serv +wpa_supplicant-66serv +# nfs-utils-66serv diff --git a/jwm/package_list/base_utilities b/jwm/package_list/base_utilities index 548132fc29574e88cd282163adb1bfeba185385a..0bd757157b9f88c681d283dec4ce3e4472300b2d 100644 --- a/jwm/package_list/base_utilities +++ b/jwm/package_list/base_utilities @@ -12,6 +12,20 @@ syslinux gptfdisk +#-------------------- +## uefi boot manager +#-------------------- + +refind-efi + +#--------------------- +## partitioning tools +#--------------------- + +gptfdisk +parted +cfdisk + #------------------ ## console browser #------------------ @@ -26,17 +40,14 @@ btrfs-progs crda dmraid dosfstools -libinput -nfs-utils +# nfs-utils ntfs-3g -parted perl-file-mimeinfo python -refind-efi -udisks2 usb_modeswitch wget wireless_tools +wgetpaste wpa_supplicant #------------------- diff --git a/jwm/package_list/desktop b/jwm/package_list/desktop index 29d6631c7543cd2ac7778110380cad9aea207535..4519930854b920282ec2dea2fcf5c34221e5412b 100644 --- a/jwm/package_list/desktop +++ b/jwm/package_list/desktop @@ -22,12 +22,10 @@ gsimplecal dbus-66serv connmand-66serv consolekit-66serv -dmraid-66serv ntpd-66serv -wpa_supplicant-66serv xdg-user-dirs-66serv -nfs-utils-66serv cupsd-66serv +haveged-66serv #----------- ## Applications diff --git a/jwm/rootfs/etc/obarun/install.conf b/jwm/rootfs/etc/obarun/install.conf index 11c095a4107b17773d81080a4a2789fc5271fc25..7e11309b4eaee8f12c14b457389f8d204fb731a4 100644 --- a/jwm/rootfs/etc/obarun/install.conf +++ b/jwm/rootfs/etc/obarun/install.conf @@ -24,9 +24,15 @@ DEBUG=0 # git source of obarun-install package GIT_ADDR="https://framagit.org/Obarun/obarun-install.git" +# git source of obarun-install-themes package +GIT_ADDR_THEMES="https://framagit.org/Obarun/obarun-install-themes.git" + # git branch to use, if not set master is took by default BRANCH="" +# git branch to use for obarun-install-themes, if not set master is took by default +THEMES_BRANCH="" + # gpg directory used during the installation GPG_DIR="/var/lib/obarun/gnupg" diff --git a/minimal/package_list/base_obarun b/minimal/package_list/base_obarun index 2b7a22c0e3c63bb6d46e4719a7a41512c3f018b8..61d3f28f32563937687ce82e46192ae2a42a93ab 100644 --- a/minimal/package_list/base_obarun +++ b/minimal/package_list/base_obarun @@ -19,6 +19,7 @@ nano obarun-keyring obarun-zsh oblibs +obnews p7zip s6 s6-linux-utils @@ -26,6 +27,7 @@ s6-portable-utils s6-rc skalibs sudo +testdisk unrar unzip vi @@ -39,6 +41,6 @@ zsh-completions boot-66serv root-66tree dhcpcd-66serv - - - +dmraid-66serv +wpa_supplicant-66serv +# nfs-utils-66serv diff --git a/minimal/package_list/base_utilities b/minimal/package_list/base_utilities index 8bfa4601e348a8006c0501dd474797ba2165ccec..4108d9ed1ff2b6046ae426d1685b6a6c2950ca9a 100644 --- a/minimal/package_list/base_utilities +++ b/minimal/package_list/base_utilities @@ -12,6 +12,20 @@ syslinux gptfdisk +#-------------------- +## uefi boot manager +#-------------------- + +refind-efi + +#--------------------- +## partitioning tools +#--------------------- + +gptfdisk +parted +cfdisk + #------------------ ## console browser #------------------ @@ -26,17 +40,14 @@ btrfs-progs crda dmraid dosfstools -libinput -#nfs-utils +# nfs-utils ntfs-3g -parted perl-file-mimeinfo python -refind-efi -udisks2 usb_modeswitch wget wireless_tools +wgetpaste wpa_supplicant #------------------- @@ -46,7 +57,6 @@ wpa_supplicant obarun-install obarun-install-themes pacopts -obnews #------------------- ## fonts diff --git a/minimal/rootfs/etc/obarun/install.conf b/minimal/rootfs/etc/obarun/install.conf index 2b5a325227183c2a06bc21efae9a18a47693cb40..895640440d9cb9cbcd5220a684ef5157b4885cb2 100644 --- a/minimal/rootfs/etc/obarun/install.conf +++ b/minimal/rootfs/etc/obarun/install.conf @@ -24,9 +24,15 @@ DEBUG=0 # git source of obarun-install package GIT_ADDR="https://framagit.org/Obarun/obarun-install.git" +# git source of obarun-install-themes package +GIT_ADDR_THEMES="https://framagit.org/Obarun/obarun-install-themes.git" + # git branch to use, if not set master is took by default BRANCH="" +# git branch to use for obarun-install-themes, if not set master is took by default +THEMES_BRANCH="" + # gpg directory used during the installation GPG_DIR="/var/lib/obarun/gnupg"