X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-debootstrap.8.txt;h=111ca97498aa933655708887ca10e2577b2664ff;hb=1475b08a78eaef9c771229fb27d44fe51290d754;hp=5f909bc3cfc2e4806908d65ee847ad9ba23b57e0;hpb=eb7cb8d30510ae0b672d5b1c3cdb1bd5733822fe;p=grml-debootstrap.git diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index 5f909bc..111ca97 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -226,6 +226,13 @@ Options and environment variables Delete grml-debootstrap configuration files (/etc/debootstrap/*) from installed system. Useful for reproducible builds or if you don't want to leak information. +*--sshcopyauth*:: + + Use locally available _$HOME/.ssh/authorized_keys_ to authorise root login on the target system. + This installs _$HOME/.ssh/authorized_keys_ as _/root/.ssh/authorized_keys_ on + the target system. If a different file than _$HOME/.ssh/authorized_keys_ should + be used, the environment variable _AUTHORIZED_KEYS_SOURCE_ can be used. + *--sshcopyid*:: Use locally available public keys to authorise root login on the target system. @@ -307,7 +314,7 @@ Use mmdebstrap instead of default debootstrap tool for bootstrapping. Install default Debian release (buster) on LVM device /dev/mapper/vg0-rootfs and install bootmanager GRUB in MBR (master boot record) of /dev/sda. - grml-debootstrap --efi /dev/sda1 --target /dev/sda2 --grub /dev/sda --efi + grml-debootstrap --efi /dev/sda1 --target /dev/sda2 --grub /dev/sda Install default Debian release (buster) on /dev/sda2 and install bootmanager GRUB in MBR (master boot record) of /dev/sda. Use /dev/sda1 as EFI partition (requires EFI support in booted system).