From 5bb45db9b24e43faac9868e3e80a26dffbf0268a Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Tue, 23 Mar 2004 13:42:53 +0000 Subject: [PATCH] Andreas V. Meier: Include ntfsprogs in bootdisk (nice for resizing xp/2k partitions) [2004031521453818966] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2600 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 2a6c068be..5e5229526 100644 --- a/target/bootdisk/build_stage2.sh +++ b/target/bootdisk/build_stage2.sh @@ -38,7 +38,7 @@ 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' +-kiss +kbd -syslinux +ntfsprogs' package_map="+$ROCKCFG_DEFAULT_KERNEL $package_map" diff --git a/target/bootdisk/config.in b/target/bootdisk/config.in index 44ca35503..3de0cd7f9 100644 --- a/target/bootdisk/config.in +++ b/target/bootdisk/config.in @@ -39,7 +39,7 @@ pkgfilter sed ' / bonnie++ / { p; d; }; / xfsprogs / { p; d; }; / kbd / { p; d; }; / eject / { p; d; }; / popt / { p; d; }; / raidtools / { p; d; }; -/ mdadm / { p; d; }; +/ mdadm / { p; d; }; / ntfsprogs / { P; d; }; # Select some packages explicitely (architectures) / bin86 / { p; d; }; / cpuburn / { p; d; };