diff --git a/README.md b/README.md index 15c29c2..0d17c8c 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ mmdebstrap: - cp /dev/null "$1/etc/hostname" - if test -f "$1/etc/resolv.conf"; then cp /dev/null "$1/etc/resolv.conf"; fi customize-hooks: - - cp --preserve=timestamps -v "$1"/boot/vmlinuz* "$1${BDEBSTRAP_OUTPUT_DIR?}/vmlinuz" + - cp --preserve=timestamps -v "$1"/boot/vmlinu* "$1${BDEBSTRAP_OUTPUT_DIR?}/vmlinuz" - cp --preserve=timestamps -v "$1"/boot/initrd.img* "$1${BDEBSTRAP_OUTPUT_DIR?}/initrd.img" - mkdir -p "$1/root/.ssh" - upload ~/.ssh/id_rsa.pub /root/.ssh/authorized_keys diff --git a/bdebstrap.1.md b/bdebstrap.1.md index de59f8f..efdec75 100644 --- a/bdebstrap.1.md +++ b/bdebstrap.1.md @@ -332,7 +332,7 @@ mmdebstrap: - cp /dev/null "$1/etc/hostname" - if test -f "$1/etc/resolv.conf"; then cp /dev/null "$1/etc/resolv.conf"; fi customize-hooks: - - cp --preserve=timestamps -v "$1"/boot/vmlinuz* "$1${BDEBSTRAP_OUTPUT_DIR?}/vmlinuz" + - cp --preserve=timestamps -v "$1"/boot/vmlinu* "$1${BDEBSTRAP_OUTPUT_DIR?}/vmlinuz" - cp --preserve=timestamps -v "$1"/boot/initrd.img* "$1${BDEBSTRAP_OUTPUT_DIR?}/initrd.img" - mkdir -p "$1/root/.ssh" - upload ~/.ssh/id_rsa.pub /root/.ssh/authorized_keys diff --git a/examples/Debian-bullseye-live.yaml b/examples/Debian-bullseye-live.yaml index 049340f..dc0a05e 100644 --- a/examples/Debian-bullseye-live.yaml +++ b/examples/Debian-bullseye-live.yaml @@ -5,7 +5,7 @@ mmdebstrap: - cp /dev/null "$1/etc/hostname" - if test -f "$1/etc/resolv.conf"; then cp /dev/null "$1/etc/resolv.conf"; fi customize-hooks: - - cp --preserve=timestamps -v "$1"/boot/vmlinuz* "$1${BDEBSTRAP_OUTPUT_DIR?}/vmlinuz" + - cp --preserve=timestamps -v "$1"/boot/vmlinu* "$1${BDEBSTRAP_OUTPUT_DIR?}/vmlinuz" - cp --preserve=timestamps -v "$1"/boot/initrd.img* "$1${BDEBSTRAP_OUTPUT_DIR?}/initrd.img" - mkdir -p "$1/root/.ssh" - upload ~/.ssh/id_rsa.pub /root/.ssh/authorized_keys