mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-29 03:41:21 +00:00
* Create /spu directory for powerpc+ps3 builds.
This commit is contained in:
parent
047d3e54b0
commit
b59b3fb2b8
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (0.42) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Create /spu directory for powerpc+ps3 builds.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Oct 2007 14:56:18 +0100
|
||||||
|
|
||||||
livecd-rootfs (0.41) gutsy; urgency=low
|
livecd-rootfs (0.41) gutsy; urgency=low
|
||||||
|
|
||||||
* Log the size of doc directories to stdout.
|
* Log the size of doc directories to stdout.
|
||||||
|
@ -264,6 +264,11 @@ link_in_boot = $link_in_boot
|
|||||||
mkdir -p ${ROOT}proc
|
mkdir -p ${ROOT}proc
|
||||||
mount -tproc none ${ROOT}proc
|
mount -tproc none ${ROOT}proc
|
||||||
|
|
||||||
|
case $ARCH+$SUBARCH in
|
||||||
|
powerpc+ps3)
|
||||||
|
mkdir -p ${ROOT}spu;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In addition to the ones we got from apt, trust whatever the local system
|
# In addition to the ones we got from apt, trust whatever the local system
|
||||||
# believes in, but put things back afterwards.
|
# believes in, but put things back afterwards.
|
||||||
cp ${ROOT}etc/apt/trusted.gpg ${ROOT}etc/apt/trusted.gpg.$$
|
cp ${ROOT}etc/apt/trusted.gpg ${ROOT}etc/apt/trusted.gpg.$$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user