[scripts] generate sha256 checksum instead of md5, genkernel busybox has sha256sum

This commit is contained in:
Fabio Erculiani
2012-09-03 23:38:54 +02:00
parent e6b8663e99
commit a3c8df8783
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -62,6 +62,6 @@ isolinux_img = os.path.join(chroot_dir, "usr/share/backgrounds/isolinux/back.jpg
if os.path.isfile(isolinux_img):
shutil.copy2(isolinux_img, os.path.join(cdroot_dir, "isolinux/back.jpg"))
iso_md5_script = os.path.join(sabayon_molecule_home, "scripts/pre_iso_script_livecd_md5.sh")
iso_md5_script = os.path.join(sabayon_molecule_home, "scripts/pre_iso_script_livecd_hash.sh")
exit_st = subprocess.call([iso_md5_script])
raise SystemExit(exit_st)