mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
Import patches-unapplied version 2.469 to ubuntu/artful-proposed
Imported using git-ubuntu import. Changelog parent: 577646d435de9082462cda66f75722fd427f3bbb New changelog entries: * Unminimization information should only go to motd when we are actually minimized.
This commit is contained in:
parent
577646d435
commit
2ec24bdfce
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.469) artful; urgency=medium
|
||||
|
||||
* Unminimization information should only go to motd when we are actually
|
||||
minimized.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 08 Oct 2017 16:08:10 -0400
|
||||
|
||||
livecd-rootfs (2.468) artful; urgency=medium
|
||||
|
||||
[ Dimitri John Ledkov ]
|
||||
|
@ -135,10 +135,9 @@ rm -f /etc/update-motd.d/60-unminimize
|
||||
|
||||
EOF
|
||||
chmod +x chroot/usr/local/sbin/unminimize
|
||||
fi
|
||||
|
||||
# inform users about the unminimize script
|
||||
cat > "chroot/etc/update-motd.d/60-unminimize" << EOF
|
||||
# inform users about the unminimize script
|
||||
cat > "chroot/etc/update-motd.d/60-unminimize" << EOF
|
||||
#!/bin/sh
|
||||
#
|
||||
# This file is not managed by a package. If you no longer want to
|
||||
@ -149,7 +148,8 @@ echo ""
|
||||
echo "To restore this content, you can run the 'unminimize' command."
|
||||
EOF
|
||||
|
||||
chmod +x chroot/etc/update-motd.d/60-unminimize
|
||||
chmod +x chroot/etc/update-motd.d/60-unminimize
|
||||
fi
|
||||
Chroot chroot "dpkg-divert --quiet --add \
|
||||
--divert /usr/sbin/update-initramfs.REAL --rename \
|
||||
/usr/sbin/update-initramfs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user