[PATCH] Correct the location of isohdpfx.bin
Hello, I am using Debian sid. To make iso built I had to change the following file diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index 9b4d6ea..43e3248 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -57,7 +57,7 @@ Check_package chroot/usr/bin/xorriso xorriso if [ "${LIVE_IMAGE_TYPE}" = "iso-hybrid" ] then - Check_package chroot/usr/lib/syslinux/isohdpfx.bin syslinux-common + Check_package chroot/usr/lib/syslinux/mbr/isohdpfx.bin syslinux-common fi # Restoring cache @@ -78,7 +78,7 @@ XORRISO_OPTIONS="-R -r -J -joliet-long -l -cache-inodes" # Handle xorriso live-build specific options if [ "${LIVE_IMAGE_TYPE}" = "iso-hybrid" ] then - XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-mbr /usr/lib/syslinux/isohdpfx.bin -partition_offset 16" + XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-mbr /usr/lib/syslinux/mbr/isohdpfx.bin -partition_offset 16" fi if [ "${_QUIET}" = "true" ] -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/CAFp4thREYfq0RpJbqa6oCmQSd5PaAC8tUyQHy71+CK9WF=e...@mail.gmail.com
Re: Creating a software repository for a Linux distro
El 29/06/14 03:28, Jason Hsu escribió: > How do you create a software repository for a Linux distro? For my Swift > Linux distro, I will create *.deb packages containing the changes needed to > transform minimal Debian Linux into Swift Linux, and I will need a software > repository to store them. There will be a metapackage consisting of all of > the generic Debian packages used by Swift Linux, and there will be packages > that include details like wallpaper, desktop configuration files, SLiM > configuration files, etc. that provide the branding/naming in the critical > areas. In other words, I'm following part of the CrunchBang way of doing > things. > > Yes, I have seen the official Debian how-to page at > https://www.debian.org/doc/manuals/repository-howto/repository-howto , but > it's obsolete. Is there an up-to-date version of this page? > we use reprepro to manage our repository and work fine -- Fernando Toledo Dock Sud BBS http://bbs.docksud.com.ar telnet://bbs.docksud.com.ar -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/53b069c0.3030...@docksud.com.ar