mirror of
https://github.com/Tomas-M/linux-live.git
synced 2025-10-14 02:59:53 +08:00
Update initramfs_create with depressing RHEL based *.ko.xz kernel modules (#279)
This commit is contained in:
@@ -136,6 +136,7 @@ copy_including_deps /usr/share/terminfo/l/linux
|
||||
|
||||
|
||||
find $INITRAMFS -name "*.ko.gz" -exec gunzip {} \;
|
||||
find $INITRAMFS -name "*.ko.xz" -exec xz -d {} \;
|
||||
|
||||
# trim modules.order file. Perhaps we could remove it entirely
|
||||
MODULEORDER="$(cd "$INITRAMFS/$LMK/"; find -name "*.ko" | sed -r "s:^./::g" | tr "\n" "|" | sed -r "s:[.]:.:g")"
|
||||
|
Reference in New Issue
Block a user