- Timestamp:
- Apr 26, 2016, 6:05:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.