This commit is contained in:
Marcus 2023-05-01 20:41:06 +02:00
parent b9bb274e60
commit e439f445df
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ sudo mksquashfs \
build/staging/live/filesystem.squashfs \
-e boot || error
message "copy kernel and init images"
message "copy kernel and initrd images"
cp build/chroot/boot/vmlinuz-* build/staging/live/vmlinuz || error
cp build/chroot/boot/initrd.img-* build/staging/live/initrd || error

View file

@ -1 +1 @@
v0.1.3-13-g8263e9e
v0.1.3-14-gb9bb274