diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-01 20:51:33 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-01 21:11:35 (EDT) |
commit | 2e800c3a44edf398828fd932faf336a2797aaf96 (patch) | |
tree | b8926c1858c361bae460c6d26ccb727f7a3a71ea /src | |
parent | c87ae1c767582bef75d4325c4a469d3080a1b1c0 (diff) |
profile/proteanos: Add base section
Missing from commit 18a78f7e70edc6990ae7226e7f9319a57edff89e.
Diffstat (limited to 'src')
-rw-r--r-- | src/profile/proteanos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 519bda2..cd90b74 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -159,7 +159,7 @@ prof_proteanos_feeds() sects='base dev lib libdev share util' ;; *) - sects='boot lib share util' + sects='base boot lib share util' esac for a in "${arch}" 'all'; do |