mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-28 11:11:31 +00:00
[r=cjwatson] ubuntu-core:
- Perform in-place edit. - Allow variable expansion.
This commit is contained in:
commit
b26cb2065e
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
|||||||
|
livecd-rootfs (2.236) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ James Hunt ]
|
||||||
|
* ubuntu-core:
|
||||||
|
- Perform in-place edit.
|
||||||
|
- Allow variable expansion.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Tue, 05 Aug 2014 10:41:04 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.235) utopic; urgency=medium
|
livecd-rootfs (2.235) utopic; urgency=medium
|
||||||
|
|
||||||
* Only add the ubuntu-core hooks for the system-image subproject.
|
* Only add the ubuntu-core hooks for the system-image subproject.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Boot using systemd and disable quiet boot
|
# Boot using systemd and disable quiet boot
|
||||||
# to see what is happening.
|
# to see what is happening.
|
||||||
systemd=/lib/systemd/systemd
|
systemd=/lib/systemd/systemd
|
||||||
sed \
|
sed -i \
|
||||||
-e 's,^\([ ]*GRUB_CMDLINE_LINUX\)=""$,\1="init=$systemd",g' \
|
-e "s,^\\([ ]*GRUB_CMDLINE_LINUX\\)=\"\"$,\\1=\"init=$systemd\",g" \
|
||||||
-e 's,^\([ ]*GRUB_CMDLINE_LINUX_DEFAULT\)="quiet splash",\1="",g' \
|
-e 's,^\([ ]*GRUB_CMDLINE_LINUX_DEFAULT\)="quiet splash",\1="",g' \
|
||||||
/etc/default/grub
|
/etc/default/grub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user