17 lines
199 B
Python
17 lines
199 B
Python
#!/bin/bash
|
|
|
|
. ./install
|
|
. ./cleanup
|
|
. ./copy
|
|
|
|
# now run build script
|
|
cd ../../
|
|
./build
|
|
|
|
apt-get update
|
|
apt-get install aufs-dkms
|
|
|
|
# and re-setup initrd to include aufs
|
|
./initramfs/initramfs_create
|
|
|