diff options
author | Pavel Sapezhko <pavel.sapezhko@easybrain.com> | 2020-11-09 20:40:14 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2020-11-30 23:14:57 +0100 |
commit | e11ec61d6530f284c4235128c7f014f580b63531 (patch) | |
tree | c926ac1ba42a56917321443e2f9c48ceed550590 /.mkosi/mkosi.ubuntu | |
parent | man: Speicfy exact return values of sd_bus_message_enter_container (diff) | |
download | systemd-e11ec61d6530f284c4235128c7f014f580b63531.tar.xz systemd-e11ec61d6530f284c4235128c7f014f580b63531.zip |
mkosi: make ubuntu image bootable by default
Diffstat (limited to '')
-rw-r--r-- | .mkosi/mkosi.ubuntu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mkosi/mkosi.ubuntu b/.mkosi/mkosi.ubuntu index baf4daec4b..ff81536956 100644 --- a/.mkosi/mkosi.ubuntu +++ b/.mkosi/mkosi.ubuntu @@ -10,7 +10,7 @@ Repositories=main,universe [Output] Format=raw_btrfs -Bootable=no +Bootable=yes [Partitions] RootSize=2G |