Commit 7a731dc3 authored by Ivan A. Melnikov's avatar Ivan A. Melnikov Committed by Michael Shigorin

mipsel-mitx: set root to /dev/sda6 in bootconf

We don't know the root UUID at this point; recovery.rc will deal with it later, but we'd like to have even the tarball in a somwhat working state.
parent 4f37e432
......@@ -28,7 +28,7 @@ ln -s "$DTB_NAME"-"$kversion".dtb /boot/$DTB_NAME.dtb
cat > /boot/bootconf << EOF
default: bootconf0
bootconf0 vmlinuz $KERNEL_LOAD_ADDR $KERNEL_LOAD_ADDR $DTB_NAME.dtb initrd.img root=UUID=@ROOTUUID@ rw rootwait earlyprintk=uart8520,mmio32,0x1f04a000,115200 maxcpus=2 consoleblank=0 console=tty1 console=ttyS0,115200n8 video=sm750fb:1920x1080-32@60 nohtw nocoherentio ieee754=relaxed
bootconf0 vmlinuz $KERNEL_LOAD_ADDR $KERNEL_LOAD_ADDR $DTB_NAME.dtb initrd.img root=/dev/sda6 rw rootwait earlyprintk=uart8520,mmio32,0x1f04a000,115200 maxcpus=2 consoleblank=0 console=tty1 console=ttyS0,115200n8 video=sm750fb:1920x1080-32@60 nohtw nocoherentio ieee754=relaxed
EOF
exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment