diff options
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) |