Man-in-the-middle script to manipulate the xorriso run of grub-mkrescue
This commit is contained in:
@ -12,19 +12,25 @@
|
||||
# libisofs jte libburn libisoburn
|
||||
# obtained according to instructions on http://libburnia-project.org.
|
||||
#
|
||||
# Produce a necessary binary
|
||||
# (cd libisoburn-develop/xorriso && \
|
||||
# cc -g -Wall -o unite_html_b_line unite_html_b_line.c )
|
||||
#
|
||||
# It creates a new directory tree
|
||||
# xorriso-standalone
|
||||
# for building GNU xorriso.
|
||||
# The ./bootstrap script gets applied and a source tarball is made.
|
||||
#
|
||||
# The ./bootstrap script gets applied and a source tarball
|
||||
# is made.
|
||||
# Before running this script one needs to apply autotools to libisoburn
|
||||
# ./libisoburn-develop/bootstrap
|
||||
#
|
||||
# From that tree can be build a binary xorriso/xorriso which at runtime
|
||||
# does not depend on installed libburnia libraries.
|
||||
# and to produce a necessary binary
|
||||
# (cd libisoburn-develop/xorriso && \
|
||||
# cc -g -Wall -o unite_html_b_line unite_html_b_line.c )
|
||||
#
|
||||
# Then run
|
||||
#
|
||||
# ./libisoburn-develop/xorriso/make_xorriso_standalone.sh
|
||||
#
|
||||
# From the emerging xorriso-standalone tree can be build a binary
|
||||
# xorriso/xorriso
|
||||
# which at runtime does not depend on installed libburnia libraries.
|
||||
# Execute in xorriso-standalone :
|
||||
#
|
||||
# ./configure && make
|
||||
@ -246,6 +252,7 @@ copy_files \
|
||||
frontend/xorriso-tcltk \
|
||||
frontend/sh_on_named_pipes.sh \
|
||||
frontend/xorriso_broker.sh \
|
||||
frontend/grub-mkrescue-sed.sh \
|
||||
"$lone_dir"/frontend
|
||||
|
||||
|
||||
|
@ -343,6 +343,7 @@ EXTRA_DIST = \
|
||||
frontend/xorriso-tcltk \
|
||||
frontend/sh_on_named_pipes.sh \
|
||||
frontend/xorriso_broker.sh \
|
||||
frontend/grub-mkrescue-sed.sh \
|
||||
libisofs/aaip-os-dummy.c \
|
||||
libisofs/aaip-os-linux.c \
|
||||
libisofs/aaip-os-freebsd.c \
|
||||
|
Reference in New Issue
Block a user