continue beOS rebrand and add native verification
Some checks failed
Native Verification / Build Docs (pull_request) Successful in 1m12s
Native Verification / Build App-Service Native (pull_request) Successful in 1m27s
Native Verification / Build Daemon Native (pull_request) Successful in 42s
Lint and Test Charts / lint-test (pull_request_target) Failing after 19s
Lint and Test Charts / test-version (pull_request_target) Successful in 0s
Lint and Test Charts / push-image (pull_request_target) Failing after 15s
Lint and Test Charts / upload-cli (pull_request_target) Failing after 1m15s
Lint and Test Charts / upload-daemon (pull_request_target) Failing after 1m12s
Lint and Test Charts / push-deps (pull_request_target) Has been skipped
Lint and Test Charts / push-deps-arm64 (pull_request_target) Has been skipped
Lint and Test Charts / push-image-arm64 (pull_request_target) Has been cancelled
Lint and Test Charts / upload-package (pull_request_target) Has been cancelled
Lint and Test Charts / install-test (pull_request_target) Has been cancelled

This commit is contained in:
2026-03-10 13:48:45 +01:00
parent 3e07c556c5
commit df38148149
432 changed files with 2410 additions and 1642 deletions

View File

@@ -14,7 +14,7 @@ import (
"github.com/spf13/cobra"
)
const defaultOlaresVGName = "olares-vg"
const defaultBeOSVGName = "beos-vg"
func NewExtendDiskCommand() *cobra.Command {
cmd := &cobra.Command{
@@ -196,7 +196,7 @@ func selectExtendingLV(vgName string, lvs []*lvm.LvItem) (string, error) {
return lvs[0].LvName, nil
}
if vgName == defaultOlaresVGName {
if vgName == defaultBeOSVGName {
selectedLv := ""
for _, lv := range lvs {
if lv.LvName == "root" {