initramfs_yapici
This commit is contained in:
parent
5bfac3dd53
commit
0dab900f40
|
@ -5,7 +5,7 @@ rm -Rf aufs4-standalone
|
||||||
git clone git://github.com/sfjro/aufs4-standalone.git aufs4-standalone
|
git clone git://github.com/sfjro/aufs4-standalone.git aufs4-standalone
|
||||||
cd aufs4-standalone
|
cd aufs4-standalone
|
||||||
git branch -r
|
git branch -r
|
||||||
git checkout origin/aufs4.4
|
git checkout origin/aufs4.7
|
||||||
|
|
||||||
# modify what you want
|
# modify what you want
|
||||||
|
|
||||||
|
@ -13,18 +13,18 @@ git checkout origin/aufs4.4
|
||||||
# create the patch with the directories: fs, include and Documentation
|
# create the patch with the directories: fs, include and Documentation
|
||||||
|
|
||||||
rm -v $(find . -type f -name '*.orig')
|
rm -v $(find . -type f -name '*.orig')
|
||||||
#grep -qse 'EXPORT_SYMBOL(' aufs4-standalone.patch && \
|
grep -qse 'EXPORT_SYMBOL(' aufs4-standalone.patch && \
|
||||||
#sed -i-old -e 's|EXPORT_SYMBOL(|EXPORT_SYMBOL_GPL(|' aufs4-standalone.patch
|
sed -i-old -e 's|EXPORT_SYMBOL(|EXPORT_SYMBOL_GPL(|' aufs4-standalone.patch
|
||||||
rm -rf ../tmp/linux-4.4
|
rm -rf ../tmp/linux-4.7
|
||||||
mkdir -p ../tmp/linux-4.4
|
mkdir -p ../tmp/linux-4.7
|
||||||
cp -a fs ../tmp/linux-4.4
|
cp -a fs ../tmp/linux-4.7
|
||||||
cp -a include ../tmp/linux-4.4
|
cp -a include ../tmp/linux-4.7
|
||||||
cp -a Documentation ../tmp/linux-4.4
|
cp -a Documentation ../tmp/linux-4.7
|
||||||
rm ../tmp/linux-4.4/include/uapi/linux/Kbuild
|
rm ../tmp/linux-4.7/include/uapi/linux/Kbuild
|
||||||
cd ../tmp
|
cd ../tmp
|
||||||
diff -Naur null linux-4.4 | filterdiff | \
|
diff -Naur null linux-4.7 | filterdiff | \
|
||||||
sed -e 's|null\(/include/uapi/linux/Kbuild\)|linux-4.4-old\1|;s|^--- null.*|--- /dev/null|;\|linux-4.4/include/uapi/linux/Kbuild|,${\|@@ -0,0 +1 @@|,$d}' | \
|
sed -e 's|null\(/include/uapi/linux/Kbuild\)|linux-4.7-old\1|;s|^--- null.*|--- /dev/null|;\|linux-4.7/include/uapi/linux/Kbuild|,${\|@@ -0,0 +1 @@|,$d}' \
|
||||||
bzip2 > aufs$(sed -ne 's|#define.*AUFS_VERSION.*"\(.*\)"|\1|p' linux-4.4/include/uapi/linux/aufs_type.h).patch.bz2
|
| bzip2 > aufs$(sed -ne 's|#define.*AUFS_VERSION.*"\(.*\)"|\1|p' linux-4.7/include/uapi/linux/aufs_type.h).patch.bz2
|
||||||
mv *.bz2 $OLDPWD
|
mv *.bz2 $OLDPWD
|
||||||
cd $OLDPWD
|
cd $OLDPWD
|
||||||
mv *patch* ..
|
mv *patch* ..
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
cd /boot
|
||||||
|
ln -s kernel-4.4.27 kernel
|
||||||
dracut -N --force --xz --omit systemd /boot/initramfs `uname -r`
|
dracut -N --force --xz --omit systemd /boot/initramfs `uname -r`
|
||||||
|
|
Loading…
Reference in New Issue