- Timestamp:
- May 3, 2016, 11:48:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-maker/trunk/fuentes/new/usr/share/lliurex-maker/auto/build
r1349 r1364 41 41 #! /bin/sh 42 42 kernel=$(ls binary/casper/vmlinuz-* | grep -v efi | sort -r | head -1) 43 kernel_efi=$(ls binary/casper/vmlinuz-* | grep efi | sort -r | head -1) 43 44 cp $kernel binary/casper/vmlinuz 45 cp $kernel_efi binary/casper/vmlinuz.efi 44 46 cp binary/casper/initrd.img* binary/casper/initrd.lz 45 47 EOF … … 54 56 rm chroot/etc/apt/sources.list.d/* || true 55 57 cp -r config/final_apt/* chroot/etc/apt/ || true 56 lb binary "$@" 58 59 if [ = 'amd64']; then 60 cp /usr/lib/live/build/lb_binary custom_binary 61 sed -i -e 's%^lb binary_iso ${\*}%auto/lliurexbuildiso ${*}%g' custom_binary 62 chmod +x custom_binary 63 ./custom_binary "$@" 64 else 65 lb binary "$@" 66 fi 57 67 touch binary.success 58 68 ) 2>&1 | tee binary.log
Note: See TracChangeset
for help on using the changeset viewer.