Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=bcc57a5aa2d1bf327bbd06c8f5898987a4ba2042

commit bcc57a5aa2d1bf327bbd06c8f5898987a4ba2042
Author: James Buren <r...@frugalware.org>
Date:   Mon Feb 18 14:43:45 2013 -0600

install fwsetup to rootfs

diff --git a/new/create-rootfs b/new/create-rootfs
index e6691ba..933df4e 100755
--- a/new/create-rootfs
+++ b/new/create-rootfs
@@ -29,6 +29,10 @@ pacman-g2 --root $ROOT --noprogressbar --noconfirm --config 
pacman-g2.conf -Sy b

# LiveCD customizations beyond here.

+# Install fwsetup.
+install -m 0755 -o 0 -g 0 src/fwsetup $ROOT/sbin/fwsetup
+install -m 0755 -o 0 -g 0 src/fwsetup-valgrind $ROOT/sbin/fwsetup-valgrind
+
# System locale.conf setup.
cat > $ROOT/etc/locale.conf << EOF
LANG=en_US.utf8
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to