Closed MathieuRA closed 2 hours ago
See: https://github.com/natevw/fatfs/issues/30 and https://github.com/natevw/fatfs/pull/31 The fatfs library has been forked to implement the createLabel function, which is required otherwise the disk is mounted without label (for windows VMs at least). Necessary for Cloudbase-Init.
fatfs
createLabel
XCP 8.3.0 XO Team
Windows Server 2019 (64-bit) (Cloudbase init)
Custom config
#cloud-config write_files: encoding: b64 content: NDI= path: C:\test permissions: '0o466'
/
cd /
dir
test
more test
42
You also can create your own template!
Run Sysprep
cloudbase-init-unattend.conf
... config_drive_vfat=true ... metadata_services=cloudbaseinit.metadata.services.nocloudservice.NoCloudConfigDriveService plugins=cloudbaseinit.plugins.common.userdata.UserDataPlugin ...
Fixes #007
See xoa-support#42
See https://...
Introduced by
CHANGELOG.unreleased.md
This 2-passes review process aims to: develop skills of junior reviewers limit the workload for senior reviewers limit the number of unnecessary changes by the author
This 2-passes review process aims to:
Notes:
Description
See: https://github.com/natevw/fatfs/issues/30 and https://github.com/natevw/fatfs/pull/31 The
fatfs
library has been forked to implement thecreateLabel
function, which is required otherwise the disk is mounted without label (for windows VMs at least). Necessary for Cloudbase-Init.Cloudbase-Init test
XCP 8.3.0 XO Team
poolWindows Server 2019 (64-bit) (Cloudbase init)
as templateCustom config
/
withcd /
dir
test
. (file created by the cloud-config defined above)more test
(output42
)You also can create your own template!
Run Sysprep
cloudbase-init-unattend.conf
with at least these 3 thingsChecklist
Fixes #007
,See xoa-support#42
,See https://...
)Introduced by
CHANGELOG.unreleased.md
Review process
Notes: