Loading tsa/howto/new-machine-hetzner-robot.mdwn +7 −7 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
tsa/howto/new-machine-hetzner-robot.mdwn +7 −7 Original line number Original line Diff line number Diff line Loading @@ -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 Loading