diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-16 21:06:25 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-16 21:41:42 +0100 |
commit | bae505eb97ef389fe07ceebb03e8956db7011bb7 (patch) | |
tree | 122510fe17f9dcee4aabee3d716fc2170a9a6eb2 /scripts/build/source_debian | |
parent | 470494d92dabb61388314ade3cd15b4b3ddb9985 (diff) | |
download | vyos-live-build-bae505eb97ef389fe07ceebb03e8956db7011bb7.tar.gz vyos-live-build-bae505eb97ef389fe07ceebb03e8956db7011bb7.zip |
Switching from genisoimage to xorriso.
Diffstat (limited to 'scripts/build/source_debian')
-rwxr-xr-x | scripts/build/source_debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/source_debian b/scripts/build/source_debian index 95a155d88..502bd8202 100755 --- a/scripts/build/source_debian +++ b/scripts/build/source_debian @@ -55,7 +55,7 @@ Chroot chroot "dpkg --get-selections" | awk '{ print $1 }' > source-selection.tx cat >> source-selection.txt << EOF ${LB_BOOTLOADER} live-build -genisoimage +xorriso parted squashfs-tools mtd-tools |