Changeset 1286
- Timestamp:
- Apr 26, 2016, 6:05:01 PM (5 years ago)
- Location:
- lliurex-maker/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-maker/trunk/fuentes/debian/changelog
r1199 r1286 1 lliurex-maker (3.2.1) xenial; urgency=high 2 3 * Fix bug when build 64 bits isos (vmlinuz and efi) 4 5 -- Raul Rodrigo Segura <raurodse@gmail.com> Tue, 26 Apr 2016 18:02:32 +0200 6 1 7 lliurex-maker (3.2) xenial; urgency=high 2 8 -
lliurex-maker/trunk/fuentes/new/usr/share/lliurex-maker/auto/build
r1186 r1286 40 40 cat > config/hooks/fixvmlinuz.binary <<'EOF' 41 41 #! /bin/sh 42 mv binary/casper/vmlinuz* binary/casper/vmlinuz 42 kernel=$(ls binary/casper/vmlinuz-* | grep -v efi | sort -r | head -1) 43 mv $kernel binary/casper/vmlinuz 43 44 mv binary/casper/initrd.img* binary/casper/initrd.lz 44 45 EOF
Note: See TracChangeset
for help on using the changeset viewer.