Codebase list lowmem / 89bfab2
Fix testing LVM and crypto Samuel Thibault 3 years ago
1 changed file(s) with 9 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
109109 lower limits than currently allowed, parameters can be changed by booting
110110 with BOOT_DEBUG=3 and modifying the values before the installer starts.
111111
112 The free memory required to use LVM and encryption should be set in the
113 partman-base package, in ./partman, in load_extra() and in the partman-crypto
114 package, in ./lib/crypto-base.sh, in crypto_check_mem(). Use Portuguese as
115 language (because that will ask for country and timezone) and choose Guided
116 partitioning with all partitions separate to test this, first with LVM only to
117 set the LVM level, then with LVM+crypto to set the crypto level.
118
112119 The level1 value should be set to the lowest amount of memory that will support
113120 an install not in lowmem mode. (This is the max memory footprint of the
114121 installer in non lowmem mode up to running the partitioner and swapon.) Use
115122 Portuguese as language (because that will ask for country and timezone) and
116 choose Guided partitioning on encrypted LVM with all partitions separate to test
117 this!
123 choose Guided partitioning with all partitions separate to test this!
124 (without LVM nor encryption)
118125
119126 The level2 value should be set to the lowest amount of memory that will support
120127 an install in lowmem mode. (This is the max memory footprint of the installer
146153 NB: the minimum memory required to run the graphical installer must
147154 also be tested. See rootskel (debian-installer.d/S60frontend).
148155
149 NB: the memory required to use encrypted LVM is to be updated in the
150 partman-crypto package.