Changes between Version 17 and Version 18 of linux/debootstrap-install
- Timestamp:
- 2020-06-16T10:29:07Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/debootstrap-install
v17 v18 80 80 chroot /mnt usermod -p '' root 81 81 umount /mnt/proc 82 mv -f /mnt/usr/sbin/update-initramfs /mnt/usr/sbin/update-initramfs-temp 82 83 chroot /mnt apt-get -y install lvm2 84 mv -f /mnt/usr/sbin/update-initramfs-temp /mnt/usr/sbin/update-initramfs 83 85 for d in proc; do mount -o bind /${d} /mnt/${d}; done 84 86 chroot /mnt update-initramfs -u