livecd-light-root: x86_64 support
This commit is contained in:
parent
5e36e68ee5
commit
ee724130cd
@ -1,13 +1,18 @@
|
|||||||
|
if [ "$ARCH" = "i586" ]; then
|
||||||
|
KERNEL_EXTRAVER=mamba
|
||||||
|
KERNEL_PLATFORM=""
|
||||||
|
#KERNEL_ADDITIONAL="extramodules"
|
||||||
|
KERNEL_MORE_EXTRAVER=mamba-64GB
|
||||||
|
elif [ "$ARCH" = "x86_64" ]; then
|
||||||
|
KERNEL_EXTRAVER=mamba-x86_64
|
||||||
|
KERNEL_PLATFORM=""
|
||||||
|
#KERNEL_ADDITIONAL="extramodules"
|
||||||
|
fi
|
||||||
|
|
||||||
PRODUCT_NAME=livecd-light
|
PRODUCT_NAME=livecd-light
|
||||||
MEDIA=squash_xz
|
MEDIA=squash_xz
|
||||||
MULTITHREAD=1
|
MULTITHREAD=1
|
||||||
|
|
||||||
KERNEL_EXTRAVER=mamba
|
|
||||||
KERNEL_PLATFORM=""
|
|
||||||
#KERNEL_ADDITIONAL="extramodules"
|
|
||||||
|
|
||||||
KERNEL_MORE_EXTRAVER=mamba-64GB
|
|
||||||
|
|
||||||
TARGET_HOSTNAME=openmamba-light
|
TARGET_HOSTNAME=openmamba-light
|
||||||
ROOTDEV=
|
ROOTDEV=
|
||||||
ROOTFS=
|
ROOTFS=
|
||||||
|
Loading…
Reference in New Issue
Block a user