mirror of
https://github.com/kou029w/uzura.git
synced 2025-02-01 14:48:44 +00:00
Compare commits
2 commits
573921f500
...
1e511c0891
Author | SHA1 | Date | |
---|---|---|---|
1e511c0891 | |||
867614c46f |
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Usage: bin/download dist
|
||||
# Required: xorriso wget
|
||||
set -eux
|
||||
version=22.04.1
|
||||
version=24.04
|
||||
url="https://releases.ubuntu.com/${version}/ubuntu-${version}-live-server-amd64.iso"
|
||||
dist="$1"
|
||||
wget "${url}" -O base.iso
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Usage: bin/img-gen source dist.img
|
||||
# Required: fallocate gzip losetup mkfs.fat parted rsync
|
||||
set -eux
|
||||
size=1.5G
|
||||
size=1.6G
|
||||
src="$1"
|
||||
image="$2"
|
||||
fallocate -l "${size}" "${image}"
|
||||
|
|
Loading…
Add table
Reference in a new issue