Changes between Version 2 and Version 3 of linux/debootstrap-install
- Timestamp:
- 2020-06-16T06:05:00Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/debootstrap-install
v2 v3 83 83 export DEBIAN_FRONTEND=noninteractive 84 84 chroot /mnt apt-get update 85 #echo 'GRUB_CMDLINE_LINUX_DEFAULT="--verbose nosplash debug"' >>/mnt/etc/default/grub 86 echo 'GRUB_CMDLINE_LINUX_DEFAULT="--verbose nosplash"' >>/mnt/etc/default/grub 85 echo 'GRUB_CMDLINE_LINUX_DEFAULT="--verbose nosplash debug"' >>/mnt/etc/default/grub 87 86 chroot /mnt update-initramfs -u 88 87 chroot /mnt update-grub2 … … 102 101 umount /mnt/proc 103 102 chroot /mnt apt-get -y install lvm2 104 mount -o bind /dev /mnt/dev105 chroot /mnt update-initramfs -u106 103 umount -R /mnt 107 104 sync