Skip to content

Commit f23aab7

Browse files
committed
axs101: work-around failing mount message
Afetr switching to SysV init (that by default has 2 consoles - on serial port and graphic screen) unexpected message started to appear: ============= mount: mounting / on failed: No such file or directory ============= For some reason remounting of / with option "rw" produced mentioned message. To suppress it we disable remounting of root partiotion which is not required BTW in our case when initramfs is mounted as "rw" right away. Signed-off-by: Alexey Brodkin <[email protected]>
1 parent bfcd296 commit f23aab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/axs101_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to the AXS101 Software Development Platform"
1111
BR2_INIT_SYSV=y
1212
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
1313
BR2_TARGET_GENERIC_GETTY_PORT="ttyS3"
14+
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
1415
BR2_LINUX_KERNEL=y
1516
BR2_LINUX_KERNEL_CUSTOM_GIT=y
1617
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/linux.git"

0 commit comments

Comments
 (0)