From 50730a0dcb5ebc41bfe15c2d98a9ad25806f4442 Mon Sep 17 00:00:00 2001 From: Tiago Date: Mon, 10 Nov 2014 13:15:19 -0200 Subject: [hdd-boot] Add grubmenumaker script and init changes --- remote/modules/grub/module.build | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 remote/modules/grub/module.build (limited to 'remote/modules/grub/module.build') diff --git a/remote/modules/grub/module.build b/remote/modules/grub/module.build new file mode 100644 index 00000000..119ea7bf --- /dev/null +++ b/remote/modules/grub/module.build @@ -0,0 +1,18 @@ +fetch_source() { + : +} + +build() { + COPYLIST="list_dpkg_output" + [ -e "$COPYLIST" ] && rm "$COPYLIST" + + list_packet_files >> "$COPYLIST" + tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" + + return 0 +} + +post_copy() { + : +} + -- cgit v1.2.3-55-g7522