mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
Remove /boot/initrd.img-*.bak (LP: #64887).
This commit is contained in:
parent
7c96f6c978
commit
a7871085ed
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (0.59) UNRELEASED; urgency=low
|
||||
|
||||
* Remove /boot/initrd.img-*.bak (LP: #64887).
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Tue, 06 May 2008 11:58:01 +0100
|
||||
|
||||
livecd-rootfs (0.58) intrepid; urgency=low
|
||||
|
||||
* Fix up BuildLiveCD to only pass -a$ARCH when building for intrepid,
|
||||
|
@ -376,6 +376,7 @@ deb-src ${SECSRCMIRROR} ${STE}-security ${COMP}
|
||||
chroot ${ROOT} update-initramfs -k "${KVER}" -u
|
||||
# we mv the initramfs, so it's not wasting space on the livefs
|
||||
mv ${ROOT}/boot/initrd.img-"${KVER}" livecd.${FSS}.initrd-"${SUBARCH}"
|
||||
rm -f ${ROOT}/boot/initrd.img-"${KVER}".bak
|
||||
cp ${ROOT}/boot/vmlinu?-"${KVER}" livecd.${FSS}.kernel-"${SUBARCH}"
|
||||
done
|
||||
NUMKVERS="$(set -- $KVERS; echo $#)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user