Changes between Version 2 and Version 3 of linux/debootstrap-install


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

--

Legend:

Unmodified
Added
Removed
Modified
  • linux/debootstrap-install

    v2 v3  
    8383export DEBIAN_FRONTEND=noninteractive
    8484chroot /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
     85echo 'GRUB_CMDLINE_LINUX_DEFAULT="--verbose nosplash debug"' >>/mnt/etc/default/grub
    8786chroot /mnt update-initramfs -u
    8887chroot /mnt update-grub2
     
    102101umount /mnt/proc
    103102chroot /mnt apt-get -y install lvm2
    104 mount -o bind /dev /mnt/dev
    105 chroot /mnt update-initramfs -u
    106103umount -R /mnt
    107104sync