Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ngardiner committed Jun 11, 2023
1 parent be344b3 commit 7a31f6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion focal_standard/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ config
info
logfile
rootfs
ubuntu-18.04-minimal_18.04-1_amd64.tar.gz
ubuntu-20.04-standard_20.04-1_amd64.tar.gz
2 changes: 1 addition & 1 deletion focal_standard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bootstrap:
dab exec update-rc.d firstboot defaults
install -m 0700 custom.sh ${BASEDIR}/tmp
dab exec /bin/bash /tmp/custom.sh
dab exec rm -f /tmp/custom.sh
dab exec rm -f /tmp/custom.sh || exit 0

finalize:
dab finalize
Expand Down
4 changes: 2 additions & 2 deletions focal_standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

- Built from a standard debootstrap install of Ubuntu Focal
- Adds any customizations such as root login enabled or SSH keys from ../Makefile.global
- Total uncompressed image size is *692 MB*
- Total compressed image size is *211 MB*
- Total uncompressed image size is *996 MB*
- Total compressed image size is *186 MB*

0 comments on commit 7a31f6d

Please sign in to comment.