mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-12 11:22:09 +00:00
kubuntu band-aid, and sparc move
This commit is contained in:
parent
99fd422f7e
commit
697731a595
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -7,6 +7,8 @@ livecd-rootfs (0.27) UNRELEASED; urgency=low
|
|||||||
* Split the package LIST into LIST and LIVELIST, and generate a manifest
|
* Split the package LIST into LIST and LIVELIST, and generate a manifest
|
||||||
before installing LIVELIST, so espresso can calculate the difference.
|
before installing LIVELIST, so espresso can calculate the difference.
|
||||||
* Use --print-installation-architecture instead of --print-architecture
|
* Use --print-installation-architecture instead of --print-architecture
|
||||||
|
* Special-case kubuntu cloops to be slightly larger, so we don't overflow.
|
||||||
|
* Make sparc use archive.ubuntu.com, it's no longer a ports arch.
|
||||||
|
|
||||||
[ LaMont Jones ]
|
[ LaMont Jones ]
|
||||||
* umount /var/{run,lock}
|
* umount /var/{run,lock}
|
||||||
|
@ -52,7 +52,7 @@ SRCMIRROR=http://archive.ubuntu.com/ubuntu
|
|||||||
COMP="main restricted"
|
COMP="main restricted"
|
||||||
ARCH=$(dpkg --print-installation-architecture)
|
ARCH=$(dpkg --print-installation-architecture)
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
i386|powerpc|amd64)
|
i386|powerpc|amd64|sparc)
|
||||||
USERMIRROR=http://archive.ubuntu.com/ubuntu
|
USERMIRROR=http://archive.ubuntu.com/ubuntu
|
||||||
SECMIRROR=http://security.ubuntu.com/ubuntu
|
SECMIRROR=http://security.ubuntu.com/ubuntu
|
||||||
SECSRCMIRROR=${SECMIRROR}
|
SECSRCMIRROR=${SECMIRROR}
|
||||||
@ -311,6 +311,9 @@ deb-src ${SECSRCMIRROR} ${STE}-security ${COMP}
|
|||||||
SZ=$(python -c "print int(($(du -sk $ROOT|sed 's/[^0-9].*$//')*1.1+$USZ)/1024)")
|
SZ=$(python -c "print int(($(du -sk $ROOT|sed 's/[^0-9].*$//')*1.1+$USZ)/1024)")
|
||||||
(( SZ > 2047 )) && SZ=2047
|
(( SZ > 2047 )) && SZ=2047
|
||||||
SZ=2047 # XXX fix size for now
|
SZ=2047 # XXX fix size for now
|
||||||
|
if [ "$FS" = "kubuntu" ]; then
|
||||||
|
SZ=2559
|
||||||
|
fi
|
||||||
|
|
||||||
for fsbs in 1024:65536; do
|
for fsbs in 1024:65536; do
|
||||||
FSBLOCK=${fsbs%:*}
|
FSBLOCK=${fsbs%:*}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user