Browse Source

Tobias Hintze <th@rocklinux.org>:


			
			
				rocklinux
			
			
		
Tobias Hintze 20 years ago
parent
commit
0f6c791ad2
2 changed files with 3 additions and 2 deletions
  1. +2
    -2
      target/rescue/build_stage2.sh
  2. +1
    -0
      target/rescue/config.in

+ 2
- 2
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

+ 1
- 0
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; };

Loading…
Cancel
Save