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:39:38 +0100 |
commit | 46b0d4370ba1d3311128570720528261afc4cb08 (patch) | |
tree | 27053b870caadfc8c5bc06e4958d429c322532e8 /scripts/build/source_debian | |
parent | 9687f85695c6ef77a6acf95758e5d3e513890d8f (diff) | |
download | vyos-live-build-46b0d4370ba1d3311128570720528261afc4cb08.tar.gz vyos-live-build-46b0d4370ba1d3311128570720528261afc4cb08.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 61603f7f5..fc85ff601 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 |