diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 09:31:45 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 09:31:45 (EST) |
commit | 03e7e12b27081f92ce4ad16f334f1313346fb9a8 (patch) | |
tree | 78c941f92c27f849c9b4d4c4fc9772d1b6517aa6 /src/profile | |
parent | 483cf90baa5986fd80845b53bbdb7904089ddb03 (diff) |
Revert "installer/pcramfs: Make RAM FS twice"
This reverts commit 6e4e840980f3da36b995b0470d18e2e7ecd0a456.
This didn't work.
Diffstat (limited to 'src/profile')
-rw-r--r-- | src/profile/proteanos.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 28d2bbd..4795e91 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -426,7 +426,6 @@ prof_proteanos_make_initramfs() else init_created=false fi - mkdir -p boot find . -xdev -a \! -path './boot/*' -a \ \! -path './prokit/*' | \ ${CPIO} -o -H newc | \ |