970177482b
- Basic archiso profile with CLI-only system - Custom 'samios' CLI tool for system management - BIOS (syslinux) and UEFI (grub) boot support - System configuration (hostname, locale, network) - Automated script for first boot - Mirror selection utility - Documentation (README, installation guide, roadmap) - Font policy: excludes fonts with '7777' in name Next: automated installer, desktop environment, testing
21 lines
562 B
INI
21 lines
562 B
INI
DEFAULT samios
|
|
SERIAL 0 115200
|
|
|
|
LABEL samios
|
|
TEXT HELP
|
|
Boot SamiOS live system
|
|
ENDTEXT
|
|
MENU LABEL SamiOS Live
|
|
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
|
INITRD /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
|
|
|
LABEL samios
|
|
TEXT HELP
|
|
Boot SamiOS live system with copy-to-RAM
|
|
ENDTEXT
|
|
MENU LABEL SamiOS Live (Copy to RAM)
|
|
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
|
INITRD /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram
|