Skip to content

Commit

Permalink
remove mv
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed May 20, 2015
1 parent 0f7f2ec commit 1c2a341
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/subroutines
Expand Up @@ -929,8 +929,7 @@ task_extrbase() {
fi
fi
# now we can copy fstab
[ -f $fs ] && mv $fs $fs.old
[ -f $LOGDIR/fstab ] && cp -S.orig -bp $LOGDIR/fstab $fs
[ -f $LOGDIR/fstab ] && cp -S.old -bp $LOGDIR/fstab $fs
# copy crypttab, if setup-storage created one
[ -f $LOGDIR/crypttab ] && cp -p $LOGDIR/crypttab $FAI_ROOT/etc/crypttab
# make /var/lib/dpkg a ramdisk
Expand Down

0 comments on commit 1c2a341

Please sign in to comment.