Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 2fff06ff authored by Robert Nelson's avatar Robert Nelson
Browse files

ubuntu: 2023-01-06, bump partition size to 4000M, WiFi works,...

ubuntu: 2023-01-06, bump partition size to 4000M, WiFi works, /etc/wpa_supplicant/wpa_supplicant-wlan0.conf

Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 6c024f48
No related merge requests found
Pipeline #1981 passed with stage
in 9 minutes and 58 seconds
......@@ -8,7 +8,7 @@ fi
wdir=`pwd`
image="2023-01-05"
image="2023-01-06"
if [ ! -f ./deploy/ubuntu-23.04-console-riscv64-${image}/riscv64-rootfs-ubuntu-lunar.tar ] ; then
wget -c --directory-prefix=./deploy https://rcn-ee.net/rootfs/ubuntu-riscv64-lunar-minimal/${image}/ubuntu-23.04-console-riscv64-${image}.tar.xz
......@@ -51,7 +51,7 @@ echo 'File Size'
du -sh ignore/.root/ || true
echo '---------------------'
dd if=/dev/zero of=./deploy/root.ext4 bs=1 count=0 seek=3000M
dd if=/dev/zero of=./deploy/root.ext4 bs=1 count=0 seek=4000M
mkfs.ext4 -F ./deploy/root.ext4 -d ./ignore/.root
if [ -f ./.06_generate_root.sh ] ; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment