|
|
@ -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 |
|
|
|