From 870dbe9e5f1ea31450da0c3e7e49ffe0b76a2caf Mon Sep 17 00:00:00 2001 From: fake Date: Fri, 3 Sep 2004 14:27:24 +0000 Subject: [PATCH] fake: add ddrescue to the bootdisk target [2004083112151803638] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4012 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/bootdisk/build_stage2.sh | 2 +- target/bootdisk/config.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/bootdisk/build_stage2.sh b/target/bootdisk/build_stage2.sh index 97ee8c883..ac2c0b4ab 100644 --- a/target/bootdisk/build_stage2.sh +++ b/target/bootdisk/build_stage2.sh @@ -39,7 +39,7 @@ package_map=' +00-dirtree +glibc22 +glibc23 +netkit-base +netkit-ftp +netkit-telnet +netkit-tftp +sysfiles +libpcap +iptables +tcp_wrappers -kiss +kbd -syslinux +ntfsprogs --ethtool -uml_utilities' +-ethtool -uml_utilities +ddrescue' if [ -f ../../pkgs/bize.tar.bz2 -a ! -f ../../pkgs/mine.tar.bz2 ] ; then packager=bize diff --git a/target/bootdisk/config.in b/target/bootdisk/config.in index 3a671f308..2b114fcb1 100644 --- a/target/bootdisk/config.in +++ b/target/bootdisk/config.in @@ -40,7 +40,7 @@ pkgfilter sed ' / kbd / { p; d; }; / eject / { p; d; }; / popt / { p; d; }; / raidtools / { p; d; }; / mdadm / { p; d; }; / ntfsprogs / { P; d; }; -/ linux / { p; d; }; +/ linux / { p; d; }; / ddrescue / { p; d; }; # Select some packages explicitely (architectures) / bin86 / { p; d; }; / cpuburn / { p; d; };