From edc2be7080a64a27bd077b91b5eeec912e8baf2e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 24 Jan 2012 18:17:14 +0100 Subject: [PATCH] flash-images: activate autoresize also on arm. --- lfs/flash-images | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/flash-images b/lfs/flash-images index 4c9982222..daf3ec1cc 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -111,15 +111,15 @@ ifneq "$(MACHINE_TYPE)" "arm" sed -i -e "s|ROOT|UUID=$$(blkid -sUUID $(IMGroot) | cut -d'"' -f2)|g" $(MNThdd)/boot/grub/grub.conf ln -s grub.conf $(MNThdd)/boot/grub/menu.lst + # Copy grub files manually + cp -f $(MNThdd)/usr/share/grub/i386-pc/* $(MNThdd)/boot/grub/ +endif + # Setup symlink for partresize at first boot... ln -sf ../init.d/partresize $(MNThdd)/etc/rc.d/rcsysinit.d/S25partresize # Setup symlink for fsresize at second boot... ln -sf ../init.d/fsresize $(MNThdd)/etc/rc.d/rcsysinit.d/S26fsresize - # Copy grub files manually - cp -f $(MNThdd)/usr/share/grub/i386-pc/* $(MNThdd)/boot/grub/ -endif - # Unmount umount $(MNThdd)/proc umount $(MNThdd)/dev -- 2.39.2