Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
live-build
Commits
0e3d1c77
Commit
0e3d1c77
authored
Nov 12, 2015
by
Raphaël Hertzog
Browse files
Add the libmenu.c32/libgpl.c32 symlinks
parent
554a245f
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0e3d1c77
live
-
build
(
5.0
~
a11
-
1
kali4
)
kali
-
dev
;
urgency
=
medium
*
Add
libmenu
.
c32
/
libgpl
.
c32
to
the
required
syslinux
files
.
--
Rapha
ë
l
Hertzog
<
hertzog
@
debian
.
org
>
Fri
,
13
Nov
2015
09
:
40
:
17
+
0100
live
-
build
(
5.0
~
a11
-
1
kali3
)
kali
-
dev
;
urgency
=
medium
*
Drop
ixp4xx
flavour
on
armel
as
it
's gone from Debian/Kali.
...
...
debian/rules
View file @
0e3d1c77
...
...
@@ -20,3 +20,11 @@ override_dh_link:
# workaround dh_link convertion of absolute symlinks to relvative symlinks
rm -rf debian/live-build/usr/share/live/build/bootloaders
cp -a share/bootloaders debian/live-build/usr/share/live/build/bootloaders
# Kali fix: add missing libmenu.c32 (upstream fix would add the
# symlink in the git repo directly)
for bootloader in extlinux isolinux pxelinux syslinux; do \
ln -sf /usr/lib/syslinux/modules/bios/libmenu.c32 \
debian/live-build/usr/share/live/build/bootloaders/$$bootloader/ ; \
ln -sf /usr/lib/syslinux/modules/bios/libgpl.c32 \
debian/live-build/usr/share/live/build/bootloaders/$$bootloader/ ; \
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment