Skip to content

feat: support additional rootfs options besides ext4#72

Open
mtanski wants to merge 1 commit into
linka-cloud:mainfrom
magicproduct:rootfs-btrfs
Open

feat: support additional rootfs options besides ext4#72
mtanski wants to merge 1 commit into
linka-cloud:mainfrom
magicproduct:rootfs-btrfs

Conversation

@mtanski

@mtanski mtanski commented May 16, 2025

Copy link
Copy Markdown

No description provided.

@Adphi

Adphi commented May 22, 2025

Copy link
Copy Markdown
Member

Hello @mtanski, thanks for the pull request ! 😀

Can you please add an e2e test case for the feature ?

d2vm/e2e/e2e_test.go

Lines 70 to 96 in 897f49a

tests := []test{
{
name: "single-partition",
},
{
name: "split-boot",
args: []string{"--split-boot"},
},
{
name: "fat32",
args: []string{"--split-boot", "--boot-fs=fat32"},
},
{
name: "luks",
args: []string{"--luks-password=root"},
},
{
name: "grub",
args: []string{"--bootloader=grub"},
efi: true,
},
{
name: "grub-luks",
args: []string{"--bootloader=grub", "--luks-password=root"},
efi: true,
},
}

@mtanski

mtanski commented May 27, 2025

Copy link
Copy Markdown
Author

Will do this later on this week when I get some free time.

@Raboo

Raboo commented Apr 29, 2026

Copy link
Copy Markdown

@mtanski What happened? This seems like a nice feature to have.
I would also like to see XFS added, not just BTRFS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants