Change the squashfs image section in .treeinfo

Related: rhbz#782108
This commit is contained in:
Martin Gracik 2012-02-09 16:59:15 +01:00
parent cb6d0758d9
commit bbd758d998
4 changed files with 4 additions and 6 deletions

View File

@ -23,9 +23,7 @@ rootarg = "root=live:CDLABEL=%s" % isolabel
mkdir ${LIVEDIR}
install ${runtime_img} ${LIVEDIR}/squashfs.img
%for kernel in kernels:
treeinfo images-${kernel.arch} LiveOS ${LIVEDIR}/squashfs.img
%endfor
treeinfo stage2 mainimage ${LIVEDIR}/squashfs.img
## install bootloaders.
## NOTE: there's two different bootloader setups here:

View File

@ -11,7 +11,7 @@ kernel = kernels[0]
mkdir images
install ${runtime_img} images
treeinfo images-${basearch} LiveOS images/${runtime_base}
treeinfo stage2 mainimage images/${runtime_base}
## install bootloader (such as it is) and bootloader config
install ${configdir}/redhat.exec ${BOOTDIR}

View File

@ -7,7 +7,7 @@ LIVEDIR="LiveOS"
mkdir ${LIVEDIR}
install ${runtime_img} ${LIVEDIR}/squashfs.img
treeinfo images-${basearch} LiveOS ${LIVEDIR}/squashfs.img
treeinfo stage2 mainimage ${LIVEDIR}/squashfs.img
## install bootloader and config files
install boot/*.b ${BOOTDIR}

View File

@ -10,7 +10,7 @@ LIVEDIR="LiveOS"
mkdir ${LIVEDIR}
install ${runtime_img} ${LIVEDIR}/squashfs.img
treeinfo images-${basearch} LiveOS ${LIVEDIR}/squashfs.img
treeinfo stage2 mainimage ${LIVEDIR}/squashfs.img
## install bootloader and config files
mkdir ${BOOTDIR}