From 86a5288ff5bd8712d7f8aa2acac9ac088895d38d Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 1 Jul 2013 17:20:15 +0100 Subject: [PATCH] Build ramdisks in an image chroot. Ramdisks are now built inside a chroot which is built by the normal image build process. Doing so improves our independence of the precise state of the build host. This fixes bug 1194055. Change-Id: Ibc254fbb9e7b404b5f38c1b35bcde8a4136e8e28 --- bin/ramdisk-image-create | 1 + 1 file changed, 1 insertion(+) create mode 120000 bin/ramdisk-image-create diff --git a/bin/ramdisk-image-create b/bin/ramdisk-image-create new file mode 120000 index 0000000..a69d9a8 --- /dev/null +++ b/bin/ramdisk-image-create @@ -0,0 +1 @@ +disk-image-create \ No newline at end of file