diff --git a/plasma/customizeChroot b/plasma/customizeChroot index a46c3f05afbaa1df78b1571d46eb2bc0b161afe0..db0f9c41917620fe7ddf70831ba6e2d44dd79738 100755 --- a/plasma/customizeChroot +++ b/plasma/customizeChroot @@ -53,10 +53,7 @@ custo_once create_log_user config_66(){ - # creation of the live/ to avoid crash - mkdir -p -m1777 /run/66 - - out_action "Create, enable tree [system]" + out_action "Create and enable tree [system]" 66-tree -v3 -nE system out_action "Enable ntpd,sshd on tree [system]" @@ -68,16 +65,12 @@ config_66(){ out_action "Enable dbus,networkmanager,wpa_supplicant services,sddm on tree [desktop]" 66-enable -v3 -t desktop dbus networkmanager wpa_supplicant sddm - # avoid permissions access issue - chown -R ${NEWUSER}:users /run/66 - - out_action "For ${NEWUSER}: Create, enable tree [gui] with flag current" - su "${NEWUSER}" -c "66-tree -v3 -nEc gui" + out_action "Create tree graphics for ${NEWUSER}, enables and makes it current" + su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics" out_action "Enable dbus-user and xdg-user-dirs on tree [gui]" su "${NEWUSER}" -c "66-enable -v3 -t gui dbus-user xdg-user-dirs" - rm -rf /run/66 } custo_once config_66 diff --git a/plasma/package_list/base_obarun b/plasma/package_list/base_obarun index e35c3d6835c0733fe175d187ff7525a859415edf..68f65f7d258e98daa33f04e361e90bad41854a55 100644 --- a/plasma/package_list/base_obarun +++ b/plasma/package_list/base_obarun @@ -29,6 +29,14 @@ sudo htop +#------------------------------------------------ +## entropy +## run: cat /proc/sys/kernel/random/entropy_avail +## if it is rather low (<1000), install haveged. +#------------------------------------------------ + +# haveged + #-------------------- ## archive utilities #-------------------- @@ -51,6 +59,12 @@ p7zip # git +#--------------- +## data recovery +#--------------- + +# testdisk + #-------------- ## 66 services #-------------- diff --git a/plasma/rootfs/etc/obarun/install.conf b/plasma/rootfs/etc/obarun/install.conf index ae4b9416b48eb67a285fb7d8e0408366d4d745de..7cf5fb46addff1f8e364ce6f1a3f32bd1e60162f 100644 --- a/plasma/rootfs/etc/obarun/install.conf +++ b/plasma/rootfs/etc/obarun/install.conf @@ -24,15 +24,9 @@ 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 for obarun-install, if not set master is took by default +# 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"