Skip to content
Snippets Groups Projects
Commit e726557f authored by minute's avatar minute
Browse files

Merge branch 'sysimage-v3' into 'sysimage-v3'

mkuserland.sh: use ttymxc0 (S1) instead of ttymxc1 (S2) in kernel cmdline

See merge request reform/reform-system-image!46
parents 2d29cf0f d4e2f61a
Branches sysimage-v3
Tags
No related merge requests found
......@@ -26,7 +26,7 @@ mmdebstrap \
--essential-hook='mkdir -p "$1"/etc/flash-kernel/preboot.d' \
--essential-hook='echo "MNT Reform 2" > "$1"/etc/flash-kernel/machine' \
--essential-hook='{ echo /dev/mmcblk1p2 / auto errors=remount-ro 0 1; echo /dev/mmcblk1p1 /boot auto errors=remount-ro 0 1; } > "$1"/etc/fstab' \
--essential-hook='{ echo LINUX_KERNEL_CMDLINE=\"console=ttymxc1,115200 console=tty1\"; echo LINUX_KERNEL_CMDLINE_DEFAULTS=\"ro no_console_suspend cma=512M pci=nomsi\"; } > "$1"/etc/default/flash-kernel' \
--essential-hook='{ echo LINUX_KERNEL_CMDLINE=\"console=ttymxc0,115200 console=tty1\"; echo LINUX_KERNEL_CMDLINE_DEFAULTS=\"ro no_console_suspend cma=512M pci=nomsi\"; } > "$1"/etc/default/flash-kernel' \
${comment#select timezone} \
--essential-hook='echo tzdata tzdata/Areas select Europe | chroot "$1" debconf-set-selections' \
--essential-hook='echo tzdata tzdata/Zones/Europe select Berlin | chroot "$1" debconf-set-selections' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment