Verified Commit 02c0d196 authored by anarcat's avatar anarcat
Browse files

renumber and tweak, noop

parent 773c4c2d
Loading
Loading
Loading
Loading
+7 −7
Original line number Original line Diff line number Diff line
@@ -173,19 +173,19 @@ which we'll use below.
         allow-hotplug eth0
         allow-hotplug eth0
         iface eth0 inet dhcp
         iface eth0 inet dhcp



 13. If any of those latter things changed, you need to regenerate the
 12. If any of those latter things changed, you need to regenerate the
    initramfs:
    initramfs:


        chroot /target update-initramfs -u
        chroot /target update-initramfs -u
        chroot /target update-grub
        chroot /target update-grub


 13. umount things
 14. umount things:
        umount /target/run/udev
 
        umount /target/run/udev || true &&
        for fs in dev proc run sys  ; do
        for fs in dev proc run sys  ; do
            umount /target/$fs
            umount /target/$fs || true
        done
        done &&
        umount /target/boot
        umount /target/boot &&
        cd / && umount /target
        cd / && umount /target


 15. close things
 15. close things