Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions distro/boot/grub.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set default=0
set timeout=5

menuentry "ZDOS Linux (M2 Preview)" {
linux /boot/vmlinuz console=ttyS0 console=tty1 root=/dev/ram0 rw
initrd /boot/initramfs.cpio.gz
}
12 changes: 12 additions & 0 deletions distro/installer/hardware-policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
policy: "ZDOS Hardware Matrix"
certified_architectures:
- "x86_64"
minimum_requirements:
ram: "512M"
storage: "2G"
consoles:
- "ttyS0"
- "tty1"
supported_nics:
- "virtio-net"
- "e1000"
11 changes: 11 additions & 0 deletions distro/installer/install-policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
policy: "ZDOS Installation Policy"
destructive_confirmation_required: true
default_partitioning:
- mount: "/boot"
size: "512M"
type: "vfat"
- mount: "/"
size: "remaining"
type: "ext4"
encryption: "optional"
rollback_supported: true
6 changes: 6 additions & 0 deletions distro/recovery/recovery-policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
policy: "ZDOS Recovery Policy"
access: "explicit_authorization_required"
support_media: "usb"
features:
- "reset_to_factory"
- "export_diagnostic_bundle"
Loading