diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-05-07 16:59:58 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-05-07 16:59:58 +0400 |
commit | 34001fbf97d94a7cc292d6f7994023e8459e1b24 (patch) | |
tree | 5fd2040d04533b9d1826334b5789453603cfa6fb | |
parent | 66c18969f2b427dc0c7b86ee8f39e2a2fa6f478b (diff) | |
download | live-34001fbf97d94a7cc292d6f7994023e8459e1b24.tar.gz |
Remove prefix from paths in bootarch.list
-rwxr-xr-x | protostar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ mkdir "${BOOTARCH}/usr2" popd # Exit from $ROOT -find "${BOOTARCH}" -ls > bootarch.list +(cd "${BOOTARCH}" && find * -ls) > bootarch.list echo "Making boot archive..." sync; sync |