Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Get rid of /live/cow
authorMichael Prokop
Mon Jun 09 20:28:28 2008 +0200 (5 months ago)
changeset 14741ded8973f4
manifest741ded8973f4
parent 139b84fffe82c4
child 152d7be1564dc9
Get rid of /live/cow
save-config
--- a/save-config Mon Jun 09 20:11:01 2008 +0200
+++ b/save-config Mon Jun 09 20:28:28 2008 +0200
@@ -122,7 +122,7 @@ save_etc(){
save_etc(){
debug "save etc"
if [ -n "$NEWLAYOUT" ] ; then
- $runas find /live/cow/etc >> $FILELIST
+ $runas find /live/cow/etc | sed -e 's#/live/cow## ; /etc$/d' >> $FILELIST
else
$runas findchanged /etc /GRML/etc >> $FILELIST
fi