diff --git a/makeanything.sh b/makeanything.sh index e1bd27f..86ca099 100755 --- a/makeanything.sh +++ b/makeanything.sh @@ -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 diff --git a/rootdir/usr/share/nanodesk/version b/rootdir/usr/share/nanodesk/version index b48acf7..e6a0cd2 100644 --- a/rootdir/usr/share/nanodesk/version +++ b/rootdir/usr/share/nanodesk/version @@ -1 +1 @@ -v0.1.3-13-g8263e9e +v0.1.3-14-gb9bb274