mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-25 04:11:14 +00:00
8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
if [ "$(dpkg --print-architecture)" = "armhf" ]; then
|
||
|
mkdir -p /boot/uboot
|
||
|
fi
|