Changes between Version 18 and Version 19 of install_debian/server
- Timestamp:
- Jul 11, 2018, 3:14:56 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_debian/server
v18 v19 160 160 }}} 161 161 162 Note: Don't mount /proc, /sys, and /dev before running debootstrap - you will end up with a broken installation (apt won't be available for one thing). 163 162 164 * Run debootstrap 163 165 {{{ 164 debootstrap wheezy/mnt166 debootstrap stretch /mnt 165 167 }}} 166 168 … … 179 181 * Install a lot of necessary packages for booting: 180 182 {{{ 181 apt -getinstall mdadm lvm2 cryptsetup grub-pc linux-image-amd64 bridge-utils183 apt install mdadm lvm2 cryptsetup grub-pc linux-image-amd64 bridge-utils 182 184 }}} 183 185