diff options
author | Daniel Baumann <daniel@debian.org> | 2009-02-08 11:02:09 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:41 +0100 |
commit | f14e9354b90ee753db6e565d5fb7dd79f1c44886 (patch) | |
tree | 1cf6f944c059a46e3611f1f27b65ab8f19e86e3a | |
parent | a010abf10e78ac3385af9094e320c462cdd3a59a (diff) | |
download | vyos-live-build-f14e9354b90ee753db6e565d5fb7dd79f1c44886.tar.gz vyos-live-build-f14e9354b90ee753db6e565d5fb7dd79f1c44886.zip |
Moving live-initramfs or casper parameter list to live subdirectory on the images.
-rwxr-xr-x | helpers/lh_binary_linux-image | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/helpers/lh_binary_linux-image b/helpers/lh_binary_linux-image index 8f7e1e1c2..529e57efe 100755 --- a/helpers/lh_binary_linux-image +++ b/helpers/lh_binary_linux-image @@ -74,12 +74,6 @@ mkdir -p "${DESTDIR}" cp chroot/boot/"${LINUX}"-* "${DESTDIR}" cp chroot/boot/initrd.img-* "${DESTDIR}" -# Including boot parameter documentation -if [ "${LH_BINARY_IMAGES}" != "net" ] -then - DESTDIR="binary" -fi - case "${LH_INITRAMFS}" in casper) # Checking casper templates |