Changes between Version 8 and Version 9 of install_debian
- Timestamp:
- Aug 24, 2007, 8:20:38 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_debian
v8 v9 16 16 17 17 * Start screen with: 18 18 19 {{{ 19 20 mkdir screen-log … … 37 38 38 39 * Add one partition on each disk that is: 40 39 41 {{{ 40 42 # bootable … … 44 46 45 47 * Add a second parition on each disk that is: 48 46 49 {{{ 47 50 # Takes up remaining space … … 82 85 dom0-swap: 512MB 83 86 }}} 87 84 88 * After returning to the main disk config menu, click on the LVM #1 and configure it to use ext3 and /. 85 89 … … 133 137 134 138 * Install bridge-utils and xen-tools 139 135 140 {{{ 136 141 aptitude install bridge-utils xen-tools … … 139 144 140 145 * Edit /etc/xen-tools/xen-tools.conf. Apply the following diffs: 146 141 147 {{{ 142 148 0 gramsci:/etc/xen-tools# diff -u xen-tools.conf.orig xen-tools.conf … … 215 221 216 222 * Configure sudo: 223 217 224 {{{ 218 225 # visudo 219 226 }}} 220 227 221 Add a line at the bottom that says: 228 * Add a line at the bottom that says: 229 222 230 {{{ 223 231 %wheel ALL=(ALL) ALL 224 232 }}} 233 225 234 * Upload the mayfirst public keys to: 226 235 227 236 {{{ 228 237 .ssh/authorized_keys 229 238 }}} 230 239 … … 280 289 }}} 281 290 282 * Add the following lies to the Start Default Options 283 You should already have a line such as: 291 * Add the following lies to the Start Default Options. You should already have a line such as: 284 292 285 293 {{{