Skip to content

Commit

Permalink
Added config backup/restore.
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrate committed Oct 7, 2022
1 parent e004e9b commit 1fab692
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cerebrate/backup-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/sh
cp .config ~/.local/kernel-config
cp localversion ~/.local/kernel-localversion
3 changes: 3 additions & 0 deletions Cerebrate/restore-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/sh
cp ~/.local/kernel-config .config
cp ~/.local/kernel-localversion localversion

0 comments on commit 1fab692

Please sign in to comment.