From 839ade1073032d841a3823e0a25d0ded19cc8b71 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 5 Dec 2010 18:10:00 +0100 Subject: 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. --- src/aif.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/aif.sh') diff --git a/src/aif.sh b/src/aif.sh index a64bb02..6949482 100755 --- a/src/aif.sh +++ b/src/aif.sh @@ -39,6 +39,7 @@ echo "Welcome to $TITLE" mount -o remount,rw / &>/dev/null cleanup_runtime +needed_pkgs_fs= # will hold extra needed packages for blockdevices/filesystems, populated when the Fs'es are created ### Set configuration values ### # note : you're free to use or ignore these in your procedure. probably you want to use these variables to override defaults in your configure worker -- cgit v1.2.3-54-g00ecf