Browse Source

Tobias Hintze <th@rocklinux.org>:


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

+ 1
- 1
target/rescue/build_stage2.sh

@ -160,5 +160,5 @@ fi
EOF
chmod 755 etc/init.d/rcS etc/boot.d/[0-9][0-9]-*
echo_status "Creating system.tar.bz2 archive."
tar -cIf ../system.tar.bz2 * ; cd ..
tar --use-compress-program=bzip2 -cf ../system.tar.bz2 * ; cd ..

+ 1
- 0
target/rescue/config.in

@ -66,6 +66,7 @@ pkgfilter sed '
/ openssl / { p; d; }; / openssh / { p; d; };
/ ntfsprogs / { p; d; };
/ gmp / { p; d; };
/ lzo / { p; d; };
# Select some packages explicitely (architectures)
/ bin86 / { p; d; };

Loading…
Cancel
Save