Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Rename copy_files_initramfs() to copy_files() now that old linuxrc ve…
Browse files Browse the repository at this point in the history
…rsion has gone.
  • Loading branch information
mika committed Dec 28, 2010
1 parent 3dcc14e commit 62904e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grml2hd
Expand Up @@ -327,7 +327,7 @@ that $PARTITION is not in use/mounted. Exiting."
bailout 9
}

copy_files_initramfs() {
copy_files() {
cd /
( echo "0" ;
cp -a backups $TARGET 1>>$LOGFILE 2>&1
Expand Down Expand Up @@ -930,7 +930,7 @@ if checkvalue $GRML2HD_INITIALIZE ; then
fi

if checkvalue $GRML2HD_COPY_FILES ; then
copy_files_initramfs
copy_files
fi

if checkvalue $GRML2HD_IS_GRML_SMALL ; then
Expand Down

0 comments on commit 62904e4

Please sign in to comment.