mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Merge branch 'initramfs-chmod' into 'master'
use the same file permissions (644) for the initramfs image as for the other files on the ISO Closes #248 See merge request systemrescue/systemrescue-sources!166
This commit is contained in:
commit
82e967a0d9
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue