mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-03 07:10:12 +01:00
use the same file permissions (644) for the initramfs image as for the other files on the ISO
This commit is contained in:
parent
d0a6ef07bb
commit
fc7e17f592
1
build.sh
1
build.sh
|
|
@ -258,6 +258,7 @@ make_setup_mkinitcpio() {
|
|||
make_boot() {
|
||||
mkdir -p ${work_dir}/iso/${install_dir}/boot/${arch}
|
||||
cp ${work_dir}/${arch}/airootfs/boot/sysresccd.img ${work_dir}/iso/${install_dir}/boot/${arch}/sysresccd.img
|
||||
chmod 644 ${work_dir}/iso/${install_dir}/boot/${arch}/sysresccd.img
|
||||
cp ${work_dir}/${arch}/airootfs/boot/vmlinuz-linux-lts ${work_dir}/iso/${install_dir}/boot/${arch}/vmlinuz
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue