From 3700cd8c0c9ad66de95c482f6835fe8ed66f2c0c Mon Sep 17 00:00:00 2001 From: tedbo Date: Fri, 22 Jan 2010 16:39:36 -0800 Subject: [PATCH] Some changes to be able to build an armel-based rootfs. Review URL: http://codereview.chromium.org/554056 --- build_image.sh | 27 +++++++++++++++++---------- customize_rootfs.sh | 4 ++-- install_packages.sh | 24 +++++++++++++++++++++--- 3 files changed, 40 insertions(+), 15 deletions(-) diff --git a/build_image.sh b/build_image.sh index 6c6f9bc2be..982c6035e8 100755 --- a/build_image.sh +++ b/build_image.sh @@ -142,15 +142,16 @@ fi # -- Turn root file system into bootable image -- -# Setup extlinux configuration. -# TODO: For some reason the /dev/disk/by-uuid is not being generated by udev -# in the initramfs. When we figure that out, switch to root=UUID=$UUID. -cat <