build impro

This commit is contained in:
TomasM
2017-10-08 06:10:51 -04:00
parent 9c98f90992
commit ccd6cde34a
2 changed files with 18 additions and 10 deletions
Regular → Executable
+6 -3
View File
@@ -5,12 +5,15 @@
. ./copy
# now run build script
SKIPINITRFS=true
cd ../../
./build
. ./build
# re-setup initrd to include aufs
apt-get update
apt-get install aufs-dkms
# and re-setup initrd to include aufs
./initramfs/initramfs_create
cd initramfs
. ./initramfs_create
cp -f $INITRAMFS.img $LIVEKITDATA/$LIVEKITNAME/boot/initrfs.img