1 HELPERS="$HELPERS sys:general_hardware_and_system_info"
4 require_packages hwinfo
5 checkBox "new sys action" "check options" \
6 "packages" "list of all installed packages." on \
7 "partitions" "the partition table of all disks." on \
8 "hardware" "detailed hardware information" on
11 packages="packages = no"
12 partitions="partitions = no"
13 hardware="hardware = no"
14 for opt in $result; do
16 '"packages"') packages="packages = yes";;
17 '"partitions"') partitions="partitions = yes";;
18 '"hardware"') hardware="hardware = yes";;
21 get_next_filename $configdirectory/10.sys
22 cat > $next_filename <<EOF
26 # packagesfile = /var/backups/dpkg-selections.txt
27 # partitionsfile = /var/backups/partitions.__star__.txt
28 # hardwarefile = /var/backups/hardware.txt
30 chmod 000 $next_filename