summaryrefslogtreecommitdiff
path: root/alt-rootfs-installer/EXTRA_OPTIONS
blob: c7853f8ef2c50da88174a465b07ee1fccbc691b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)