Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
245ca7dc72 | ||
|
9ef5c14932 | ||
|
5e5ccf3bf2 | ||
|
891ffdd16c | ||
|
1373cd2a36 | ||
|
fcc46b0840 |
@ -155,7 +155,6 @@ distro/regular-gnome3: distro/.regular-desktop +plymouth +nm \
|
|||||||
@$(call set,KFLAVOURS,un-def)
|
@$(call set,KFLAVOURS,un-def)
|
||||||
@$(call add,LIVE_PACKAGES_REGEXP,^setup-gnome3-done.*)
|
@$(call add,LIVE_PACKAGES_REGEXP,^setup-gnome3-done.*)
|
||||||
@$(call add,LIVE_PACKAGES,gnome3-regular xcalib templates)
|
@$(call add,LIVE_PACKAGES,gnome3-regular xcalib templates)
|
||||||
@$(call add,LIVE_PACKAGES,gnome-flashback)
|
|
||||||
|
|
||||||
# reusable bits
|
# reusable bits
|
||||||
mixin/regular-tde: +tde \
|
mixin/regular-tde: +tde \
|
||||||
@ -177,7 +176,7 @@ distro/regular-kde4: distro/.regular-desktop use/x11/kde4/nm use/x11/kdm4 \
|
|||||||
@$(call add,THE_PACKAGES,volumes-profile-lite)
|
@$(call add,THE_PACKAGES,volumes-profile-lite)
|
||||||
@$(call add,DEFAULT_SERVICES_ENABLE,prefdm)
|
@$(call add,DEFAULT_SERVICES_ENABLE,prefdm)
|
||||||
|
|
||||||
mixin/regular-lxqt: use/x11/lxqt use/x11/sddm \
|
mixin/regular-lxqt: use/x11/lxqt use/x11/lightdm/lxqt \
|
||||||
use/net/connman use/browser/qupzilla +plymouth
|
use/net/connman use/browser/qupzilla +plymouth
|
||||||
@$(call add,THE_PACKAGES,qconnman-ui)
|
@$(call add,THE_PACKAGES,qconnman-ui)
|
||||||
|
|
||||||
@ -209,7 +208,8 @@ distro/regular-rescue: distro/.regular-base use/rescue/rw use/luks \
|
|||||||
use/mediacheck test/rescue/no-x11 +wireless +sysvinit
|
use/mediacheck test/rescue/no-x11 +wireless +sysvinit
|
||||||
@$(call set,KFLAVOURS,un-def)
|
@$(call set,KFLAVOURS,un-def)
|
||||||
@$(call add,RESCUE_PACKAGES,gpm livecd-net-eth)
|
@$(call add,RESCUE_PACKAGES,gpm livecd-net-eth)
|
||||||
@$(call add,RESCUE_LISTS,$(call tags,base smartcard))
|
@$(call add,RESCUE_LISTS,$(call tags,base && (smartcard || bench)))
|
||||||
|
@$(call add,RESCUE_LISTS,$(call tags,network security))
|
||||||
|
|
||||||
distro/regular-sysv-tde: distro/.regular-install-x11 \
|
distro/regular-sysv-tde: distro/.regular-install-x11 \
|
||||||
mixin/desktop-installer mixin/regular-tde use/install2/fs \
|
mixin/desktop-installer mixin/regular-tde use/install2/fs \
|
||||||
|
29
pkg.in/lists/tagged/base+bench
Normal file
29
pkg.in/lists/tagged/base+bench
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# overall
|
||||||
|
dhrystone
|
||||||
|
lmbench
|
||||||
|
procbench
|
||||||
|
sysbench
|
||||||
|
whetstone
|
||||||
|
|
||||||
|
# RAM
|
||||||
|
bandwidth
|
||||||
|
stream-mem
|
||||||
|
|
||||||
|
# disk subsystem
|
||||||
|
bonnie
|
||||||
|
bonnie++
|
||||||
|
iozone
|
||||||
|
ffsb
|
||||||
|
|
||||||
|
# networking
|
||||||
|
dbench
|
||||||
|
hammerhead
|
||||||
|
nepim
|
||||||
|
postal
|
||||||
|
siege
|
||||||
|
t50
|
||||||
|
wrk
|
||||||
|
|
||||||
|
# stresstesting/burn-in
|
||||||
|
cpuburn
|
||||||
|
stress
|
@ -9,4 +9,3 @@ pcsc-lite-openct
|
|||||||
pcsc-lite-rutokens
|
pcsc-lite-rutokens
|
||||||
|
|
||||||
pam_pkcs11
|
pam_pkcs11
|
||||||
pam_p11
|
|
||||||
|
2
pkg.in/lists/tagged/bench+hpc
Normal file
2
pkg.in/lists/tagged/bench+hpc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
mpitests
|
||||||
|
perftest
|
10
pkg.in/lists/tagged/bench+x11
Normal file
10
pkg.in/lists/tagged/bench+x11
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# overall
|
||||||
|
hardinfo
|
||||||
|
unixbench
|
||||||
|
|
||||||
|
# X11
|
||||||
|
x11perf
|
||||||
|
|
||||||
|
# stresstesting/burn-in
|
||||||
|
autobench
|
||||||
|
stressitout
|
@ -2,6 +2,7 @@ apg
|
|||||||
#chkrootkit
|
#chkrootkit
|
||||||
john
|
john
|
||||||
hashalot
|
hashalot
|
||||||
|
hashcat
|
||||||
#logcheck
|
#logcheck
|
||||||
md5deep
|
md5deep
|
||||||
ssdeep
|
ssdeep
|
||||||
|
Loading…
Reference in New Issue
Block a user