diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2026-07-25 18:01:43 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2026-07-25 18:01:43 +0400 |
| commit | c1bb6287d299628fa6753e155e82510c373a567a (patch) | |
| tree | c8bfc3b324ddfd423fbe38fc1593b402f5c2af7a /alt-rootfs-installer/EXTRA_OPTIONS | |
vendor alt-rootfs-installer v0.7.4
Diffstat (limited to 'alt-rootfs-installer/EXTRA_OPTIONS')
| -rw-r--r-- | alt-rootfs-installer/EXTRA_OPTIONS | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/alt-rootfs-installer/EXTRA_OPTIONS b/alt-rootfs-installer/EXTRA_OPTIONS new file mode 100644 index 0000000..c7853f8 --- /dev/null +++ b/alt-rootfs-installer/EXTRA_OPTIONS @@ -0,0 +1,18 @@ +#DEFAULT_KERNEL=6.12.33-6.12-alt1 +#FAST_BOOT=1 +#BOOT_TIMEOUT=0 +## path to directory with *.rpm +#RPM_INSTALL=/path/to/dirname +## path to file contain password hash +#ROOT_PASSWD=/path/to/hash_file +#USER_PASSWD=/path/to/hash_file +#USER_NAME=user +## use /etc/initrd.mk.oem in rootfs: +#INITRD_OEM=1 +#UBOOT=/path/to/external_uboot_directory +#ADDON=/path/to/addon.tar +#SYSCON=ttyS2,1500000n8 +## if one of the DTB_ options are used, the other two need to be set too +#DTB_FILE=/path/to/dtb_file +#DTB_VENDOR=vendor_name (e.g. rockchip) +#DTB_KVER=kernel.version (e.g. 6.12) |