Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
2baf509eba
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      package/target-finish/2nd-stage/2nd-stage.conf

+ 1
- 3
package/target-finish/2nd-stage/2nd-stage.conf

@ -255,9 +255,7 @@ echo "Copy /etc/fstab."
cp -v ../2nd_stage/etc/fstab etc
echo "Copy stone.d."
mkdir -pv etc/stone.d
for i in gui_text mod_install mod_packages mod_gas default ; do
cp -v ../2nd_stage/etc/stone.d/$i.sh etc/stone.d
done
cp -v ../2nd_stage/etc/stone.d/* etc/stone.d
#
echo "Creating links for identical files."
while read ck fn

Loading…
Cancel
Save