Changes between Version 5 and Version 6 of linux/debootstrap-install


Ignore:
Timestamp:
2020-06-16T06:29:20Z (4 years ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • linux/debootstrap-install

    v5 v6  
    8181echo 'GRUB_CMDLINE_LINUX_DEFAULT="--verbose nosplash debug"' >>/mnt/etc/default/grub
    8282for d in dev sys proc; do mount -o bind /${d} /mnt/${d}; done
    83 
    84 chroot /mnt update-initramfs -u
    8583chroot /mnt update-grub2
    8684
     
    9896umount /mnt/proc
    9997chroot /mnt apt-get -y install lvm2
    100 
     98for d in proc; do mount -o bind /${d} /mnt/${d}; done
     99chroot /mnt update-initramfs -u
    101100umount -R /mnt
    102101sync