[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#622838: should embedd syslinux-themes in live-build



Package: live-build
Followup-For: Bug #622838

Version: 3.0~a38-1

Because people seem to have trouble finding the workaround, and it is
now out of date wrt the latest version, here's the one proposed by
Michal Suchanek in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636217#10
with the location & filename updated for current live-build:

$ cat > config/hooks/fix_syslinux.sh.binary << END
#!/bin/bash
cd binary/live || exit 1
vmlinuz=$(ls vmlinuz* | tail -n1)
ln  $vmlinuz vmlinuz || true
initrd=$(ls initrd.img* | tail -n1)
ln  $initrd initrd.img || true
END


-- Package-specific info:

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages live-build depends on:
ii  debootstrap  1.0.37

Versions of packages live-build recommends:
ii  cpio                            2.11-7    
ii  gettext-base                    0.18.1.1-5
ii  gnu-fdisk                       1.2.4-3+b1
ii  live-boot-doc                   3.0~a22-1 
ii  live-config-doc                 3.0~a30-1 
ii  live-manual                     1:3.0~a5-1
ii  live-manual-epub [live-manual]  1:3.0~a8-1
ii  live-manual-html [live-manual]  1:3.0~a8-1
ii  live-manual-odf [live-manual]   1:3.0~a8-1
ii  live-manual-pdf [live-manual]   1:3.0~a8-1
ii  live-manual-txt [live-manual]   1:3.0~a8-1

Versions of packages live-build suggests:
pn  dosfstools              3.0.12-1     
pn  fakeroot                1.18.1-1     
pn  genisoimage             <none>       
pn  memtest86+ | memtest86  <none>       
pn  mtools                  4.0.12-1     
pn  parted                  <none>       
pn  squashfs-tools          1:4.2-4+b1   
pn  sudo                    1.8.3p1-2    
pn  syslinux                2:4.04+dfsg-7
pn  uuid-runtime            2.19.1-5     
pn  win32-loader            <none>       

-- no debconf information



Reply to: