diff options
author | Micah Anderson <micah@riseup.net> | 2008-06-24 18:57:39 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-06-24 18:57:39 +0000 |
commit | 33ff4f7506fcaab09fd7ad898507f37b7777ba8f (patch) | |
tree | 56b429f5b7dcfd2a1a7cccacacfd4dd46d7012ae /handlers/sys.helper.in | |
parent | ca12e5617b1c7a600324e2c6437444627720c62c (diff) | |
download | backupninja-33ff4f7506fcaab09fd7ad898507f37b7777ba8f.tar.gz backupninja-33ff4f7506fcaab09fd7ad898507f37b7777ba8f.tar.bz2 |
add the ability to save the debconf package selection states in the sys handler, which aides in restoring installed packages with the right choices made
Diffstat (limited to 'handlers/sys.helper.in')
-rw-r--r-- | handlers/sys.helper.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/handlers/sys.helper.in b/handlers/sys.helper.in index e39e526..d3d99a5 100644 --- a/handlers/sys.helper.in +++ b/handlers/sys.helper.in @@ -3,7 +3,7 @@ HELPERS="$HELPERS sys:general_hardware_and_system_info" sys_wizard() { - require_packages hwinfo + require_packages hwinfo debconf-utils checkBox "new sys action" "check options" \ "packages" "list of all installed packages." on \ "partitions" "the partition table of all disks." on \ @@ -30,6 +30,7 @@ $partitions $sfdisk $hardware # packagesfile = /var/backups/dpkg-selections.txt +# selectionsfile = /var/backups/debconfsel.txt # partitionsfile = /var/backups/partitions.__star__.txt # hardwarefile = /var/backups/hardware.txt |