mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 15:42:31 +00:00
create spu group for powerpc+ps3 builds
This commit is contained in:
parent
dca70b5a79
commit
a059c9dce3
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,6 +1,6 @@
|
|||||||
livecd-rootfs (0.42) UNRELEASED; urgency=low
|
livecd-rootfs (0.42) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Create /spu directory for powerpc+ps3 builds.
|
* Create /spu directory and spu group for powerpc+ps3 builds.
|
||||||
* Add XS-Vcs-Bzr field.
|
* Add XS-Vcs-Bzr field.
|
||||||
|
|
||||||
-- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Oct 2007 14:56:18 +0100
|
-- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Oct 2007 14:56:18 +0100
|
||||||
|
@ -380,6 +380,10 @@ deb-src ${SECSRCMIRROR} ${STE}-security ${COMP}
|
|||||||
ln -s livecd.${FSS}.initrd-"${SUBARCH}" livecd.${FSS}.initrd
|
ln -s livecd.${FSS}.initrd-"${SUBARCH}" livecd.${FSS}.initrd
|
||||||
ln -s livecd.${FSS}.kernel-"${SUBARCH}" livecd.${FSS}.kernel
|
ln -s livecd.${FSS}.kernel-"${SUBARCH}" livecd.${FSS}.kernel
|
||||||
fi
|
fi
|
||||||
|
case $ARCH+$SUBARCH in
|
||||||
|
powerpc+ps3)
|
||||||
|
chroot ${ROOT} addgroup --system spu;;
|
||||||
|
esac
|
||||||
# all done with the chroot; reset the debconf frontend, so Colin doesn't cry
|
# all done with the chroot; reset the debconf frontend, so Colin doesn't cry
|
||||||
echo RESET debconf/frontend | chroot $ROOT debconf-communicate
|
echo RESET debconf/frontend | chroot $ROOT debconf-communicate
|
||||||
echo FSET debconf/frontend seen true | chroot $ROOT debconf-communicate
|
echo FSET debconf/frontend seen true | chroot $ROOT debconf-communicate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user