From 0f6c791ad2a3dfd7c17988de43a8db6a14818ff5 Mon Sep 17 00:00:00 2001
From: Tobias Hintze
Date: Sun, 31 Oct 2004 10:04:14 +0000
Subject: [PATCH] Tobias Hintze | : added ntfsprogs to
rescue target
[2004102011115311305] (https://www.rocklinux.net/submaster)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4660 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
---
target/rescue/build_stage2.sh | 4 ++--
target/rescue/config.in | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/target/rescue/build_stage2.sh b/target/rescue/build_stage2.sh
index ff801403b..e7a92842a 100644
--- a/target/rescue/build_stage2.sh
+++ b/target/rescue/build_stage2.sh
@@ -36,9 +36,9 @@ package_map=' +00-dirtree +glibc22 +glibc23
-sysklogd -devfsd +setserial +iproute2
+netkit-base +netkit-ftp +netkit-telnet +netkit-tftp
+sysfiles +libpcap +iptables +tcp_wrappers
--kiss +kbd -syslinux -rescue-stage1-init
+-kiss +kbd -syslinux -rescue-stage1-init
+device-mapper +lvm2 +mdadm +dhcpcd
-+smartmontools
++smartmontools +ntfsprogs
'
if [[ $rockver = 2.0* ]] ; then
diff --git a/target/rescue/config.in b/target/rescue/config.in
index 34f6d7769..0da350153 100644
--- a/target/rescue/config.in
+++ b/target/rescue/config.in
@@ -63,6 +63,7 @@ pkgfilter sed '
/ xfsprogs / { p; d; };
/ kbd / { p; d; }; / eject / { p; d; };
/ openssl / { p; d; }; / openssh / { p; d; };
+/ ntfsprogs / { p; d; };
# Select some packages explicitely (architectures)
/ bin86 / { p; d; };
|