summaryrefslogtreecommitdiff
path: root/unofficial
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-05 18:10:00 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-05 18:10:00 +0100
commit839ade1073032d841a3823e0a25d0ded19cc8b71 (patch)
treed97a513f1b53e8ac0e6faa6e724c344b86296748 /unofficial
parentaebbe84b8e5c195e2c6238f6e1770f41b0612a9c (diff)
make AIF track needed filesystem packages
filesystem packages are scheduled to go out of base, hence AIF must track which ones are needed and which are not by keeping an eye open during the filesystems creation (and rollback) steps. In the interactive procedure, the appropriate packages will be preselected, in the automatic procedure, you're supposed to configure the needed packages yourself now. This is reflected in the examples.
Diffstat (limited to 'unofficial')
-rw-r--r--unofficial/dieter-desktop-a7n8x.automaticprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/unofficial/dieter-desktop-a7n8x.automaticprofile b/unofficial/dieter-desktop-a7n8x.automaticprofile
index 73d1a36..4938339 100644
--- a/unofficial/dieter-desktop-a7n8x.automaticprofile
+++ b/unofficial/dieter-desktop-a7n8x.automaticprofile
@@ -30,6 +30,7 @@ var_BLOCKDATA='/dev/sda1 raw no_label ext2;yes;/boot;target;no_opts;no_label;no_
/dev/mapper/cryptpool-crypthome lvm-lv no_label xfs;yes;/home;target;no_opts;no_label;no_params'
+TARGET_PACKAGES='openssh e2fsprogs cryptsetup lvm2 xfsprogs'
phase_preparation=(accept_ssl_cert "${phase_preparation[@]}") # make accept_ssl_cert the very first thing. it needs to go before fetch_configs and it's not easy to put it somewhere in the middle, so...
phase_system+=(configure_home)