Subversion Repositories livecd

Rev

Rev 231 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 231 Rev 234
Line 279... Line 279...
279
            echo "Move dir /lib/modules/$mod_dir to $cleaned_dir"
279
            echo "Move dir /lib/modules/$mod_dir to $cleaned_dir"
280
	    mv -f /lib/modules/$mod_dir $cleaned_dir/
280
	    mv -f /lib/modules/$mod_dir $cleaned_dir/
281
        fi
281
        fi
282
    fi
282
    fi
283
done
283
done
284
 
-
 
285
### emacs-21.3 and emacs are hard links (and large 4.3MB) 
-
 
286
if [ ! $DVD ] then
-
 
287
 
-
 
288
    if [ -f /usr/bin/emacs-21.3 ]; then
-
 
289
	rm /usr/bin/emacs-21.3
-
 
290
	ln -s emacs /usr/bin/emacs-21.3
-
 
291
    fi
-
 
292
 
-
 
293
fi
-
 
294
 
284
 
295
### move some unneeded files to /mini (not for LiveDVD and miniCD)
285
### move some unneeded files to /mini (not for LiveDVD and miniCD)
296
#   to save disk space
286
#   to save disk space
297
 
287
 
298
if [ ! $DVD ] && [ ! $MINI ]; then
288
if [ ! $DVD ] && [ ! $MINI ]; then