diff options
author | Aaron LI <aly@aaronly.me> | 2018-12-20 15:05:41 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-12-20 15:05:41 +0800 |
commit | 14e893e6d59bc614822013f1dc7211694d7c8383 (patch) | |
tree | b8c66504d06aa5540f1bae02a846259cefab2d1c /dfly-update | |
parent | c3a42a945526b5febadd280d69f688f6ead4864b (diff) | |
download | dfly-update-14e893e6d59bc614822013f1dc7211694d7c8383.tar.bz2 |
dfly-update: Install /rescue directory
Diffstat (limited to 'dfly-update')
-rwxr-xr-x | dfly-update | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dfly-update b/dfly-update index ef0aabd..900ec0f 100755 --- a/dfly-update +++ b/dfly-update @@ -441,12 +441,14 @@ install_system() { -p /usr/include || exit ${EC_MTREE} echo " => Installing kernel and world ..." - for item in COPYRIGHT \ + for item in \ + COPYRIGHT \ bin \ boot \ compat \ lib \ libexec \ + rescue \ sbin \ usr/Makefile \ usr/bin \ |