diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-12-09 17:26:13 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-12-09 17:26:13 +0000 |
commit | 52857ba6288ce6e5ad75170f3f1fd58f9c69351a (patch) | |
tree | 6fffc2230cfdc63f6c00a41b9916f3b95d84f32f /iso32 | |
parent | 9fad75dc827f34c85b8bfb051e60660face7b408 (diff) |
fix live kernel name
Diffstat (limited to 'iso32')
-rwxr-xr-x | iso32 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ makeisox86 () { mount -t squashfs "$chrootx86" "$coremnt" rsync -aHAXr --progress "$coremnt/" ""$isoname"/livecd/" # Put our kernel and initramfs in place - cp -avx ""$isoname"/livecd/boot/"$kernelname"" "$isoname/" - cp -avx ""$isoname"/livecd/boot/"$ramfsname"" "$isoname/" + cp -avx ""$isoname"/livecd/boot/"$kernelname"" ""$isoname"/"$releasename"" + cp -avx ""$isoname"/livecd/boot/"$ramfsname"" ""$isoname"/"$releasename.igz"" # Squash live environment mksquashfs ""$isoname"/livecd" ""$isoname"/livecd.squashfs" -b 1048576 -comp xz -Xdict-size 100% umount "$coremnt" |