mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 23:51:35 +00:00
add dosfstools on snappy to ensure systemd can fsck the /boot
partition
This commit is contained in:
parent
0344fcfcba
commit
bb12ddb0e3
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.288) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* add dosfstools on snappy to ensure systemd can fsck the /boot
|
||||||
|
partition
|
||||||
|
|
||||||
|
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Feb 2015 13:20:43 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.287) vivid; urgency=low
|
livecd-rootfs (2.287) vivid; urgency=low
|
||||||
|
|
||||||
[ Michael Vogt ]
|
[ Michael Vogt ]
|
||||||
|
@ -375,6 +375,10 @@ case $PROJECT in
|
|||||||
# no Task: header yet
|
# no Task: header yet
|
||||||
add_package install ubuntu-snappy
|
add_package install ubuntu-snappy
|
||||||
|
|
||||||
|
# this is required for systemd to fsck the /boot
|
||||||
|
# partition
|
||||||
|
add_package install dosfstools
|
||||||
|
|
||||||
# add special azure package
|
# add special azure package
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64)
|
amd64)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user