Skip to content

Commit

Permalink
Merging casper 1.124.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Mar 21, 2008
1 parent 3c05e22 commit a25de86
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
14 changes: 13 additions & 1 deletion bin/live-snapshot
Expand Up @@ -57,7 +57,7 @@ fi
MOUNTP=""
COW=""
DEV=""
DEST=""
DEST="${MOUNTP}/live-sn.cpio.gz"
TYPE=""
DESKTOP_LINK=""

Expand Down Expand Up @@ -331,6 +331,18 @@ Defaults ()
;;
esac

case "${TYPE}" in
cpio)
DEST="${MOUNTP}/casper-sn.cpio.gz" ;;
squashfs)
DEST="${MOUNTP}/casper-sn.squashfs" ;;
ext2)
DEST="${MOUNTP}/casper-sn.ext2" ;;
*)
echo "Internal error."
exit 1
;;
esac
#if [ -d
#if Is_same_mount
fi
Expand Down
12 changes: 12 additions & 0 deletions docs/ChangeLog.casper
@@ -1,3 +1,15 @@
casper (1.124) hardy; urgency=low

[ Colin Watson ]
* Name generated snapshot images according to their type (LP: #202699).

[ Martin Pitt ]
* scripts/casper-bottom/44pk_allow_ubuntu: Remove erroneous blank line at
the start of PolicyKit.conf, since this is invalid XML. This broke
PolicyKit completely on the live system.

-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 18 Mar 2008 10:20:08 +0100

casper (1.123) hardy; urgency=low

* Add scripts/casper-bottom/44pk_allow_ubuntu: Allow PolicyKit privileges
Expand Down
1 change: 0 additions & 1 deletion scripts/live-bottom/44pk_allow
Expand Up @@ -28,7 +28,6 @@ log_begin_msg "Grant administrative PolicyKit pivilieges to default user..."

# configure PolicyKit in live session
cat << EOF > /root/etc/PolicyKit/PolicyKit.conf
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
Expand Down

0 comments on commit a25de86

Please sign in to comment.