testing new enchants
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ cd "$(dirname $(readlink -f ${0}))"||exit 1
|
||||
|
||||
. ../.config
|
||||
|
||||
INITRAMFS="/tmp/MlbInitRd"
|
||||
INITRAMFS="/tmp/LifInitRd"
|
||||
trap "rm -rf ${INITRAMFS}&&exit 1" 2 3 6 15
|
||||
|
||||
# copy file to initramfs tree, including
|
||||
@@ -99,7 +99,7 @@ cp static/fsck $INITRAMFS/bin
|
||||
[[ ${static} ]]&&cp static/mdadm $INITRAMFS/bin||copy_including_deps /sbin/mdadm
|
||||
[[ ${static} ]]&&cp static/mount.ntfs-3g $INITRAMFS/bin||copy_including_deps /sbin/mount.ntfs-3g
|
||||
#[[ ${static} ]]&&cp static/blkid $INITRAMFS/bin||copy_including_deps /sbin/blkid
|
||||
#copy_including_deps /usr/bin/eject || cp static/eject $INITRAMFS/bin
|
||||
#[[ ${static} ]]&©_including_deps /usr/bin/eject || cp static/eject $INITRAMFS/bin
|
||||
|
||||
# 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