mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 22:07:10 +00:00
tarball and still on the system if ubuntu-core-upgrader performs a "format" (LP: #1447652)
8 lines
101 B
Bash
8 lines
101 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ "$(dpkg --print-architecture)" = "armhf" ]; then
|
|
mkdir -p /boot/uboot
|
|
fi
|